css selectors - jQuery Select All Elements That Have a Title -
I have to implement Tooltip plugin in a group of different elements of my page. The only common asset to work with the jQuery selector is that they have a title property set.
I tried $ ('[title = *]') as a selector, but it did not work.
bus:
$ ('[title]') < / Code> Also see -:
Select elements with the specified attribute with any value.
Comments
Post a Comment