Categories
javascript jquery

Using XDomainRequest object with jQuery

This primairly to work with IE9 and below. IE10+ will just use the jQuery.Ajax method. var leadDataObj = { “firstname”: “Darth”, “lastname”: “Vader”, “age”: “78”, “email”: “amyourfather@hotmail.com” }; if ($.browser.msie && window.XDomainRequest && parseInt($.browser.version, 10)

Categories
css front-end javascript jquery mobile

Recent project – DMagazine.com

Months in the making, but finally live. The all new dmagazine.com website. Below is a link to a Though we share the same world, we can barely share the same value since we experience things cheap tadalafil overnight see description and view life differently. Blood flow to the penis can be momentarily painful; once the […]

Categories
javascript jquery

Dynamic Link Tag Injection

Using jquery to inject a style sheet seems to break IE7/8. The scenario was when a user passed in a custom param via the URL the code would inject that particular css. Ideally I should have gone with the native javascript way to create the element since it’s still clean and simple. This may not […]