[jQuery] Re: General Question RE: Using jQuery with Wordpress

2009-02-06 Thread jQuery Lover
There is still a js error in your onAfter() function. You have jQuery.noConflict(); set and using $('.imgcap'). My 2 cents. Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Feb 6, 2009 at 4:09 PM, MH1988 wrote: > > I honestly cannot believe but I've made it work.

[jQuery] Re: General Question RE: Using jQuery with Wordpress

2009-02-06 Thread MH1988
I honestly cannot believe but I've made it work. This has been troubling so much and it's finally worked. What I don't understand is why it did not work in the first place. I also think one important reason I just discovered that you had to load all your CSS files before the jQuery script/s. Which

[jQuery] Re: General Question RE: Using jQuery with Wordpress

2009-02-06 Thread MH1988
Many thanks for your response. Here is the page I have tried to attempt making the jQuery Cycle plugin work correctly: website 1. The first thing I did was add the scripts in my Wordpress theme's header.php: jQuery(document).ready(function(){ jQuery('#frame1').cycle({ fx:'fa

[jQuery] Re: General Question RE: Using jQuery with Wordpress

2009-02-05 Thread jQuery Lover
jQuery works just fine with wordpress. There is nothing in wordpress that may conflict with jquery. Moreover, wordpress admin panel uses jquery. Can you post a link to your page, so we could look into it and try to find out what's causing the problem... Read jQuery HowTo Resource - http:/