Hi Peter, now you can use simple css selectors for this.
$('input[type="file"]')
$('input[type]')

Also, you could use a simple jQuery selector for this, it is supposed to be
easier and faster. http://docs.jquery.com/Selectors
$(':file')

On 9/11/07, Peter Bengtsson <[EMAIL PROTECTED]> wrote:
>
>
> Do I need the XPath Compatibility Plugin to do
> $('[EMAIL PROTECTED]"file"]') or does the deprecation only apply to
> $('[EMAIL PROTECTED]')?
>
> /clearly not an XPath wiz
>
> On 9/11/07, John Resig <[EMAIL PROTECTED]> wrote:
> >
> > Hi Everyone -
> >
> > jQuery 1.2 has been released!
> >
> > More information (and a jQuery UI sneak peek!):
> > http://jquery.com/blog/2007/09/10/jquery-12-jqueryextendawesome/
> >
> > Full release notes and download information:
> > http://docs.jquery.com/Release:jQuery_1.2
> >
> > Enjoy!
> >
> > --John
> >
>
>
> --
> Peter Bengtsson,
> work www.fry-it.com
> home www.peterbe.com
> hobby www.issuetrackerproduct.com
>



-- 
Joan Piedra  ||  Frontend web developer
http://www.justaquit.com/  ||  http://www.joanpiedra.com/

Reply via email to