Michael Fields

Learning about that crazy thing they call javascript.

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Resources

Creating an image in javascript

Posted on June 19, 2011 by Michael Fields

It’s pretty easy to use javascript to work with images marked up in the body of an html document, but sometimes it is necessary to dynamically load them. I’ll do my best to explain how to do this.

Continue reading →

Posted in Tutorial

Creating custom events with jQuery.

Posted on June 19, 2011 by Michael Fields

I just discovered the trigger function today and am really excited about the possibilities of using it to create jQuery plugins. I’ll do my best to explain what it’s all about and why I’m so excited about it.

Continue reading →

Posted in Tutorial

About

I’ve been working with javascript a lot lately. Basically just learning how get things done by building a personal project. I’ve decided that it might be a good idea to make a website where I can share what I have learned … both with the world as well as with future me. Hope you find something useful here. Feel fre to let me know if I am doing anything incorrectly.

jQuery Functions

  • bind()
  • ready()
  • trigger()

Javascript Functions

  • appendChild()
  • console.log()
  • Image()
  • setTimeout()

Topics

  • Events
  • Image
  • jQuery
Proudly powered by WordPress