Here are two simple working examples of a Jquery Ajax Search using JSON data.


Here are two simple working examples of a Jquery Ajax Search using JSON data.
One of my clients wanted this on his site…. “Popup Only Once Per Visitor”
Here is a nice example… 馃檪
It works.
Had to implement an auto-height / autosize some text areas…
This sh*t worked! 馃檪
author / page
http://www.jacklmoore.com/autosize/
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
};
})();
A bunch of JQuery scripts to do it…
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.