[jQuery] Re: jquery 1.2.3 not working in my application

2008-04-25 Thread nacnez
I have been continuing this process of moving to jquery 1.2.3 across our application. I faced another issue today. I was getting a javascript error in IE 6. On debugging using alerts I found that there was some problem in the globalEval function. This itself took me sometime. And then by god's gra

[jQuery] Re: jquery 1.2.3 not working in my application

2008-03-26 Thread nacnez
That worked. I was using an older version of jQuery livequery. I replaced it with the proper version and it worked!.. Thanks a lot folks. nacnez On Mar 25, 10:43 pm, Adrián Moreno <[EMAIL PROTECTED]> wrote: > I recently have had some similar problems when including jQuery into > my wordpress them

[jQuery] Re: jquery 1.2.3 not working in my application

2008-03-25 Thread Adrián Moreno
I recently have had some similar problems when including jQuery into my wordpress theme. The trouble was being caused by a wordpress plugin that added some javascript code to the head, and it seemed to make jQuery stop working, altough I could see it with firebug, as you. If you have some other J

[jQuery] Re: jquery 1.2.3 not working in my application

2008-03-25 Thread John S
Sounds like the jquery.js file isn't being found. Check your path. On Mar 25, 6:33 am, nacnez <[EMAIL PROTECTED]> wrote: > I have just started learning jquery on the job. I am working on > existing application which uses jquery 1.2.1. I wanted to use 1.2.3 > for getting better performance. When I

[jQuery] Re: jquery 1.2.3 not working in my application

2008-03-25 Thread Karl Swedberg
Hi nacnez, I think the next step for us would be to see a demonstration of your problem. Can you post a link to a stripped-down public page that we can look at? Thanks, --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Mar 25, 2008, at 7:33 AM, nacn