Skip to content

logisticinfotech/simple-jquery-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-jquery-widget

Simple Jquery Widget Example

Introduction

To use jquery in object oriented way only option is jquery ui widget. By which we can make individual component and use it repetedly just like jquery ui calender, slider and drag-drop.

We have created small component for demo purpose it's just doing addition/subtraction in calendar like control for input field.

You can find step by step guide from this blog

Here is how it's looking alt text

How to use

$("#element").mywidget({
   myvalue: 0 // Set value at initial
});

Required

  • Bootstrap
  • jquery-ui

More Details

Blog

About

Simple Jquery Widget Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages