Hi Guys,
First post here so please be gentle :)
Ive tried searching all over the net and im not sure im searching by the right terms niether for its name. But what does the secondary options do in a jQuery selector? For example:
$('.results table', this.parent().prev())
The second lot of options on the .results table matches im not sure what this actually does? Is it similar to $('.results table').parent().prev()
for example. Sorry ive just lifted this code as an example.
Appreciate the pointers as im just learning jQuery.