Monthly Archives: February 2010

Writing a jQuery plugin – (part 2). Sample plugin.

To be breve I’ll write some sample code and quickly describe it afterwards. So what’s a plugin. Lets make a simple logging plugin that overrides the console.log function and prevents MSIE browser to throw an error when this function misses. … Continue reading

Posted in javascript, micro tutorial | Tagged , , , , , | Leave a comment