[jQuery] form always goes to index.php

2009-11-26 Thread Henjo
or Console. How can I get this to work properly? When I mod_rewrite in index.php?id=value to - for example - 'results/' it does work. Thanks in advance. Henjo

[jQuery] Re: form always goes to index.php

2009-11-26 Thread Henjo
myFormValue=value . > > > I don't get any errors in the debug console (FF) or the Error Console. > > How can I get this to work properly? > > > When I mod_rewrite in index.php?id=value to - for example - 'results/' > > it does work. > > > Thanks in advance. > > > Henjo

[jQuery] jQuery no conflict question

2009-12-11 Thread Henjo
Any hint is appreciated! Henjo

[jQuery] Re: jQuery no conflict question

2009-12-11 Thread Henjo
Hi Scott, I do not get the syntax completely, but will definitely give it a try. Thanks for posting back! Henjo On Dec 11, 2:54 pm, Scott Sauyet wrote: > On Dec 11, 7:14 am, Henjo wrote: > > > I am wondering how to set my jQuery to be in 'noconflict' state. >

[jQuery] Re: jQuery no conflict question

2009-12-11 Thread Henjo
Well, I tried this, but no matter where I put it, it gave me the error the function was not defined... So I decided to find/replace all $ with jQuery. It does the job. Thanks anyways! Henjo On Dec 11, 2:54 pm, Scott Sauyet wrote: > On Dec 11, 7:14 am, Henjo wrote: > > > I am wond

[jQuery] IE stops recurring ajax call

2009-12-13 Thread Henjo
Hi list, I have written a dynamic form that gets stuff from a db and puts it into select boxes. After selecting the first, the form reloads to the next. In total I have maximum 3 selectors to show up. It works flawlessly in FF, Safari, Chrome... But IE is being nasty on me! Any idea on how to mak

[jQuery] Re: IE stops recurring ajax call

2009-12-14 Thread Henjo
Anyone?

[jQuery] Debugging in IE

2009-12-14 Thread Henjo
about http://bit.ly/7v8pHu Thanks in advance for your tips. Henjo

[jQuery] Re: Debugging in IE

2009-12-14 Thread Henjo
Hey Scott, thanks for posting. I will check this out and see if I can find something here... Henjo On Dec 14, 8:51 pm, "Scott Stewart" wrote: > There is a Firebug Lite which runs in IE, it's not nearly as good as > Firebug, but it's better than nothing (or th

[jQuery] Re: IE stops recurring ajax call

2009-12-14 Thread Henjo
Hi Scott, first of all thanks for your help, I appreciate that! Here's the link to the website, it is the product wizard form: http://bit.ly/7v8pHu Henjo On Dec 14, 9:30 pm, Scott Sauyet wrote: > On Dec 13, 1:52 pm, Henjo wrote: > > > It works flawlessly in FF, Safari, Ch

[jQuery] Re: IE stops recurring ajax call

2009-12-14 Thread Henjo
here - unfortunately... :-( Thanks for sharing your insights on this. Henjo On Dec 14, 10:33 pm, Henjo wrote: > Hi Scott, > > first of all thanks for your help, I appreciate that! > > Here's the link to the website, it is the product wizard > form:http://bit.ly/7v8pHu &

[jQuery] Re: IE stops recurring ajax call

2009-12-14 Thread Henjo
e and got some info from that - but by far not enough to understand what goes wrong. I will rework on this and at least post back when it works. Thanks again. Henjo On Dec 14, 11:41 pm, Scott Sauyet wrote: > On Dec 14, 4:33 pm, Henjo wrote: > > > Here's the link to the website

[jQuery] Re: Debugging in IE

2009-12-15 Thread Henjo
chain into part and then it worked. Thanks again for your thoughts, I really appreciate it and take to heart what you say! Henjo On Dec 14, 11:18 pm, MorningZ wrote: > I would *definitely* start by using the non-minified version of > jQuery, as it's 1000x easier to get an idea of wha

[jQuery] Re: IE stops recurring ajax call

2009-12-15 Thread Henjo
Hi MorningZ, see my reply at the other thread. I am sorry for double posting. I think I kinda got stressed ;-) Henjo On Dec 15, 12:16 am, MorningZ wrote: > Since you have two topics going on the same exact topic, i'll repeat > what i suggested in topic # 2: > > Stop using the

[jQuery] Re: IE stops recurring ajax call

2009-12-15 Thread Henjo
s a better approach to the code, and I will rethink mine in order to make it more generic and maintainable. I value your help and the time you took to post back on this. I take to heart what you wrote and it helped me getting a better understanding of how this works. Have a great day! Henjo On

[jQuery] Re: IE stops recurring ajax call

2009-12-16 Thread Henjo
to.  I > thought I'd dash off a quick alternative for you.  A long time later I > was still trying to fill in the details.  I should either have trimmed > it down or followed it through all the way.  I'm glad that it was at > least food for thought. It sure was - and in that helped to bring out the solution so I am grateful you took the time! > Good luck on your project. Thanks! Henjo

[jQuery] Re: Debugging in IE

2009-12-16 Thread Henjo
For anyone looking for the solution I found, please read the thread: http://groups.google.com/group/jquery-en/browse_thread/thread/2d570db96ed7f02a Henjo On Dec 15, 2:32 pm, Henjo wrote: > Hi MorningZ, > > thanks for your thoughts. I didn't even think of that since it has >

[jQuery] Re: Debugging in IE

2009-12-19 Thread Henjo
Hi Mike, thanks for you reply. You are absolutely right. Tunnel vision and tiredness are a great combi ;-) Thanks! Henjo On Dec 16, 5:06 pm, Michael Geary wrote: > I'm glad you fixed your problem, but I'm certain that the conclusion ("IE > has trouble with a chained aja

[jQuery] Re: IE stops recurring ajax call

2009-12-19 Thread Henjo
Hi Scott, well - it actually has nothing to do with chained requests in general. This chained request did the request on a whole different tag (on the #option instead of fieldset), that was the problem. Henjo On Dec 16, 3:43 pm, Scott Sauyet wrote: > On Dec 16, 4:14 am, Henjo wr

[jQuery] hiding div's based on dynamic tabs

2010-01-15 Thread Henjo
. ... What would be the best way to do this using jQuery? Thanks for your input! Henjo