In this post, I will give a quick tutorial on one of my favorite jQuery mods called AutoComplete. I typically use a modded AutoComplete. You find examples of this script on both links, and I highly recommend checking them out for more advanced work, but they both sort of throw a ton of code at [...]
Posts Tagged ‘Javascript’
JavaScript: AutoComplete Tutorial
Posted in Coding, tagged ajax, autocomplete, Javascript, jquery on July 22, 2008 | Leave a Comment »
Crouching Tiger, Hidden Div
Posted in Coding, tagged css, Javascript, visiblity on April 22, 2008 | 1 Comment »
In the following post, I will give a very basic example of hiding and showing a div area. The hidden div lets you hide data from the page on its initial load, but display it to the user whenever a certain criteria is met. Practical application of this code ranges from displaying a [...]
Super Mario in Javascript
Posted in Technology, Video Games, tagged Javascript, super mario bros on April 10, 2008 | 1 Comment »
In what can only be described as awe-inspiring, check out this JavaScript program that is the first level of Super Mario Bros.
JavaScript: Add Elements on the Fly
Posted in Coding, Technology, tagged Javascript, tutorial on April 10, 2008 | 3 Comments »
If you have been paying attention to the net, you’d have noticed that JavaScript has increased in popularity over the past few years. And for good reason, as JavaScript is a very powerful tool that you have at your disposal. In the following example, I will show how you can add and remove [...]