jQuery Tip

Most likely, during your first few attempts at using jquery, you will find a null object error. This is probably due to the fact that it uses the dollar sign as a shortcut for jquery. The following article has more info. I certainly wish somebody had told me this sooner.
http://coolwebdeveloper.com/2009/01/null-object-errors-using-jquery-javascript-library/

Next Page »