[jQuery] (validate)

2009-11-23 Thread Gregory Kaidanov
I am trying to override only the showLabel function in the jquery.validate.js . I've found inheritence plugin for it. Nevertheless , I wasn't able to implement the example givven with it. Is there any way that I can reuse the jquery.validate.js without changing the original , but by overriding th

[jQuery] Re: jQuery 1.3.2 breaks tablesorter zebra, here's a fix

2009-04-13 Thread Gregory Foster
You guys rock, thanks for the fix. I ran into the same code as zaylril in Tablesorter 2.03. gf

[jQuery] Re: Adding scope support to .bind()

2009-04-08 Thread gregory
ct Function]";' Is this faster than running typeof obj === "function" ? very, very interested in seeing the core of jquery improved to include a capability to apply correct scope to the handler function thanks! -gregory On Mar 29, 3:26 am, Azat Razetdinov wrote: > Fro

[jQuery] Re: tablesorter and parsers not defined error

2008-08-19 Thread Gregory Foster
I ran into this error when attempting to apply the tablesorter plugin to an empty table, also with multiple tables on the page. In my case, I was able to work around this error by testing for the existence of rows in the table before deciding whether or not to apply tablesorter using jQuery's :ha