Please Visit: http://ift.tt/1ajReyV
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1nUiuj5
via LifeLong Community
jQuery multiple class selector - Stack Overflow
$('.a.b')
If you want an intersection, just write the selectors together without spaces in between. So for an element that has an ID of a with classes b and c, you would write:
$('#a.b.c')
Read full article from: http://ift.tt/1nUiwXW
http://ift.tt/1kCENWW
$('.a.b')
If you want an intersection, just write the selectors together without spaces in between. So for an element that has an ID of a with classes b and c, you would write:
$('#a.b.c')
Read full article from: http://ift.tt/1nUiwXW
http://ift.tt/1kCENWW
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1nUiuj5
via LifeLong Community
No comments:
Post a Comment