Anil Yadav
Wednesday, 19 August 2015
dynamic element add each function jquery
$("#regproduct").click(function() {
$("#specification .parameter").each(function(i, obj)
{
var data = $(this).select2("val");
if (data == '')
{
$("#specificationshow").show();
return false;
}
})
})
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment