important Library in jQuery

Hey,



bootstrap2_logo

Am Going to share two important library which is need in easy to integrate and customize as per your need.

1.jquery.customSelect 

2.bootboxjs

Explanation : jquery.customSelect 

What it be

This lightweight, unintrusive technique uses the native select box functionality of the web browser, and overlays a syllable <span> element in order to achieve your desired look. Since it makes use of default browser functionality, it can be treated just like any ordinary HTML select box. This concept is based on Ryan Fait’s method of styling select boxes, but as a jQuery Plugin.

How to use

HTML

  1. <!–Insert after jQuery–>
  2. src=‘js/customSelect.jquery.js’>
  3. link=‘css/customSelect.jquery.css’>

Javscript

  1. $(document).ready(function(){
  2.     $(‘#standard’).customSelect();
  3. });

Explanation :bootboxjs 

The library belongs to bootstrap.Using the we make alert,confirmation,promotion and custom box.

Alert

A simple alert dialog with a single button. Pressing the ESC key or clicking the close button dismisses the dialog.

simple-custom-dialog-popup-plugin-with-jquery

example : 

bootbox.alert("Your message here…")

Ref :

http://bootboxjs.com/

 

https://github.com/blissmedia/jquery-customselect