Basically what i say in the title is what goes.. Ill show you some of the code and give an explanation.
Here's the website page: http://eosa.co.cc/themes/osoa/portfolio.htmlAs this doesnt let me ...
I wrote some jQuery code that works perfectly in Chrome/Safari, somewhat in Firefox, and hardly at all in IE8.
Why is this and how can I fix it?
Here's my code in case ...
This navigation solution only works in safari, I thought jquery works the same way in all browsers.
http://notre.co/nav/
It scrolls a div horizontally depending on the mouse position using jquery.
Is there ...
Hello I'm calling a function from my .js plugin in HTML onclick method, all works fine in other browsers but not only in Safari. Please suggest me some alternative so the ...
I have 2 files I'm dealing with. The first file is the main page and it uses .load() to display the second file. Safari runs the jquery on the first page ...
Actually i am using HTML5 videos, Working fine in all browsers but it's load very slow in safari (it's a known bug in safari browsers). That's why i want to use flash for safari and html5 video for other browsers. Is there any way by jquery to target only safari browser?I am trying condition below: if($.browser.safari)But it's also ...
Any suggestions, why this code is not working on Webkit browsers:(function($) { $.fn.followUser = function(userId) { this.fadeOut(250); $.get("profile.php", { do: "addfriend", id: userId }, function(data){ return this.html(' Follower added ').fadeIn(250); }); }})(jQuery);Only jquery and the plugin printed above are loaded, so ...
Hi,I have an Aspx page in which I'm using JQuery. I'm perticularly usingjBind plug in of JQuery for binding data to the template.I have 4 divs in to my solution. Out of 4, 2 Divs are bound totemplates and rendered as per the template. This solution works veryfine with IE 7.0 and Firefox, but when it comes to Safari, I could ...
Aww, how about a hint about where to look? There are tons of scripts loaded in there and I can't find the one I need to look at... btw, your XHTML fails pretty badly on the W3C validator. For example you're inventing your own attributes to some elements. I have no idea how portable this is, but if you want to ...