[jQuery] Re: Selectors only matching first element

2009-06-05 Thread Casey Wise
input typ=checkbox class=myCheck name=myCheck value=1 input typ=checkbox class=myCheck name=myCheck value=2 input typ=checkbox class=myCheck name=myCheck value=3 input typ=checkbox class=myCheck name=myCheck value=4 $(.myCheck).each(function() { $(this)attr('checked', true); }); I know

[jQuery] Re: $().someFunction(); -- The First Pair of Parentheses?

2009-05-04 Thread Casey Wise
I work much better with examples, I hope this helps. The first set of parenthesis is the selector, consider this hidden field: input type=hidden id=thisHidden value=12.21 If you'd like to fetch the 12.21 out of this hidden field, think of a CSS selector (where ID = # and CLASS = .): var

[jQuery] Having trouble with autocomplete - stupid newbie

2008-12-02 Thread Casey Wise
You guys, I'm having problems implementing the autocomplete plugin. My page that I'm working on: I'm trying to bind .result(function(event, data, formatted) { to my element that's firing the autocomplete and I can't even get it to pop an alert. This is from Jorn's site. I think I can figure

[jQuery] autocomplete plugin - newbie question

2008-12-02 Thread Casey Wise
You guys, I really dig working with jQuery, very powerful stuff. I've been trying to implement the autocomplete plugin but I don't know how to ask this question, or google what I need to know. We have 6000 staff (records) here on campus and we want to be able to search them by their first last

[jQuery] Re: jQuery t-shirt - did they happen?

2008-01-24 Thread Casey Wise
I'd like to buy one. Anyone know where I might be able to score one? On Jan 24, 7:18 am, Paul Bakaus [EMAIL PROTECTED] wrote: Yeah, I'm the proud owner of one of the shirts! But I don't have any photos :( On Jan 24, 6:28 am, Joel Birch [EMAIL PROTECTED] wrote: On 24/01/2008, Joel Birch

[jQuery] invalid flag after regular expression ??

2007-11-09 Thread Casey Wise
This is the first time I've posted in this group, hope I'm doing this correctly. I'm making an AJAX call from my page to score some data. It's happening all over the place elsewhere in the navigation... posting and getting, working fine, no problem. This one call though, my FireBug is

[jQuery] jQuery Logo

2007-07-16 Thread Casey Wise
Does anyone have the jQuery logo as a vector graphic? I gotta give props to John R. and his boyz on my next site and am sticking a logo somewhere on the page. I like to avoid working from working from bitmaps whenever possible. On a sidenote, I realized just now that the Devo hemlet has 4

[jQuery] Re: An open letter to non-Believers...

2007-07-11 Thread Casey Wise
Well put. On Jul 11, 5:54 am, Stephan Beal [EMAIL PROTECTED] wrote: A public jQuery forum is probably not the place to address non- Believers - that is, people who do not use jQuery - but my hope is that some of the Believers here will take this and pass it on to any non-Believers who they