Actually this effect is not done using JS,
it's just simple CSS. Have a look at the
element with the id #bg.
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
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
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() {
4 matches
Mail list logo