Here are two simple working examples of a Jquery Ajax Search using JSON data.
Tag Archives: jquery
jQuery – Popup Only Once Per Visitor
One of my clients wanted this on his site…. “Popup Only Once Per Visitor”
Here is a nice example… 馃檪
It works.
Auto-height form textarea
Had to implement an auto-height / autosize some text areas…
This sh*t worked! 馃檪
author / page
http://www.jacklmoore.com/autosize/
Namespaces common pattern
Namespaces聽common pattern
var ns = (function() {
// local stuff
function foo() {}
function bar() {}
function baz() {} // this one stays invisible
// stuff visible in namespace object
return {
foo : foo,
bar : bar
};
})();
jQuery cookies – set and unset cookies with jQuery
Bootstrap, two nice **addons**
Best jQuery plugin to validate form fields
Fuel UX extends Bootstrap with additional lightweight JavaScript controls for your web applications.
- Checkbox
- Combobox
- Datepicker
- Infinite Scroll
- Loader
- Pillbox
- Placard
- Radio
- Repeater
- Scheduler
- Search
- Selectlist
- Spinbox
- Tree
- Wizard
JQuery Notifications – alert – success – error – warning – information
A bunch of JQuery scripts to do it…
Bandwidth meter with php and jquery
Found this awesome script of a real time bandwidth meter with PHP and JQuery on聽http://www.codejungle.org/site/Realtime+bandwidth+meter+with+php+and+jquery.html.
Its awesome and it works.