Wednesday, June 3, 2015

Grab a hold of an element by its name instead of its id with jQuery.

$("input[name='foo']").click();

No comments:

Post a Comment