Jquery issues

casben79

New member
Jan 10, 2009
50
0
0
I am working on a site heavily focused on jquery, it works absolutely Beutifully in chrome, safari and well enough in opera, but completely shits itself in FF, IE, and Flock, can anyone tell wtf i am doing wrong?
i have uploaded what i have to Bennys Best Offers
I know its a work in progress i just want to get the cross browser stuff working before i finish the content and styling properly.
cheers
Ben
 


this didnt work at all, made no difference in IE and stopped the functionality in chrome.....
 
IE and FF are your biggest markets, so if it doesn't work for them, it doesn't really work at all, effectively.

The jQuery site has a lot of great docs. I haven't had any problems using jQuery.
 
What? jQuery works great with FF. If your having problems with FF your doing something terribly wrong, period.
 
One thing I notice off the bat is no quotes around any of the id names, not sure if that is contributing to anything but might.
 
I know that the line i mentioned is broken.

It might be that you are trying to select '$("#cbi_cbinsmenu_1")'

If you give more specifics it may be easier for others to help you.

this has apparently fixed FF, but still fubar in Fucking IE see screenshot below, rollovers work, but not the buttons
 

Attachments

  • screenshot IE.jpg
    screenshot IE.jpg
    93.3 KB · Views: 6
  • screenshot-chrome.jpg
    screenshot-chrome.jpg
    91.2 KB · Views: 6
ok, got it to work, just deleted the following line from the corner plugin and it works fine. if (jQuery.browser.msie)
ds.setExpression('width', 'this.parentNode.offsetWidth');
else
that eems strang that that would prevent functionality in IE....
thank you guys for all your help, +1rep