[jQuery] Re: AJAX-queries in Internet Explorer

2009-09-08 Thread nubcake
I switched the $.post to $.get and it worked much much better! On 7 Sep, 15:31, nubcake wrote: > Heya! > > The "In IE I need to wait 5-6 seconds" means that in IE I need to wait > 5-6 seconds after I have made my first selection in the drop-down > menu, if I change too

[jQuery] Re: AJAX-queries in Internet Explorer

2009-09-07 Thread nubcake
; Also, what happens if you remove the 'keyup' event and try it? Just > 'change' should be sufficient, I think. > > On Sep 2, 10:45 pm, nubcake wrote: > > > Hello! > > > I've having troubles in Internet Explorer with AJAX-queries using > > jQuery

[jQuery] AJAX-queries in Internet Explorer

2009-09-03 Thread nubcake
Hello! I've having troubles in Internet Explorer with AJAX-queries using jQuery. When I change 'option', located in the below code, in FF/Chrome the $.post is sent almost instantly. In IE I need to wait 5-6 seconds otherwise the $.post will not be sent to query.php. Is there any solution to this

[jQuery] Re: Hide/Show when Check Box is selected

2009-02-26 Thread nubcake
show(); >   else >     $(id).hide(); > > }); > > by(e) > Stephan > > 2009/2/26 nubcake : > > > > > Hello again! > > > > >  GENERAL > >   > >     > class="tooltip" href="#">App #1Info > >      [SE

[jQuery] Re: Hide/Show when Check Box is selected

2009-02-26 Thread nubcake
r help! Best regards On Feb 26, 2:18 pm, Stephan Veigl wrote: > Hi > > the example is working on IDs (see the # in the selector). > If you send a HTML snippet of your page, maybe I better understand > what you mean. > > by(e) > Stephan > > 2009/2/26 nubcake : > >

[jQuery] Re: Hide/Show when Check Box is selected

2009-02-26 Thread nubcake
Hey! Is there any simple way to rewrite that so it works on ID:s instead on class? I have several checkboxes/"hidden divs", but I only want to "unhide" the div that belongs to the clicked checkbox. Best regards. On Feb 18, 5:10 pm, Stephan Veigl wrote: > Hi Miguel, > > you can use the click tr