ZenTabs – A jQuery Tabbed Menu Script
Latest version Latest version is 1.0.2, what has changed? Introduction If you noticed my tweet, I started to learn jQuery few days ago because I need it to create a photoblogging theme. To test my...
View ArticleFail-Proof Method to load jQuery Library via Google AJAX Libraries API
I used to load jQuery library via Google AJAX Libraries API to save my bandwidth. It works in all browsers at the beginning, including Internet Explorer. However, my jQuery scripts suddenly failed to...
View ArticlejQuery : How To Fix the “$ is not a function” Error Using noConflict
If you tested your page using FireBug in Firefox and found the error "$ is not a function" or "$ is not defined", most likely you are using other libraries in your page. Libraries that conflicts with...
View ArticleGet Current Opacity in MSIE using jQuery (Cross Browser Codes)
When I was developing theme, I found a weird problem in IE8. This is the case: I have a DIV that has opacity of 0.4. When I use $(elem).css(‘opacity’) to get its current opacity, it works fine in all...
View ArticleImplementing OnChange and OnKeyUp Event Using jQuery (Select Box)
Of course there is nothing wrong if you implement onChange event using the traditional way, that is by adding onchange=”" attribute to the HTML element. However, your codes can be better in some ways...
View Article[Javascript] Search Box to Show Default Text on Load and Cleared When Focused
Very often we want our search box to show a default text such as “Search…” when it is loaded. Then when users clicked on the search box, the word is cleared, allowing user to enter their search query....
View Article