oscar.Util | |
Functions | |
getBrowserName | Returns: {String} A string which specifies which is the current browser in which we are running. |
getElement This is the old $() from prototype | |
getTimeStamp | Used to append to a URL to prevent caching |
oscar.Util.getBrowserName = function()
Returns: {String} A string which specifies which is the current browser in which we are running.
Currently-supported browser detection and codes: * ‘opera’ -- Opera * ‘msie’ -- Internet Explorer * ‘safari’ -- Safari * ‘firefox’ -- FireFox * ‘mozilla’ -- Mozilla
If we are unable to property identify the browser, we return an empty string.
Returns: {String} A string which specifies which is the current browser in which we are running.
oscar.Util.getBrowserName = function()
Used to append to a URL to prevent caching
oscar.Util.getTimeStamp = function()