Find all elements with a specific attribute that has a name starting with some string

1176110

New Member
Say I have elements like these:\[code\]<h1 data-myapp-title>Title</h1><p data-myapp-description>Description</p>\[/code\]How can I filter them by attribute name that is "data-myapp-*" with jQuery?
 
Back
Top