> I've made the source code and examples for this project available at
> http://digitalbush.com/projects/masked-input-plugin

Very nice work, Josh.  This is great functionality.


> this.find("[EMAIL PROTECTED]'text']").each(/*code*/).  What is the most 
> elegant
> way to do this?

You could add a one-liner in you each function:

if (this.type != 'text') return;

Keep up the good work.  I'm looking forward to what else you have in
store for us.

Cheers!

Mike

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to