Nulled Incoded JSON Menu Component free download

Incoded JSON Menu Component-[Clean-Nulled].zip

Description

Incoded JSON MENU is not just HTML / CSS web page element. The major idea is to store menu items in database. Then, using API, AJAX and
Javascript component, menu will be generated on frontend. With simple implementation, responsive and pretty themes, font awesome icons and
options it contains, JSON MENU is a component useful for all kinds of web sites and applications. It could be integrated to a simple website
as easy as to a complete solution like WordPress or Android application.

Simple Demo

Incoded JSON MENU Component will convert JSON like this one:

Incoded JSON Menu Component - 1

into the menu like this:

Incoded JSON Menu Component - 2

Here’s flowchart that describes in details how the component works:

Incoded JSON Menu Component - 3

Features

  • Bootstrap supported
  • Font Awesome icons supported
  • 8 different themes
  • 8 different fonts
  • Responsive
  • Multiple menu instances on a single page
  • Submenus
  • AJAX request to backend to get menu structure in JSON
  • Verical and horisontal menu
  • Justified and non-justified menu items

Requirements

  • jQuery

Additionaly, you may include Bootstrap to integrate JSON Menu into its structure.

Or you may include Font Awesome icons, for instance, to use it in menu items.

Quick Setup

CSS

Include these css files in the <head> of your page:

<link rel="stylesheet" href="css/incoded-menu.min.css">

JavaScript

Include these javascript files in the bottom of the < body > of your page:

<script src="js/jquery.min.js"></script>
<script src="js/incoded-menu.min.js"></script>

Menu Holder

Add a placeholder for your menu with unique ID:

<div id="menu">

</div>

Menu JSON

Open “api/menu.json” and modify it according to your needs and menu you like to show:

[
    { "id": 1, "order": 0, "name": "Home", "url": "/index.html" },
    { "id": 2, "order": 1, "name": "About", "url": "/about.html" },
    { "id": 3, "order": 2, "name": "Themes" },
    { "id": 4, "order": 3, "name": "Contact", "url": "/contact.html" },
    { "id": 5, "order": 0, "name": "Jeans", "parent_id": 3, "url": "/themes/jeans.html" },
    { "id": 6, "order": 1, "name": "Pink", "parent_id": 3, "url": "/themes/pink.html" }
]

Menu Instance

Add the following code at the very bottom of the < body > of your page:

<script type="text/javascript">
$(function(){
    new IncodedMenu('#menu');
});
</script>

Full Documentation

Themes

Incoded JSON Menu Component - 4

To see all themes, click here

Changelog

v2.0.0 November 15, 2015

  • Added new themes
  • Added fonts as options
  • Make the component lighter by removing dependencies
  • Updated product structure

v1.1.1 March 28, 2015

  • Removed jQuery UI from dependencies
  • Code optimization of major javascript

v1.1.0 January 17, 2015

  • Added support for vertical menu

v1.0.0 January 15, 2015

Full Live Demo

Mercifully Note: We refresh new substance like WordPress Themes,
Plugins, PHP Scripts ordinary. In any case, recall that you
ought to never utilize this things in a business site.
Every one of the substance posted here for advancement
and testing reason as it were. We’re not in charge of
any harm, use at your own particular RISK! We highly recommend to buy Incoded JSON Menu Component from the The Developer ( incoded ) website. Thank you.

Free Download

Downloads

You May Also Like

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.