This blog is a collection of technical stuff that i find everyday.
$("input[id^=duration_]").each(function() { if($(this).val()>24){ alert('Duration should be less than 24'); returnValue = false; } });
more examples
Post a Comment
No comments:
Post a Comment