I've written a sensible extension to insert and remove titles in input
fields to save space, i.e. Email [______] Name [_______] is just
[Email____] [Name____]
example: http://www.popnoodles.com/ - click on Contact on the left
menu, once it loads click the fields and you can see the extension
working. JS- http://www.popnoodles.com/_src/popnoodles2008.js

But what I want to do, instead of doing two finds and functioning off
the workings is find both ('input') and ('textarea') in one find. I
guessed at find('input','textarea') but alas it failed.

Is it just syntax I don't know?

Thanks in advance.

Reply via email to