Contents tagged with JavaScript

  • Android Detection with JavaScript

    Tags: Android, JavaScript

    Its time when your web applications should support Android as its one of the competitors in the mobile industry. The following JavaScript code searches the User Agent for "Android" and is the quickest … more

  • Check whether function exists

    Tags: jQuery, JavaScript

    It is always a best practice to check whether a function exists before calling it using JavaScript or jQuery. The following code snippets show how we can check whether a function exists using … more