jQuery live() Method

The jQuery live method attach one or more event handlers for all elements which match the current selector and specifies a function to run when the events occur. Event handlers attached using live() method works for both current and future elements which match the selector. Syntax of jQuery live(): $(selector).live(event, data, function) Note: The jQuery […]

WWW or non-WWW version?

Any website can be accessed either WWW or non-WWW version. It can be harmful for search engine ranking. Google and other search engines can see two separate versions with the same content. Basically “www” is the sub domain which can target to another content. Any search engines based on how many incoming links are pointing […]