[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: 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. $(document).ready(function() { zebra(); $('th').click( zebra ); function zebra() { $('tbody.bevker tr:odd').removeClass().addClass('row0 od

[jQuery] Re: simple browser check (need help)

2007-10-02 Thread Frank Tudor
Works like a charm! Thanks Wizzud :) Frank On 10/1/07, Wizzud <[EMAIL PROTECTED]> wrote: > > > > if(!$.browser.msie){ > .//bug out > } > > > FrankTudor wrote: > > > > > > I have a tool that only operates under IE > > > > So all other browser users get an alert here is my code...but it > > d

[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 y

[jQuery] Re: ANNOUNCEMENT: Chili 1.9 much faster

2007-09-27 Thread Frank Tudor
them. > > On 9/27/07, Frank Tudor <[EMAIL PROTECTED]> wrote: > > > > 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

[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 high

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

2007-09-26 Thread Frank Tudor
> > omgosh.. I did not even know CSS could do that! > > > > Is that CSS-2? or -3? > > > > > > On Sep 26, 9:18 am, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > > > > Why would you even want to use Javascript for this? Just use CSS: > > &g

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

2007-09-25 Thread Frank Tudor
Anybody? On 9/25/07, FrankTudor <[EMAIL PROTECTED]> wrote: > > As a user types in content to this this text field I would like tho > force the text to uppercase to as keys are pressed. > > How would this be done? > > and is toUpperCase a real jquery function? if not wbhat would be a > simple way