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() {
>
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
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
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
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
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
> > 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
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
8 matches
Mail list logo