Skip to main content

Is there anyway to get the selected items in a listview control using javascript?

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


Hi ‌, did you succeed with this?


Reply