Reputation: 21
What's the syntax for the $this keyword when selecting its child element/s?
For example when selecting images of the first cell in a table: $("this td:eq(0) img")
, or, $($this "td:eq(0) img")
, etc, like should there be quotes, a dollar sign etc, and if so, where?
Upvotes: 0
Views: 553