filter 2 « filter « jQuery Q&A

Home
jQuery Q&A
1.addClass
2.alert
3.array
4.attribute
5.browser
6.callback
7.clone
8.Cookie
9.Date
10.Development
11.document
12.dom
13.element
14.filter
15.Firefox
16.flash
17.format
18.html
19.input
20.internet explorer
21.json
22.mootools
23.page
24.performance
25.regex
26.safari
27.selector
28.setTimeout
29.String
30.table
31.Text
32.trigger
33.URL
34.video
35.xml
jQuery Q&A » filter » filter 2 

1. Why no filter for text areas?    forum.jquery.com

Hello. I was doing some form validation today and I noticed thatthere's no filter for text areas. The :input filter includes itbut :text excludes it and it doesn't have a filter of it's own.Personally I think that :text should include text areas and barringthat, there should be a filter for text areas just like for all theother big form input categories.Kindly, ...

2. :not filter is slow in Sizzle    forum.jquery.com

I checked out the latest version of Sizzle and ran the 2 queries belowin slickspeed against the W3C document. I originally began withbody :not(div, span, li) but realized that jQuery 1.2.6 didn't supportit.body :not(div)body :not(.example)They are a lot slower when compared to jQuery 1.2.6.Might this be related to the fact that :not in Sizzle accepts complexselectors?- Kean

3. Extensible filters    forum.jquery.com

One thing I really love about jQuery is the ability to extend it easily. Like adding a new jQuery.expr which I have used to match special attribute to interface usage on my site. After creating a new filter for the subselector I realized that it could not be used with out patching jQuery, making it useless/difficult for less advanced users or ...

4. [jQuery] Applying multiple filters    forums.devshed.com

I'm trying to use form elements to filter data. In this case I'm using checkboxes, but select multiple and radio buttons could also be incorporated later. This code works, but the clumsy use of 'class' (presumably instead of 'data-') means I can't use spaces in media/theme names - which is a severe limitation. Unfortunately I can't figure out how to adapt ...

5. JQuery filter script    forums.devshed.com

I have been adapting a JQuery WordFilter script to allow a user to use multiple select menus to filter a collection of divs. It is working in Firefox, Safari, Chrome and Opera, but in IE all the divs disappear and none come back and it thinks that no divs match it's requirements. I have no idea why this is happening, any ...

6. jQuery filters anyone?    sitepoint.com

I have some form fields which are named in such a way as to be submitted as an array, thus: etc. I am trying to access these fields using jQuery: $('#myform').find('input').filter('[name=my_fields[]]'); Unfortunately this seems to ignore the filter completely because of the square brackets. I have tried escaping them ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.