[jQuery] Re: Cant get Tablesorter working with examples under Jquery 1.2.3

2009-04-30 Thread javahollic
figured it out, I didn't have the js loaded, duh! On Apr 30, 12:23 pm, javahollic wrote: > Hi I'm trying to get tablesorter (http://tablesorter.com/docs/ > index.html) working but pasting the example table, when the given > document.ready() function fires, I get a javascrip

[jQuery] Cant get Tablesorter working with examples under Jquery 1.2.3

2009-04-30 Thread javahollic
Hi I'm trying to get tablesorter (http://tablesorter.com/docs/ index.html) working but pasting the example table, when the given document.ready() function fires, I get a javascript error saying that $ ("myTable").tablesorter(); is not a function. Can anyone confirm this works with Jquery 1.2.3?

[jQuery] BlockUI, after first ajaxSubmit() callback, an automated 'block' results in a blank line rather than visible div with msg

2009-04-01 Thread javahollic
following on from: http://www.malsup.com/jquery/block/#dialog I have a form, and ajaxSubmit is fine, I set a callback fn in its options, and receive callbacks. Testing for error conditions, I put a dialog block in that callback so a DIV pops up on every callback. The first submission/callback r

[jQuery] Re: jQuery BlockUI Plugin v2, problems overriding default messages /getting them to show

2009-04-01 Thread javahollic
Hi Mike, Now using 2.14, everything works, thanks a lot! On Mar 31, 10:26 pm, Mike Alsup wrote: > > I'm using BlockUI 1.33 and JQuery 1.2.3 > > That's the problem.  'message' is a 2.0+ option.   If you need to use > the old version of blockUI, consult the old docs: > > http://www.malsup.com/jqu

[jQuery] jQuery BlockUI Plugin v2, problems overriding default messages /getting them to show

2009-03-31 Thread javahollic
Hi, I'm looking at using this plugin to put up a blocking 'please wait' indicator during form submission in Confluence, however, the defaults always seem to apply, changing the defaults ($.blockUI.default.message='my custom message') or providing my own map of values, (eg including (message : 'my