[jQuery] Re: jquery code snippit improvement request

2007-10-18 Thread Frank Tudor
P.S. Here is what my final script looks like. After the below function example, I started to get lost in obscurity. script type=text/javascript $(document).ready(function() { zebra(); $('th').click( zebra ); function zebra() { $('tbody.bevker

[jQuery] Re: jquery code snippit improvement request

2007-10-18 Thread Frank Tudor
Jesus Christ?! Thanks for all the variations...AND explanations! Frank On 10/18/07, Michael Geary [EMAIL PROTECTED] wrote: First, combine duplicate code into a single function: $(document).ready(function() { zebra(); $('th').click( zebra ); }); function zebra() {

[jQuery] Re: need a simple jquery alert or prompt example with ok or cancel choices

2007-10-01 Thread Frank Tudor
I got it figured out...thanks for the reply On 10/1/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Frank, are you using http://trentrichardson.com/Impromptu/? Or are using using the basic prompt command? If you are using the plugin, you need to set up a call back that will handle you true,

[jQuery] Re: ANNOUNCEMENT: Chili 1.9 much faster

2007-09-27 Thread Frank Tudor
I like this idea, and pardon me if this has been asked before, but is there a code higlighter for jQuery that can be used in dreamweaver? Code anticipation would score bonus points. Frank On 9/27/07, Steve Blades [EMAIL PROTECTED] wrote: Looks outstanding. Now, if it only had a syntax

[jQuery] Re: ANNOUNCEMENT: Chili 1.9 much faster

2007-09-27 Thread Frank Tudor
Thanks Ben... That would be awesome! On 9/27/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Franks, I put something for Dreamweaver a while ago, I think we were on 1.1.1 at that time, let me see if I can find those files and will hit you up off list if I find them. On 9/27/07, Frank Tudor

[jQuery] Re: input type text toUpperCase() jquery question

2007-09-26 Thread Frank Tudor
: input { text-decoration: uppercase; } _ From: jquery-en@googlegroups.com [mailto:jquery-en@googlegroups.comjquery-en@googlegroups.com] On Behalf Of Frank Tudor Sent: Tuesday, September 25, 2007 12:30 PM To: jQuery (English) Subject: [jQuery] Re: input type text