Buy me a coffee
Spammers!
If you are going to put nonsense comments on my articles at least have the decency to click one of these adverts while you are here.
Even if you are a regular visitor you click a couple of ads while you are here - you might find something you want.
You May Also Like…
Cloud
accessibility block browser cache chrome chunk cms concrete5 CSS curl database date error file firefox form get href ie image input iphone javascript JQuery link magento MODx myqsl MySQL php post profile Revolution select Server session snippet spellcheck spelling table textarea tinymce w3c wordpress xmlInfo
Yes, the images are ambiguous;
Yes, they came from Google images;
No, I didn't get permission to use them*;
I know Magento called isn't Magneto;
And...
Why do spammers who hit this site do it with such a bizarre use of the English language?;
JQuery Archive
-
JQuery method to make div equal height
Posted on 26/02/2010 | No CommentsIt's not very eligent, but it works. $(function() { if($('.h2shome').height() < $('.fijihome').height()){ $('.h2shome').css('height',$('.fijihome').height()); } else { $('.fijihome').css('height',$('.h2shome').height()); } }); There... -
Use JQuery to print a specific area of a page
Posted on 19/02/2010 | No Comments"jqprint is a plug-in for jquery which lets you print a page or a portion of html from a component... -
Fix for IE cutting off select dropdowns
Posted on 14/01/2010 | No CommentsjQuery.selecteSizer – a fix for IE cutting off select dropdowns In IE fixed width select menus don't expand when used,...


