marzo 2011 Blog Posts

Scroll to top

scroll al top della pagina tramite jquery $( 'html, body' ).animate( { scrollTop: 0 }, 'slow' );

UglifyJS

all'indirizzo http://marijnhaverbeke.nl/uglifyjs potete trovare un servizio online per minimizzare i vostri file di scripting

jQuery-Smart-Auto-Complete

plugin per jquery per gestire autocomplete https://github.com/laktek/jQuery-Smart-Auto-Complete

minimal.js

link interessante librerie javascript che consente  attuare facilmente replace,append e prenpend al dom Example Consider the following HTML template snippet: <ul> <li></li></ul> and the following Javascript: $m({ ul: ["foo", "bar", "baz"]}); will result in the following transformed HTML: <ul> <li>foo</li> <li>bar</li> <li>baz</li></ul>

Google Chrome Developer Tools

non potete fare a meno di firebug ma amate google chrome, allora non potete non provare "Google Chrome Developer Tools"  (basta cliccare ctrl+shift+j).

«marzo»
domlunmarmergiovensab
272812345
6789101112
13141516171819
20212223242526
272829303112
3456789