Posts tagged as 'Javascript'
JavaScript Random Between Function
Generally random number functions pick a number between 0 and another number. Every couple of months I run into a case where I need to pick a random number between two numbers. For example I need a random number between 5 and 10. I always seems to have a tough time finding one online for … Continue reading
Image Load Event Binding With IE Using jQuery
I ran into a strange issue today. I wrote a plugin for jQuery that used the load events from jQuery attached to an image. This plugin worked perfectly in Firefox, Safari, and Opera on PC, Mac, and Ubuntu. The only browser that it had problems with was IE. I know. Completely unheard of right? I … Continue reading
FancyZoom 1.1
I recently found FancyZoom 1.1 which is the Mac-esque version of Lightbox or Thickbox. I like it and I think it has a lot of potential. The pros and the cons: Pros: It doesn’t black out the entire screen to display the image. Allows you to be able to click on other images or links … Continue reading
XML Namespaces With jQuery (Solved)
If you have come to this post, you are in the same situation I was in. Many Javascript/AJAX framesworks like jQuery do not work with XML namespaces. I came upon an instance at work where I needed to display data from an RSS feed from Zoho Creator. Part of the problem was some of the … Continue reading
