Benjamin Sterling schrieb:
right now I am doing something like:

$('/modules/module:eq('+currentModule+')/groups/group:eq('+currentGroup+')')

And that is working, should I change that to something like:

$('/modules/module:nth-child('+currentModule+')/groups/group:nth-child('+currentGroup+')')

What would be the difference if you don't mind explaining?
You should stick with your version until that feature is released. It turned out that there was missing something, see http://dev.jquery.com/ticket/995

--
Jörn Zaefferer

http://bassistance.de

Reply via email to