JQuery. Match an element with 'active' class

Posted . Visible to the public.
#$('[id^=btn_tipo_movimiento].active').trigger('click')

Macthes an element whose id starts with 'btn_tipo_movimiento' and has the 'active' class

Profile picture of Saul
Saul
Keywords
regular, expression, regex
Posted by Saul to rails (2012-12-31 16:57)