[jQuery] custom function to run on specific field with jquery validate plugin

2009-03-14 Thread paulswansea
Does anybody know of a way to run a custom function on a specific field if it is incorrect when validating an entire form? TIA

[jQuery] custom function call from document.ready

2009-01-02 Thread adeveloper
I have a table which needs to be sorted. Tablesorter plugin does not fully work. I am trying to call a simple alternate function from jQuery $(document).ready method. How to make it work? $(document).ready(function() { $("#tableID").tablesorter({ }); alternate('tableID');

[jQuery] Custom function

2008-04-01 Thread forngren
Hi all, This is a simple quistion (easy to answer ;)) but I have not managed to find the answer. Abstracted code: $(document).ready(function() { for (i = 1;maxPixels >= i; i++) { $("#pixel-" + i).pixelIntro(); } }); // What should this function look like? func

[jQuery] Custom function called in toogle()

2007-10-31 Thread Snook
Hello, I use several time the same toggle function, like this: $("input#regime_ltn_c").toggle( function() { $("table#regime_ltn").show("slow"); }, function() { $("table#regime_ltn").hide("slow"); } ); So I would like to create