[jQuery] Selector for namespace style attributes help

[jQuery] Selector for namespace style attributes help


I would like to be able to do the type of thing they are doing with
SPRY.
<input type="text" spry:required="true"...>
1. How can I pull the spry attributes with jQuery.
2. Is there a way to pull attributes as a wildcard? All attributes
that start with spry?