"Oh, what a tangled web we weave, when first we practice to deceive". [Sir Walter Scott]
jUntangled is a blog about jQuery, HTML and CSS for beginner and intermediate web developers. The aim is to help untangle the web by clearly explaining how to use jQuery as well as some interesting aspects of HTML and CSS, so we can all write clean, untangled code for easy maintenance and a superior user experience.
Showing posts with label _General. Show all posts
Showing posts with label _General. Show all posts
Thursday, July 19, 2012
General coding practices
While not necessarily specific to coding jQuery, I've compiled a few tips and helpful practices that may keep you a little bit saner while you're coding javascript. None of this is required in order to make things work, but may prevent or help you debug mistakes.
Saturday, July 14, 2012
Installing jQuery
You've read about jQuery and you want to install it on your site. Now what?
<script>
function init() {
// Call your startup code here
}
window.onload = init;
</script>
Wednesday, July 11, 2012
What is jQuery, anyway?
According to jQuery's website:
"jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript."
Subscribe to:
Posts (Atom)

