Skip to content

Instantly share code, notes, and snippets.

@csainty
Created March 9, 2012 09:37
Show Gist options
  • Save csainty/2005844 to your computer and use it in GitHub Desktop.
Save csainty/2005844 to your computer and use it in GitHub Desktop.
jQuery UI on Windows 8
var dm = $.fn.domManip;
$.fn.domManip = function (a, b, c) {
var result;
var that = this;
MSApp.execUnsafeLocalFunction(function () {
result = dm.call(that, a, b, c);
});
return result;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment