#$('[id^=btn_tipo_movimiento].active').trigger('click')
Macthes an element whose id starts with 'btn_tipo_movimiento' and has the 'active' class
Posted by Saul to rails (2012-12-31 16:57)
#$('[id^=btn_tipo_movimiento].active').trigger('click')
Macthes an element whose id starts with 'btn_tipo_movimiento' and has the 'active' class