Is there anyway to get the selected items in a listview control using javascript?
Page 1 / 1
try
NWF$('.LVCtrl .s4-itm-cbx:checked')
LVCtrl is your custom CSS class assigned to listview control
That's great but how do I get a handle to the items? Would I just need to parse the text in the view? Or is there a better way?
What do you mean with "handle"?
you will need to parse data out of DOM
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.