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

How To Clear Firefox' Console Via Javascript?

I have some functions that when executed show some info with console.log(). There is no problem wit… Read more How To Clear Firefox' Console Via Javascript?

Ajax Responsexml Errors

I've been having some weird issues when it comes to make an AJAX request and handling the respo… Read more Ajax Responsexml Errors

How To Add Non-enumerable Property In Javascript For Ie8?

Is there a way to add 'hidden' non-enumerable properties to a JavaScript object that works … Read more How To Add Non-enumerable Property In Javascript For Ie8?

Regular Expression Gives Different Output In Ff And Ie

My problem is that when I use this code: var queuediv = document.getElementById('MSO_ContentTab… Read more Regular Expression Gives Different Output In Ff And Ie

Detect If An Element Is Visible (without Using Jquery)

I'm trying to detect if an html element I gave an id is visible or not without using jquery. Th… Read more Detect If An Element Is Visible (without Using Jquery)

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