[jQuery] Re: Cross-browser problem

2009-08-09 Thread Denis Abramov
Any solution?

[jQuery] Re: Cross-browser problem

2009-08-09 Thread Charlie
suggest putting a test page together on your server or you can use jsbin.com which has jQuery library available Denis Abramov wrote: Any solution?

[jQuery] Re: Cross-browser problem

2009-08-08 Thread Denis Abramov
I don't know why, but IE6 IE7 and Chrome just ignore these strings: $('#cat1 option').bind(click, function(){current_cat1 = $(this).attr ('value'); call_cats();}); $('#cat2 option').bind(click, function(){current_cat2 = $(this).attr ('value'); call_cats();}); $('#cat3 option').bind(click,

[jQuery] Re: Cross-browser problem

2009-08-08 Thread Denis Abramov
Better code view here: http://www.copypastecode.com/8449/