HTML is an amazing scripting language. Blending HTML with jQuery lets one make the most out of HTML. Extend the limitations of HTML by blending it with jQuery. So here is a collection of amazing tutorials and plugins to blend HTML and jQuery.
Continue reading about 20 Tutorials to effectively blend HTML with jQuery
Get full html string including the selected element itself with jQuery. Sometimes you need to get the selected elements html as well when using .html() function, learn to do this with this simple and easy to follow tutorial.
Continue reading about Get full html string including the selected element itself with jQuery
For all of us who deal with long web pages and need to scroll to the top for the menu, here is a nice alternative: floating menus that move as you scroll a page. This is done using HTML, CSS and jQuery, and it is fully W3C-compliant.
Continue reading about Creating a Floating HTML Menu Using jQuery and CSS
jQuery offers some really powerful functions and methods to utilize AJAX. One that I have discovered recently is the .find() method. The .find() method allows you to search for a specific HTML ID within some HTML and then returns only the content found within that ID.
Continue reading about Retrieve a Portion of HTML with jQuery
It seems like some design bureaus are just hellbent on making it difficult for developers to realise their designs via html/css. I am currently trying to convert some design images into usable html/css, and in one case I had to make a box with rounded corners, all borders had a shaded shadow, the inner content had a gradient background and the box was required to handle dynamic width. The only thing that makes this tricky is that the borders and corners needs a shaded shadow and the fact that th
