[jQuery] HI all

2009-09-08 Thread mota
I need something similar to what has been done here (http:// www.ted.com/ ) using JS or Jquery. It would be great if u could share your thoughts and experiences with me. Any pointers to solve this issue will be highly appreciated :) Thanks in advance Sunil

[jQuery] Hi all, jquery issue (major) with IE - all versions

2008-11-26 Thread tukutela
HI all, This only happens with IE (all versions), on line 1120 in jquery-1.2.6.js I get the following error. Line 1120: Invalid Property Value The line in the js file is the following: elem[ name ] = value; It inside attr: function( elem, name, value ) Does anybody have a problem similar to

[jQuery] Hi all. How to define Chrome browser?

2008-11-20 Thread mtest
How possible to define Chrome browser like other, for example Safafri: if ($.browser.safari) { alert('This is Safari') } it intersting that chrome browser do same Alert "This is Safari' Question. How to define only CHROME browser?