Skip to content

jQuery Plugin for embedding a PAPEO menu into your site

Notifications You must be signed in to change notification settings

VuframeLab/jquery-papeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PAPEO jQuery plugin

========================

A jQuery Plugin for embedding a PAPEO menu into your site.

REQUIREMENTS

  • jQuery has to be included in your site

USAGE

Include the "jquery.papeo.js" file from this repository or use the latest version from (TODO)

<script type="text/javascript" src="http://jquery.papeo.com/jquery.papeo.0.1.min.js"></script>

Add the following snippet to the page you want to display your menu on.

<div id="papeo_menu"></div>
<script type="text/javascript">
  $(function(){
    $("#papeo_menu").papeo({
      'restaurant_id' : 1
    });
  });
</script>

EXTRAS

If you want to add a loading message just place it into the html container like:

<div id="papeo_menu">loading...</div>

About

jQuery Plugin for embedding a PAPEO menu into your site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published