I can't get some jQuery to work in Safari - javascript

So I have problem in jquery for safari browser. Some of my jquery is perfectly working for GC, FF, IE and Opera but then when I tried to test it in Safari my jquery is not working anymore.
My questions is:
Is there any code that I will just paste or add in my website that will enable all my jquery in safari? Currently I'm re-program my jquery because of safari. Any suggestion beside in codes. Already tried to enable the javascript and jquery in safari browser but still not working.

Make sure you have turned on javascript on the safari. I can't see any other reason for it to not work , it is just a javascript file.

Related

CK Editor Not Working Well on Safari Browser

I am using CKeditor form for editing my web page content.
The CKeditor textarea is working fine on the browsers Chrome, Mozilla and Opera
but my client is working on Safari.
The version of CKeditor I am using is version 4.5.7
I tested with 4.4.1 & 4.5.5 but this gave the same result.
Is there solution available on this?
You can get more help here Check this
And get patch for 4.4.5 here

Javascript is not working in Opera

I know this is an old question but before you dismiss it, just here me out.
I am developing a site and everything (including javascript) works perfect in Firefox 24.0 and Chromium 28.0. I have not tested in IE coz am on an Ubuntu 13.04 machine. I tested in Opera 12.16 and suddenly my javascript doesn't work.
Javascript is checked in opera preferences and all my external jquery and javascript scripts have the type="text/javascript" part. Still no good. I have commented out all my external script files including jquery and then added a
<script type="text/javascript"> alert('JS working'); </script>
in the head. Still no good. Alert working in Firefox and Chrome but not in Opera.
I have checked these questions out, still no good:
javascript not working in OPERA
Javascript does not work in Opera - strange
I don't know what's going on with Opera and its really confusing.
Any help appreciated.
Update:
There are no javascript errors in the dragonfly error console.
Sounds like JS is disabled in Opera. Pless and select Enable Javascript.

Print a Div issue in IE with Jquery Plugin

I'm looking to a print a div using the Jquery plugin.
I'm using this plugin:
jQuery.print.js
But it is not working in IE.
Please let me know if there are any good jQuery plugins which will work for Chrome and Safari and other Browsers.
I don't want to use JavaScript. I'm looking for Plugins.
I have tried searching for Plugins in Google and did not get help from it.
I've tried using jquery.PrintArea.js plugin but in IE getting following message:
JavaScript runtime error: Out of memory
EDIT:
Is there a jQuery plugin to print a part of the div for Opera, Safari and Chrome Browsers.

IE9 and modernizr 2.6.1, dropdownlist does not open

Dropdownlist on my MVC4 application using modernizr 2.6.1 running on IE9 shows unexpected behavior. It works fine on FF and Chrome. It also works when modernizr 2.6.1 is unreferenced.
The problem is that when a page loads up some of dropdownlists open up by clicking on them, they also accept keyboard inputs but some of them don't accept inputs(mouse and keyboard) at all. But after few random clicks, some of them start working when they get and loss focus few times.
How do i troubleshoot this problem?
Edit
It is confirmed that something is wrong with modernizr, i removed all the scripts except modernizr and the problem is there and the problem is gone when just modernizr is removed.
I have a simalar problem with IE, Modernizr och jQuery UI Slider element. Works in Firefox, but not in IE. If I remove Modernizr, it works in IE as well.
Modernizr does not work with IE, simple !!!

Cross browser issue with window.opener.insertHTML

This code works fine in Firefox window.opener.insertHTML but it doesnot work for IE. I just noticed that this code works even for IE9 but its not working for IE8
How can i get it to work for both the browsers?
The insertHTML command is for documents in design mode. It is a Mozilla invention and apparently isn't supported by IE.
Please try with pasteHTML insted of InsertHtml.

Categories