Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jquery.vmap.usa.js #115

Closed
wants to merge 1 commit into from
Closed

jquery.vmap.usa.js #115

wants to merge 1 commit into from

Conversation

GLax133
Copy link

@GLax133 GLax133 commented Apr 23, 2014

<script src="js/jquery.vmap.js"></script> <script src="js/jquery.vmap.usa.js"></script> <script> jQuery('#vmap').vectorMap({ map: 'usa_en', backgroundColor: null, color: '#ffffff', hoverColor: '#999999', selectedColor: '#666666', enableZoom: true, showTooltip: true, selectedRegion: 'MO' }); </script>

<script src="js/jquery.vmap.js"></script>
<script src="js/jquery.vmap.usa.js"></script>
 
<script>
jQuery('#vmap').vectorMap({
    map: 'usa_en',
    backgroundColor: null,
    color: '#ffffff',
    hoverColor: '#999999',
    selectedColor: '#666666',
    enableZoom: true,
    showTooltip: true,
    selectedRegion: 'MO'
});
</script>
 
<div id="vmap" style="width: 600px; height: 400px;"></div>
@GLax133
Copy link
Author

GLax133 commented Apr 23, 2014

<script src="js/jquery.vmap.js"></script> <script src="js/jquery.vmap.usa.js"></script> <script> jQuery('#vmap').vectorMap({ map: 'usa_en', backgroundColor: null, color: '#ffffff', hoverColor: '#999999', selectedColor: '#666666', enableZoom: true, showTooltip: true, selectedRegion: 'MO' }); </script>

@manifestinteractive
Copy link
Contributor

Invalid Javascript in Commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants