nabbo
unread,Nov 2, 2009, 7:15:21 AM11/2/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flexigrid for jQuery
Hello
I want to know how to get the elements in multi-select mode, in
javascript (and then php) side.
in the (last) example, the button "delete" only counts the number of
selected elements :
confirm('Delete ' + $('.trSelected',grid).length + ' items?')
What I want is to get the elements selected, by their ID (for example
the ISO codes in the example)
How can I do that ?
Thanks