Tag Archive | "JavaScript"

WordPress : Using Javascript libraries with your plugin or theme

Saturday, June 21, 2008

13 Comments

When you develop a Wordpress plugin or theme, you might want to make use of some of the Javascript libraries distributed with the Wordpress package such as Prototype, Scriptaculous and jQuery.

Continue reading...

JavaScript : Increment & Decrement Variable Values

Saturday, April 19, 2008

0 Comments

Using Javascript, you might want to define a variable when a page is loaded and change the value of that specific variable throughout the period of the interaction of the user with the page. You can define a variable in the HEAD section of the page like this :

Continue reading...