Bonnie GUi – Graphical User Interface Bonnie GUi - Graphical User Interface Download Now
seen from Iraq
seen from Türkiye
seen from Malaysia

seen from Belarus

seen from Canada

seen from United States

seen from Türkiye
seen from China

seen from United States

seen from United States

seen from Canada

seen from Iraq

seen from United States
seen from Iraq
seen from China

seen from United States
seen from Uzbekistan

seen from United States
seen from China
seen from Georgia
Bonnie GUi – Graphical User Interface Bonnie GUi - Graphical User Interface Download Now
Simple UI Elements Simple UI Elements Download Now
Selectivity – Modular & Lightweight Selection Library for jQuery
Selectivity – Modular & Lightweight Selection Library for jQuery
Selectivity.js is a modular and lightweight selection library for jQuery and Zepto.js. Features Rich UI. Select boxes made by selectivity have rich functionality, work out of the box and are customizable. Modular. Selectivity’s modular approach is aimed to make it easy to create custom builds with just the features that you care about and to easily swap modules for custom ones.…
View On WordPress
New Post has been published on Html Use
New Post has been published on http://www.htmluse.com/select3-modular-and-lightweight-selection-library-for-jquery/
Select3 – Modular and Lightweight Selection Library for jQuery
Download Demo
Select3
Modular and light-weight selection library for jQuery and Zepto.js.
Motivation
I’ve used Select2 for a long time because I reckon it is the best and most feature-rich selection library out there.
However, time and again I’ve ran into its limitations. It is difficult to customize the styling, and introducing subtle tweaks to its behavior typically meant maintaining a private fork. More specifically, I wanted to make the following changes:
Use custom templates, instead of the ones that are hard-coded in Select2. This would also open up the possibility of not loading the image sprite included with Select2, but instead useFontAwesome icons that I already use in my projects.
Use custom loading indicators, instead of the spinner GIF included by Select2.
I wanted to make it easier to support a use case where Select2 is used without any selection dropdown, but with the proper tokenization.
Make Select2 work with jQuery builds without Sizzle for better performance. Patches for this have been accepted in Select2, but unfortunately it’s a moving target causing repeated breakage. Also, once Sizzle is no longer required, it becomes much easier to support Zepto.js.
Personally, I preferred a more modern codebase to work with, rather than the huge monolithic library that is Select2. This also includes proper documentation of the code as well as good test coverage. At this point also support for any IE version older than 10 can be dropped.
Having said that, if you’re a user of Select2 and don’t recognize yourself in any of these issues, I advise you to keep using Select2. It’s feature-rich and actively supported, so don’t fix what ain’t broken
Setup
Select3 only relies on jQuery or Zepto.js being loaded on the page to work.
In addition, the default templates assume that you have included FontAwesome in your page to display the icons.
Manual
Copy select3-full.js and select3-full.css from the dist/ directory into your project. Then put the following in your HTML head:
<head> ... <link href="font-awesome.css" rel="stylesheet"> <link href="select3-full.css" rel="stylesheet"> ... <script src="jquery.js"></script> <script src="select3-full.js"></script> ... </head>
Verify the paths are correct for your particular project. The important thing is that jQuery (or Zepto.js) should be loaded before including Select3.
Using Bower
Make sure Bower is installed, then run:
$ bower install select3
Using Component
Include as a component(1) dependency.
In your component.json:
"dependencies": ... "arendjr/select3": "^1.0.0" ...
And in your code:
var $ = require('jquery'); require('select3');
Browser Support
Chrome
Firefox
Internet Explorer 10+
Safari 6+
Note that while Internet Explorer versions older than 10 are not supported, you might be able to get them to work, possibly with the use of some polyfills. Reports of success or patches to create a “legacy” build would be welcomed
New Post has been published on Html Use
New Post has been published on http://www.htmluse.com/fancy-form-jquery-form-library/
Fancy Form – jQuery Form Library
Download Demo
Fancy Form is JavaScript Form library on jQuery. It is possible to do validation, ajax submit ajax, to add your own types of validation very easy over RegExp and function.
New Post has been published on Html Use
New Post has been published on http://www.htmluse.com/checkbo-jquery-plugin-for-custom-checkbox-and-radio/
checkBo – jQuery Plugin for Custom Checkbox and Radio
Download Demo
checkBo is a lightweight jQuery plugin for custom checkbox and radio.
Features
Cross browsers: Chrome, Firefox, Safari, Opera ( PC, MACOS ). IE8+
Handheld/Touch devices support: Andriod, IOS, BlackBerry
Lightweight Plugin
Check all checkboxes
Size options: Default, Small, Medium, Large
NO classes or custom attributes are required for states:checked.
New Post has been published on Html Use
New Post has been published on http://www.htmluse.com/timepicki-jquery-time-picker-plugin/
Timepicki – jQuery Time Picker Plugin
Download Demo
This jquery plugin Timepicki for free Time picker it is simple and clean timepicker so user can understand to set time for your project in input forms.
Reason to make : I have tried to search set timepicker for one of the form page, this type of timepicker only on boostrap framework as bootsstrap-timepicker, but if we use that plugin then also need to use bootstrap css and js, so that will conflict our own code css and some time make js conflict issue, that why i make it simple, so you can use easily with jquery library 1.x and 2.x too, if you find any issue or need any additional features in this plugin , kindly reach me on my mail(I mentioned on bottom of the page)
How to use
1)Include jquery plugin and TimePicki Plugin
2)call Timepicki function with input element selector
<script src="js/jquery.js"></script> <script src="js/timepicki.js"></script> <script> $(document).ready(function() $(".time_element").js/timepicki(); ); </script>
3)put html code in body tag like below:
<input type="text" name="timepicker" class="time_element"/>
4)also put css fiel
<link rel="stylesheet" type="text/css" href="css/timepicki.css">
New Post has been published on Html Use
New Post has been published on http://www.htmluse.com/autocomplete-plugin-with-jquery/
Autocomplete Plugin with jQuery
Download Demo
jQuery Typeahead Search is a simple plugin that suggest search results from the character(s) that were typed in the search bar using JavaScript.
It gives a search preview from Json object(s) via same domain Ajax request or cross domain jsonp and offers data compression inside Local Storage.
The plugin is built with a lot of options and callbacks to allows customization.
// <![CDATA[
// ]]>
Amazon.in Widgets