Select all tables having a class jQuery -


i tried:

 $("table .person-row") 

but selected elements under table class person-row.

i need select table class person-row.

try this:

$("table.person-row") 

no spaces needed between table , class name .


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -