[jQuery] Re: Script like this site: http://ringvemedia.com/

2008-10-30 Thread Thasmo
Actually this effect is not done using JS, it's just simple CSS. Have a look at the element with the id #bg.

[jQuery] AJAX data inserted into DOM does not trigger click-event

2008-06-15 Thread Thasmo
Hoi guys! I define a event trigger $('#id div a).click(). The url in the href attribute of the a tag is called via $.ajax and the returned data is inserted into the #id element. So, the actual HTML in the #id event is replaced by the data AJAX response data. After the data was inserted into the

[jQuery] Plugin does not work in IE7 and IE6

2007-09-09 Thread Thasmo
This script does not work for IE7 and IE6, it gives an error on line 12, sign 3 and 5: (function($) { alert('1'); var settings = { effect: { duration: 100, }, }; $.fn.menu = function() { aler

[jQuery] Plugin doesn't seem to work in IE6 and IE7

2007-09-09 Thread Thasmo
This gives me an error in IE6 and IE7 on line 12 on position 3 and 5: alert('javascript running...'); (function($) { alert('1'); var settings = { effect: { duration: 100, }, }; $.fn.menu = function() {