Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cross Browser

Can I Use Javascript To Set The 'name' Attribute?

According to SitePoint (and my own experiments), the IE implementation of 'setAttribute()' … Read more Can I Use Javascript To Set The 'name' Attribute?

Which Browsers Support Multi-line Strings?

Which browsers support multi-line strings? 'foo \ bar' As usual, my main suspect for not s… Read more Which Browsers Support Multi-line Strings?

Browser Detect Contenteditable Features

I realise browser detection is not generally a good idea, however as each browser has a different i… Read more Browser Detect Contenteditable Features

Ios Vs Android: Different Dates Displayed For The Same Program

I have a javascript code: newDate: function(days) { var newDate = new Date( parseInt(startDate)… Read more Ios Vs Android: Different Dates Displayed For The Same Program

A:active Vs Mousedown Event Preventdefault()-ed

The case we have an element with :active state specified in CSS in JavaScript code we listen to m… Read more A:active Vs Mousedown Event Preventdefault()-ed

Test If A Browser Supports A Css Selector

Really simple: how do I most accurately test if a browser has support for a certain CSS selector? I… Read more Test If A Browser Supports A Css Selector

How Can I Control Javascript Execution Order?

I'm having some concurrency issues with a webpage I'm building. Basically, I have three scr… Read more How Can I Control Javascript Execution Order?

Require Javascript - Can This Be Enforced Through A Server-side Language

I have developed an ajax application framework using php/jQuery etc. I would like to 'require&… Read more Require Javascript - Can This Be Enforced Through A Server-side Language

Undefined Index For Cookie In Some Browsers

I am using a log in script that I found on experts exchange to make a cookie when a user logs on. … Read more Undefined Index For Cookie In Some Browsers

Browser Support For Getelementsbytagnamens

Which browsers/versions support getElementsByTagNameNS(), and to which extent? I can't seem to … Read more Browser Support For Getelementsbytagnamens

Is There A Cross-browser Solution For Getselection()?

I need to make a comment mechanism in which user highlights a piece of text, clicks 'comment th… Read more Is There A Cross-browser Solution For Getselection()?

Javascript Key Handling And Browser Compatibility

I'm working on key handling in Javascript. I have done some research and I'd like to know w… Read more Javascript Key Handling And Browser Compatibility

Onclick Dropdown Works In Firefox But Not Chrome Or Ie?

The following code works perfectly in Firefox, but not in IE or Chrome... Any ideas why? Read more Onclick Dropdown Works In Firefox But Not Chrome Or Ie?

Blur+opacity Text Animation Makes A Blink In Google Chrome Browser

So there is a little function to create word by word text animation, but in the end of each word an… Read more Blur+opacity Text Animation Makes A Blink In Google Chrome Browser

Html Type="search" Detect Clear Button Support

In HTML5 we have the which acts differently on multiple browsers. Webkit adds a clear button when… Read more Html Type="search" Detect Clear Button Support

Cross Browser Issue : Document.getelementbyid().value Not Working In Ie But Works In Firefox

I have 1 dropdown box[year], 2 text box [startDate, endDate], whenever user select year from dropdo… Read more Cross Browser Issue : Document.getelementbyid().value Not Working In Ie But Works In Firefox

.remove() Not Working In Internet Explorer

This code works very well in Google Chrome, but wont work in Internet Explorer: document.getElement… Read more .remove() Not Working In Internet Explorer

Iframe Cross Domain Communication - Resize Event - Cross Browser?

When the main Window wants to send message to a child Iframe - It sets the child's Iframe url … Read more Iframe Cross Domain Communication - Resize Event - Cross Browser?

As2(!) : Best Crossbrowser Way Of Calling Javascript Functions?

I have a AS2 project here that makes some troubles on certain browsers. Can someone tell me, what&#… Read more As2(!) : Best Crossbrowser Way Of Calling Javascript Functions?

Svg Renders But Gets Cut Off In Firefox Only - Why?

I am using d3js, which uses SVG, to create a chart. View it at www.uscfstats.com/deltas (use 12842… Read more Svg Renders But Gets Cut Off In Firefox Only - Why?