Sunday, July 12, 2015

jQuery Mobile MultiPage Plugin


jQuery Mobile Plugin MultiPage

by Carmel Schvartzman - The MVC Club


A custom FREE  jQuery Mobile Plugin for displaying Pages on runtime, Ajax loaded in JSON format.

1) This is a jQuery Plugin for loading Pages on the fly. 
2) It includes Navigation buttons ("Prev" & "Next") .
3) The pages are loaded via Ajax from a JSON file.
This Plugin can be downloaded from the following GitHub repository:
https://github.com/CarmelSoftware/jQueryMobile_PluginMultiPage


The Plugin usage is explained in the following Tutorial:

Snapshots:



jQuery Mobile Plugin MultiPage

Mobile Plugin MultiPage
jQuery Plugin MultiPage

jQuery Mobile MultiPage



Usage:

This jQueryMobile Plugin can be used this way:

jQuery Mobile Plugin




  


By Carmel Schvartzman



פיתוח: כרמל שוורצמן


Tuesday, July 7, 2015

jQuery Bootstrap Plugin Panel Table for MVC


jQuery Bootstrap Plugin Panel Table for MVC

by Carmel Schvartzman - The MVC Club


A custom FREE  jQuery Bootstrap Plugin for displaying Tables inside Panels at  runtime, Ajax loaded in JSON format.

1) This is a jQuery Plugin for loading a Table on the fly. 
2) It does not include Navigation : fits only to small tables .
3) The Table records are loaded via Ajax from a JSON file.
4) The data can also proceed from an MVC array of javascript objects : [{ "":"" }]
This Plugin can be downloaded from the following GitHub repository:
https://github.com/CarmelSoftware/jQueryPlugin_BootstrapPanelTable

To use this plugin:
1) In MVC: use an array of js objects; then reference & call the Plugin as in the picture below.
2) HTML5: just reference the Plugin & call it. You will need a JSON file for the data.

The Plugin usage is explained in the following Tutorial:

Snapshots:





Usage:

This jQueryMobile Plugin can be used this way:


For MVC data:



By Carmel Schvartzman

פיתוח: כרמל שוורצמן