¡@

Home 

javascript Programming Glossary: gist.github.com

How can I detect AJAX node insertion without using DOM mutation events?

http://stackoverflow.com/questions/10664669/how-can-i-detect-ajax-node-insertion-without-using-dom-mutation-events

ajax libs jquery 1.7.2 jquery.min.js @require https gist.github.com raw 2625891 waitForKeyElements.js UserScript function highlightGoodComments..

How to alter this javascript with Greasemonkey?

http://stackoverflow.com/questions/11200509/how-to-alter-this-javascript-with-greasemonkey

@include http YOUR_SERVER.COM YOUR_PATH @require https gist.github.com raw 2620135 checkForBadJavascripts.js @run at document start..

How to get an AJAX get-request to wait for the page to be rendered before returning a response?

http://stackoverflow.com/questions/11486256/how-to-get-an-ajax-get-request-to-wait-for-the-page-to-be-rendered-before-return

ajax libs jquery 1.8.3 jquery.min.js @require https gist.github.com raw 2625891 waitForKeyElements.js @grant GM_addStyle UserScript..

Detecting change in a Javascript Object

http://stackoverflow.com/questions/11578377/detecting-change-in-a-javascript-object

to detect changes on specified fiels of a object https gist.github.com 3138469 But it bind an event only on one field. Someone know..

How do you watch multiple files, but only run task on changed file, in Grunt.js?

http://stackoverflow.com/questions/12063266/how-do-you-watch-multiple-files-but-only-run-task-on-changed-file-in-grunt-js

This is using grunt coffee which is basically this https gist.github.com 2373159 . When I run grunt watch and I save a file in test cases..

How do I click on this button with Greasemonkey?

http://stackoverflow.com/questions/12252701/how-do-i-click-on-this-button-with-greasemonkey

ajax libs jquery 1.7.2 jquery.min.js @require https gist.github.com raw 2625891 waitForKeyElements.js @grant GM_addStyle UserScript..

iOS 6 js events function not called if has setTimeout in it

http://stackoverflow.com/questions/12855123/ios-6-js-events-function-not-called-if-has-settimeout-in-it

issues. We implemented a workaround found here https gist.github.com 3755461 that seemed to work pretty well until another issue.. major issues. Here's a public gist of the workaround https gist.github.com 4180482 Here's more information about requestAnimationFrames..

How to launch apps (facebook/twitter/etc) from mobile browser but fall back to hyperlink if the app isn't installed

http://stackoverflow.com/questions/13675535/how-to-launch-apps-facebook-twitter-etc-from-mobile-browser-but-fall-back-to-h

I have to refresh the page for my Greasemonkey script to run?

http://stackoverflow.com/questions/14024120/i-have-to-refresh-the-page-for-my-greasemonkey-script-to-run

ajax libs jquery 1.7.2 jquery.min.js @require https gist.github.com raw 2625891 waitForKeyElements.js @grant GM_addStyle UserScript..

Choosing and activating the right controls on an AJAX-driven site

http://stackoverflow.com/questions/15048223/choosing-and-activating-the-right-controls-on-an-ajax-driven-site

ajax libs jquery 1.7.2 jquery.min.js @require https gist.github.com raw 2625891 waitForKeyElements.js @grant GM_addStyle UserScript.. ajax libs jquery 1.7.2 jquery.min.js @require https gist.github.com raw 2625891 waitForKeyElements.js @grant GM_addStyle UserScript..

Check if Internet Connection Exists with Javascript?

http://stackoverflow.com/questions/2384167/check-if-internet-connection-exists-with-javascript

false You can also find the Gist for that here https gist.github.com jpsilvashy 5725579 Details on local implementation Some people..

Javascript syntax I haven't seen till now, what does it do really?

http://stackoverflow.com/questions/3245639/javascript-syntax-i-havent-seen-till-now-what-does-it-do-really

seen I think . What's that all about The code is from http gist.github.com 474994 where Joe Dalton has made a small js oo inheritance thing..

How does one disable Caching in jQuery Mobile UI

http://stackoverflow.com/questions/4660934/how-does-one-disable-caching-in-jquery-mobile-ui

code that I found on this gentleman's Github Gist. https gist.github.com 921920 jQuery 'div' .live 'pagehide' function event ui var page..

Scrape web pages in real time with Node.js

http://stackoverflow.com/questions/5211486/scrape-web-pages-in-real-time-with-node-js

Here's a link to the code to get you going https gist.github.com 790580 As for populating the page with results in realtime I..

HTML5 File API readAsBinaryString reads files as much larger, different than files on disk

http://stackoverflow.com/questions/6133800/html5-file-api-readasbinarystring-reads-files-as-much-larger-different-than-fil

larger different than files on disk Full code at https gist.github.com 992562 . I am using HTML File API and drag drop to upload files..

CSS3 Transition Polyfill

http://stackoverflow.com/questions/6974648/css3-transition-polyfill

to sniff for. I've written a gist for the mechanism https gist.github.com 1096784 cssSandpaper is a JS library that aims to parse CSS..

JavaScript DOMParser access innerHTML and other properties

http://stackoverflow.com/questions/9250545/javascript-domparser-access-innerhtml-and-other-properties

EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. @source https gist.github.com 1129031 global document DOMParser function DOMParser use strict..

Whats the best way to make a d3.js visualisation layout responsive?

http://stackoverflow.com/questions/9400615/whats-the-best-way-to-make-a-d3-js-visualisation-layout-responsive

y2 height script Full example histogram gist is https gist.github.com 993912 javascript responsive design d3.js share improve this..