Skip to content

jQuery plugin to check for mobile or desktop platform details.

Notifications You must be signed in to change notification settings

adamesque/jquery-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

jQuery Platform

Returns an array with mobile or desktop platform details

Dependencies

jQuery 1.5.2+ (https://github.com/jquery/jquery)

How to use

<script>
  $(document).ready(function(){

    // Returns an array with platform info.
    var platform = $.platform();

  });
</script>

About

jQuery plugin to check for mobile or desktop platform details.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published