Facts, hacks and attacks from my life as a web application developer
I am brazilian but I had to comment. Your article was just what I need. Thanks.
how about something like this?jQuery.fn.followLink = function() { $.browser.msie ? : this.click() : window.location = this.attr('href'); return this;}
I am brazilian but I had to comment. Your article was just what I need. Thanks.
ReplyDeletehow about something like this?
ReplyDeletejQuery.fn.followLink = function() {
$.browser.msie ? : this.click() : window.location = this.attr('href');
return this;
}