[jQuery] Moving a opened dialog on top the windows stack

2008-09-16 Thread Olive
Hello, I'm just wondering if there is any undocumented method (or trick), like dialog.data(), to raise (and maybe focus) an already opened dialog which is hidden below other dialog(s) ? I could mimic that by destroying the dialog, creating and opening it again but it is not very clean. Thanks,

[jQuery] Re: Custom rich text editor with some protected contents

2008-04-10 Thread Olive
On 10 avr, 16:11, Scott González <[EMAIL PROTECTED]> wrote: > Off the top of my head, I can think of cut/delete from the context > menu. Also, a user could select the protected data and paste over it. Good points Scott, thanks ! Then I am wondering if there a mean to disable the context menus (

[jQuery] Re: Custom rich text editor with some protected contents

2008-04-10 Thread Olive
Frederic, Thank you for your help and pointers. I doubt that blockUI will help in preventing an element to be deleted from an editable area. After further thoughts, I will try to prevent img deletion only (maybe I will convert any special XML element to an image on the server side before servi

[jQuery] Custom rich text editor with some protected contents

2008-04-10 Thread Olive
Hi, First, please let me describe my project: I need to implement a simple rich text editor (only one paragraph with no carriage return and underlined, superscript subscript period). For that I could borrow some idea from http://batiste.dosimple.ch/blog/posts/2007-09-11-1/rich-text-editor-jquery

[jQuery] Re: IT Assistant

2007-09-25 Thread Olive
A-MA-ZING! I really love the product shuffle effect.

[jQuery] Re: Jquery cant manipulate inline TinyMCE. Why?

2007-08-16 Thread Olive
Mário, As I far as I remember this is because your element having the ID "MyIdOnInlineDOM" is duplicated when loading the inline page ant thus $j('#MyIdOnInlineDOM') fails to reach your element. HTH, Olive

[jQuery] Select multiple widget

2007-05-30 Thread Olive
do option.attr("selected","selected") or option.select(). Any idea ? Olive.

[jQuery] Re: .load issue with IE7

2007-05-29 Thread Olive
Jim, there is a problem using load in IE when you have to load inside a HTML table. You should use $.get instead. HTH, Olive.

[jQuery] Re: tableSorter and ajaxSubmit issue

2007-04-25 Thread Olive
Thanks a lot Ariel, rebuilding the table header as well did the trick. Olive.

[jQuery] Re: tableSorter and ajaxSubmit issue

2007-04-25 Thread Olive
12/10/2001 > us long date: Dec 10, 2002 5:14 AM > > the years don't even match > > - Original Message > From: Olive <[EMAIL PROTECTED]> > To: jQuery (English) > Sent: Wednesday, April 25, 2007 1:57:37 AM > Subject: [jQuery] tableSorter and ajaxSu

[jQuery] tableSorter and ajaxSubmit issue

2007-04-25 Thread Olive
Hello, My problem so far is to use it in conjunction with an ajaxSubmit (jquery.form plug-in) which build the table on the fly. Where and when do I need to fire tableSorter in the process ? The closer I have been is in the code below by firing tableSorter twice: once before building the table a