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
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');
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
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
4 matches
Mail list logo