Re: [jQuery] Superfish menus

2009-10-28 Thread Matt Zagrabelny
On Wed, 2009-10-28 at 08:16 -0700, MICA wrote: > The website in question is - www.micalighting.com.au [...] > Can anyone help?? Not with the superfish, but you might want to reconsider that animated gif at the top. Cheers, -- Matt Zagrabelny - mzagr...@d.umn.edu - (218) 726 8844 Univ

[jQuery] Re: keeping table header fix

2009-10-02 Thread Matt Zagrabelny
On Thu, 2009-10-01 at 22:25 -0400, Karl Swedberg wrote: > have you tried overflow-y: auto; ? This works... (to some degree) table tbody { height: 799px; overflow-y: auto; overflow-x: hidden; } Cheers, -- Matt Zagrabelny - mzagr...@d.umn.edu - (218) 726 8844 University of Minnes

[jQuery] Re: jQuery => License

2009-07-21 Thread Matt Zagrabelny
;t need to purchase anything because it is also free software. -- Matt Zagrabelny - mzagr...@d.umn.edu - (218) 726 8844 University of Minnesota Duluth Information Technology Systems & Services PGP key 1024D/84E22DA2 2005-11-07 Fingerprint: 78F9 18B3 EF58 56F5 FC85 C5CA 53E7 887F 84E2 2DA2 He is

[jQuery] Re: Input that allows only numbers.

2009-07-17 Thread Matt Zagrabelny
codes for: backspace arrow keys delete etc. Cheers, > > On Jul 17, 11:18 am, Matt Zagrabelny wrote: > > On Thu, 2009-07-16 at 16:12 -0700, Caio Landau wrote: > > > Well, that a simple question, I hope. I have an input ( > > type="text" />) on my page, and

[jQuery] Re: Input that allows only numbers.

2009-07-17 Thread Matt Zagrabelny
> A simplified example just to illustrate: > > > > This works for me... $(function() { $('#numbersonly').keypress( function(event) { return ((event.which >= 48) && (event.which <= 57)); } ); }); Cheers, -- Matt Zagrabelny

[jQuery] Re: A job for you?

2009-07-15 Thread Matt Zagrabelny
g on more work (even though it is paid) ? -- Matt Zagrabelny - mzagr...@d.umn.edu - (218) 726 8844 University of Minnesota Duluth Information Technology Systems & Services PGP key 1024D/84E22DA2 2005-11-07 Fingerprint: 78F9 18B3 EF58 56F5 FC85 C5CA 53E7 887F 84E2 2DA2 He is not a fool who gives u

[jQuery] Re: jQuery syntax question

2009-07-13 Thread Matt Zagrabelny
d grab all the paragraphs (that is your "p"), then add into the array the element of id "text" that lies within the body element with id of "seniors". The third element in that array is not necessarily a paragraph element. Perhaps you could scab together a little DOM f

[jQuery] Re: both 'if' and 'else' blocks being executed

2009-07-13 Thread Matt Zagrabelny
false; > >} > > // ^^^ > > > > } > >); > > } > > } > > > > > > > > > > > value="No" /> > > > value="Yes" /> > > >

[jQuery] Re: both 'if' and 'else' blocks being executed

2009-07-10 Thread Matt Zagrabelny
ndler on the server side processes both if the checkbox is checked. I only want one to be processed. Regardless, both blocks are being executed... (crazy) Thanks, > On Jul 10, 1:38 pm, Matt Zagrabelny wrote: > > Greetings, > > > > I am experiencing some crazy stuff, at least cr

[jQuery] both 'if' and 'else' blocks being executed

2009-07-10 Thread Matt Zagrabelny
this one? If I add 'return;' statements at the end of the blocks, things work as expected, however I wouldn't expect that I should have to do that. Thanks for the help, -- Matt Zagrabelny - mzagr...@d.umn.edu - (218) 726 8844 University of Minnesota Duluth Information Technology S

[jQuery] Re: noob problem with selector and wrapped set - SOLVED

2009-07-10 Thread Matt Zagrabelny
:47 pm, Ralph Whitbeck wrote: > > > > > > > > > It's not a problem with Prototype and it being mixed cause you get the > > > same > > > problem if you just isolate it to just a page with jQuery. > > > > > The problem seems to be an invalid

[jQuery] Re: Access by item in the array

2009-07-09 Thread Matt Zagrabelny
not related to my original > > > > > > posts in those other thread so it's only respectful on my part to > > > > > > start a new thread on a different topic that's veering off in the > > > > > > same > > > > > > th

[jQuery] noob problem with selector and wrapped set

2009-07-08 Thread Matt Zagrabelny
put element with id = 'Object-RT::Ticket--CustomField-29- Value' in the DOM. Am I missing anything? Thanks for the help, -Matt Zagrabelny