Category Archive for: "JavaScript"

  1. JavaScript

    Javascript Check If A Value Is In An Array Examples

    It’s relatively very easy in Javascript to check if a value is in an array. All you need is the array that you want to check and the value that you want to check against. That’s it. Using just those 2 pieces of information, you can easily check if a value is in an array […]

  2. Javascript

    Javascript: Detect iPhone, iPod, iPad

    Have ever ever thought of display custom information to the user or making changes in the browser depending upon whether the user is using iPhone, iPod or iPad? Here is a snippet in Javascript: Detect iPhone, iPod, iPad using this handy snippet!