[jQuery] How to select all input elements but the button one?

2008-09-09 Thread aldomatic
I'm trying to select all input elements but the submit or button. I appreciate the help. Aldo

[jQuery] Re: Adding hover to all table rows (tr) but the first one.

2008-06-27 Thread aldomatic
@Dean Landolt: That is a good point, I will take that into consideration. On Jun 26, 3:40 pm, "Dean Landolt" <[EMAIL PROTECTED]> wrote: > > Hi again, > > > you replied directly to me with this: > > >  Awesome! Now 1 more question. > > >> How can I have it not hover the last row too? > > Just to

[jQuery] Re: Adding hover to all table rows (tr) but the first one.

2008-06-26 Thread aldomatic
mouse enters the row; > > }, function() { > >  // Stuff to do when the mouse leaves the row; > > }); > > > --Karl > > > > Karl Swedberg > >www.englishrules.com > >www.learningjquery.com > > > On Jun 26, 2008, at 11:27 AM, aldomatic wrote: > > >> I'm having a difficult time figuring out how to add a hover effect on > >> all but the first table row (tr). > > >> I appreciate anyone's help. > > >> Thanks!

[jQuery] Adding hover to all table rows (tr) but the first one.

2008-06-26 Thread aldomatic
I'm having a difficult time figuring out how to add a hover effect on all but the first table row (tr). I appreciate anyone's help. Thanks!

[jQuery] Re: Noob Question: Using Selectors after ajax load

2008-06-25 Thread aldomatic
Take a look at http://brandonaaron.net/docs/livequery/ On Jun 25, 12:22 pm, Eric <[EMAIL PROTECTED]> wrote: > I  am sure this has been answered before, but I could not find it. > > I click on a link which loads a second page into a div using the load > function > > $(document).ready( >          

[jQuery] ajax loaded content and selecting current page show in navigation

2008-06-22 Thread aldomatic
So I have an issue, I want to highlight the link which is currently being viewed. The content is loaded via the LOAD method, but when I click on the other links the added class still remains and highlights them all. I want to highlight just the current loaded page and not the others. Here is the

[jQuery] Re: New jQuery Plug-in: Multicolumn Dropdown

2008-06-19 Thread aldomatic
This is swt! On Jun 18, 10:31 am, "Dan G. Switzer, II" <[EMAIL PROTECTED]> wrote: > Awhile back I blogged about a plug-in that my company was planning on > releasing called mcDropdown (multicolumn dropdown.) > > Well, the plug-in was officially released > today:http://www.givainc.com/labs/mc

[jQuery] Re: thoughts ? Announcing AJAX Libraries API: Speed up your Ajax apps with Google’s infrastructure

2008-06-02 Thread aldomatic
Not yet, but I plan on using it here in a day or so. Looks intresting so far. On Jun 2, 12:16 pm, cfdvlpr <[EMAIL PROTECTED]> wrote: > Is anyone using this for jQuery yet?  To do this, you can just use > this line of code, right? > >

[jQuery] Firing a jQuery function from loaded content via the load method

2008-05-07 Thread aldomatic
Firing a jQuery function from loaded content via load method. It seems to work fine in FF and IE but Safari wont make it happen :( Thanks for the help.

[jQuery] Re: how to redirect an Ajax loaded page to another page...

2008-05-06 Thread aldomatic
I found a work around, yes I was asking for some magic :) Thanks though. On May 6, 2:51 pm, Christoph Haas <[EMAIL PROTECTED]> wrote: > On Dienstag, 6. Mai 2008, aldomatic wrote: > > > How do I redirect an Ajax loaded page to another page? The Meta > > refresh does not w

[jQuery] how to redirect an Ajax loaded page to another page...

2008-05-06 Thread aldomatic
How do I redirect an Ajax loaded page to another page? The Meta refresh does not work. Anyone? Thanks.