you are not signed in | sign in or register
66
Page-Views
 
66
Weekly People
Week 21
jquery-howto.blogspot.com
JQuery HowTo
Newest Posts in Feed
Add jQuery to your Greasemonkey script
Greasemonkey is a Firefox add-on that lets you run JavaScript on web pages you specify. Using Greasemonkey you can improve and change the way websites look and behave (see examples of what is possible here). To learn more about it see it's official site, to learn how to include and write your own custom scripts (aka "user scripts") visit coder's manual. Usually Greasemonkey scripts work with the
HTML: The difference between attribute and property
In this short post I will explain the difference between attributes and properties in HTML. The .prop() function introduced in jQuery 1.6 raised a lot of questions about the difference and I hope this post will help you to understand it. What is an attribute? Attributes carry additional information about an HTML element and come in name=”value” pairs. Example: . Here
Check if a language file is loaded for jQuery Globalization plugin
Recently, I wrote my first jQuery Globalization plugin introductory post. I mentioned that I will write a tutorial for Globalization plugin and I am. While writing the tutorial I thought I’ll write one of my short Friday jQuery tips. In this post you will learn how to check if a specific jQuery Globalization plugin language file is loaded or not. Globalization plugin saves localization data and