Tuesday, September 28, 2010

How to find all the checkbox which are checked using Jquery and xpath

$("input[type=checkbox]:checked")

2 comments:

Rakesh Pai said...

That's not xpath. It's a css3 attribute selector.

Piyush said...

oh okie. that then :P