[jQuery] busy indicator

2009-03-16 Thread miro
is there any available plugin which works for showing busy indicator ? I am looking for something which masks the page with some background color and adds this message Loading , some what like a modal window which blocks the actual page -- View this message in context: http://www.n

[jQuery] jquery for expand and collapse

2009-03-12 Thread miro
below is my function , this function expands and collapses div with id 'collapsible_div_outer'. this works fine for a page just with one div , need suggestions on how to make this generic so that where ever i call this function i will pass the id's, please help me modify this function to pa

[jQuery] table column resizable

2009-03-10 Thread miro
None of the available table column resizer worked for me please help me if there is any plugin which works with latest jqeury -- View this message in context: http://www.nabble.com/table-column-resizable-tp22434653s27240p22434653.html Sent from the jQuery General Discussion mailing list a

[jQuery] problems with jquerytableresizer

2009-03-10 Thread miro
http://code.google.com/p/jquerytableresizer/ I am trying to use the jquerytableresizer but having some problems. First of all the first column turns different attached is the image http://www.nabble.com/file/p22426241/jquery-resizer.gif and second inside the jquery tabs its behaving

[jQuery] Traversing up the DOM to make a decision (using NOT or otherwise?)

2007-06-04 Thread Miro
changes will be lost.\nClick OK to leave and Cancel to stay."); if(!exit) return false; }); } Is there a way to use the NOT pseudo-class or something else to create a more streamlined approach here? Thanks in advance for your help, Miro