tagged [cross-browser]

Show datalist labels but submit the actual value

Show datalist labels but submit the actual value Currently the HTML5 `` element is supported in most major browsers (except Safari) and seems like an interesting way to add suggestions to an input. Ho...

JavaScript get clipboard data on paste event (Cross browser)

JavaScript get clipboard data on paste event (Cross browser) How can a web application detect a paste event and retrieve the data to be pasted? I would like to remove HTML content before the text is p...

11 Dec at 12:39

Detecting when Iframe content has loaded (Cross browser)

Detecting when Iframe content has loaded (Cross browser) I'm trying to detect when an iframe and its content have loaded but not having much luck. My application takes some input in text fields in the...

26 Feb at 11:9

Remove Safari/Chrome textinput/textarea glow

Remove Safari/Chrome textinput/textarea glow I am wondering if its possible to remove the default blue and yellow glow when I click on a text input / text area using CSS?

19 Feb at 15:38

How to fix Array indexOf() in JavaScript for Internet Explorer browsers

How to fix Array indexOf() in JavaScript for Internet Explorer browsers If you have worked with JavaScript at any length you are aware that Internet Explorer does not implement the ECMAScript function...

How to position a div in bottom right corner of a browser?

How to position a div in bottom right corner of a browser? I am trying to place my div with some notes in the position of the screen which will be displayed all time. I used following css for it: It w...

1 Aug at 18:28

How to compress an image via Javascript in the browser?

How to compress an image via Javascript in the browser? Is there a way to compress an image (mostly jpeg, png and gif) directly browser-side, before uploading it ? I'm pretty sure JavaScript can do th...

Retrieve data from browser local storage using c#

Retrieve data from browser local storage using c# Is it possible to retrieve data from chrome/firefox local storage using C#?

2 Nov at 15:7

css 'pointer-events' property alternative for IE

css 'pointer-events' property alternative for IE I have a drop down navigation menu in which some of the title should not navigate to other page when clicked(these title open a drop down menu when cli...

Cross-browser window resize event - JavaScript / jQuery

Cross-browser window resize event - JavaScript / jQuery What is the correct (modern) method for tapping into the window resize event that works in Firefox, [WebKit](http://en.wikipedia.org/wiki/WebKit...

Firefox on Windows renders an image color incorrectly

Firefox on Windows renders an image color incorrectly I've run into this issue before without ever really figuring out what the problem was, but I'm attempting to do the standard "drop-shadow" effect ...

How can I hide select options with JavaScript? (Cross browser)

How can I hide select options with JavaScript? (Cross browser) This should work: It works in Firefox, but not Chrome (and probably not in IE, not tested). A more interesting example: ``` Hide me v...

9 Dec at 14:10

Online Internet Explorer Simulators

Online Internet Explorer Simulators (Tried to find simular questions / duplicates, failed) I develop on a mac. I love my mac. I develop using Chrome, Firefox, and Safari. I love them all for different...

Why do jQuery fadeIn() and fadeOut() seem quirky in this example?

Why do jQuery fadeIn() and fadeOut() seem quirky in this example? I've been playing with jQuery in an ASP.NET project and am finding some odd behavior with the `.fadeIn()` and `fadeOut()` functions. I...

'innerText' works in IE, but not in Firefox

'innerText' works in IE, but not in Firefox I have some JavaScript code that works in IE containing the following: However, it seems that the 'innerText' property does not work in Firefox. Is there so...

.innerHTML opera issue?

.innerHTML opera issue? I'm trying to do : It's working fine with every browser except Opera (I'm running the latest version). Browsing the internet I found people saying that Opera does not support i...

3 Jun at 16:49

How will Internet Explorer 8 affect QA testing for Web Applications

How will Internet Explorer 8 affect QA testing for Web Applications Now that IE 8 is available: [http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx](http://www.microsoft.com/windo...

Relative positioning in Safari

Relative positioning in Safari It has to be simple, here's my CSS: I

14 Nov at 20:43