Sunday, May 26, 2013

Accessing using form and input names

Accessing the form elements using its form name and input name

$('form[name=editsc_form] :input[name=scname]').val(name);

No comments:

Post a Comment