Skip to content

Nezran/Moodie-Maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moodie-Maps

Is a plug-in Jquery for google maps.

With a json file you can put students on maps and filter it by type, section, student

Init plug-in

jQuery(function ($) {
    $(window).ready(function () {
        $.getJSON('addresses.json', function (addresses) {
            $("#moodie").moodie(addresses);
        });
    });
});

Materialize

Moodie use Materialize

Travis CI

Created in April 2016

About

Json data from students into google map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published