getRowData function in jqgird,I notice that there is a selector look like "$("td", ind)",
I haven’t seen this before, and more weird, It got different results when worked in chrome and firefox.
I known first parameter means select all "td"s,but what’s the use of second parameter?
The second argument is the context, from the docs –
From – http://api.jquery.com/jQuery/
So in your example the code will be searching for
tds inside theindobject.