Most notably 1.3 features a new CSS selector engine that speeds up selector functions, and the ability to have ‘Live Events’. Basically this means if you bind a ‘click’ event on an element to a function, and then add more of those elements later, those elements will automatically inherit that binding – no need to rebind it every time. This makes things more efficient.




