Tag Archives: javascript

Toggle JavaScript Console Message

As I’m currently developing a jQuery plugin to deal with huge table that can’t be display without crashing the browser, I start to use a lot the debugging messages in the JavaScript Console of each browser. These messages are very … Continue reading

Posted in JavaScript, PHP, toggleConsoleLog | Tagged , , | Leave a comment

WordPress theme optimization : Javascript

After working with CSS and images, we are going to focus on the Javascript of the theme. iNove load 2 or 3 JavaScript files on every page. base.js ( 2 565 bytes) comment.js ( 2 210 bytes) menu.js (4 819) … Continue reading

Posted in Wordpress performance | Tagged , , , , | Leave a comment