jQuery class and name selector
September 04, 2014 21:52:29 Last update: September 04, 2014 21:52:29
To select jQuery objects with both class
the-class
and name the-name
:
$(".the-class[name=the-name]")