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 University

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

[jQuery] Re: jQuery = License

2009-07-21 Thread Matt Zagrabelny
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 not a fool who gives up what he cannot

[jQuery] Re: Input that allows only numbers.

2009-07-17 Thread Matt Zagrabelny
() { $('#numbersonly').keypress( function(event) { return ((event.which = 48) (event.which = 57)); } ); }); /script /head body input id=numbersonly name=first_name/ /body /html Cheers, -- Matt Zagrabelny - mzagr...@d.umn.edu - (218) 726 8844 University of Minnesota Duluth

[jQuery] Re: Input that allows only numbers.

2009-07-17 Thread Matt Zagrabelny
keys delete etc. Cheers, On Jul 17, 11:18 am, Matt Zagrabelny mzagr...@d.umn.edu wrote: On Thu, 2009-07-16 at 16:12 -0700, Caio Landau wrote: Well, that a simple question, I hope. I have an input (input type=text /) on my page, and I want it to only accept numbers, so if the user

[jQuery] Re: A job for you?

2009-07-15 Thread Matt Zagrabelny
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 up what he cannot keep to gain

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

2009-07-13 Thread Matt Zagrabelny
value=Yes / /form /body /html Does anyone have any insight into 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

[jQuery] Re: jQuery syntax question

2009-07-13 Thread Matt Zagrabelny
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 for us to look at: body id=seniors div id=text etc. etc. Cheers, -- Matt Zagrabelny - mzagr...@d.umn.edu - (218

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

2009-07-10 Thread Matt Zagrabelny
problem if you just isolate it to just a page with jQuery. The problem seems to be an invalid ID name. I was able to get a match when I took :: out of the ID name. Ralph On Wed, Jul 8, 2009 at 12:14 PM, Matt Zagrabelny mzagr...@d.umn.edu wrote: Greetings, I am

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

2009-07-10 Thread Matt Zagrabelny
;' 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 Systems Services PGP key 1024D/84E22DA2 2005-11-07

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

2009-07-10 Thread Matt Zagrabelny
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 mzagr...@d.umn.edu wrote: Greetings, I am experiencing some crazy stuff, at least crazy to me... Both

[jQuery] Re: Access li by item in the array

2009-07-09 Thread Matt Zagrabelny
but was not able to get the syntax right. I thought maybe something like this would work but is has not: $(#mycarousel li).index(i).css(margin-right, 5px); -- Matt Zagrabelny - mzagr...@d.umn.edu - (218) 726 8844 University of Minnesota Duluth Information

[jQuery] noob problem with selector and wrapped set

2009-07-08 Thread Matt Zagrabelny
- Value' in the DOM. Am I missing anything? Thanks for the help, -Matt Zagrabelny