¡@

Home 

javascript Programming Glossary: commit

My node.js https client always works regardless of certificate validity

http://stackoverflow.com/questions/10142431/my-node-js-https-client-always-works-regardless-of-certificate-validity

for details on making your own Agent The bug fix was committed in this change https github.com joyent node commit f8c335d0..

Delaying AngularJS route change until model loaded to prevent flicker

http://stackoverflow.com/questions/11972026/delaying-angularjs-route-change-until-model-loaded-to-prevent-flicker

# phones Source https github.com mhevery angular phonecat commit ba33d3ec2d01b70eb5d3d531619bf90153496831 share improve this..

angularjs: how to add caching to resource object?

http://stackoverflow.com/questions/12225475/angularjs-how-to-add-caching-to-resource-object

angularjs share improve this question Since 1.1.2 commit all the httpConfig options are directly exposed in resource..

Why do the :not() and :has() selectors allow quoted arguments?

http://stackoverflow.com/questions/12475595/why-do-the-not-and-has-selectors-allow-quoted-arguments

error in handling first and last jQuery bug #12303 . This commit was found using git bisect and a relatively simple phantomjs..

Twitter Bootstrap Modal scrolling the page up on show

http://stackoverflow.com/questions/12894570/twitter-bootstrap-modal-scrolling-the-page-up-on-show

2012 This issue has been fixed since Bootstrap v2.2.0. See commit e24b46... for details. original answer This is due to a bug..

Angular.js ng-repeat across multiple elements

http://stackoverflow.com/questions/16900050/angular-js-ng-repeat-across-multiple-elements

for this please see https github.com angular angular.js commit e46100f7097d9a8f174bdb9e15d4c6098395c3f2 with this change you..

Why {} + {} is NaN only on the client side? Why not in Node.js?

http://stackoverflow.com/questions/17268468/why-is-nan-only-on-the-client-side-why-not-in-node-js

Node did not always act like this. Here is the actual commit that changed it . Ryan left the following comment on the change..

When Does Browser Automatically Clear JavaScript Cache?

http://stackoverflow.com/questions/206783/when-does-browser-automatically-clear-javascript-cache

it based on the file system time stamp or your subversion commit number script src script.js time_stamp 1224147832156 type text..

JavaScript unit test tools for TDD

http://stackoverflow.com/questions/300855/javascript-unit-test-tools-for-tdd

no need for IE Automatic run tests on all clients when you commit something or whenever you modify the script to run the tests.. script to run the tests Show history of test results pr commit Supports multiple JavaScript test frameworks Have test results.. build through ant maven Don't notice the test fail before commit No IDEplug in http ejohn.org blog javascript testing does not..

Today's XSS onmouseover exploit on twitter.com

http://stackoverflow.com/questions/3762746/todays-xss-onmouseover-exploit-on-twitter-com

140 character limit because you can use .getScript . This commit if it were pulled would have prevented this XSS vulnerability...

jQuery UI Dialog instead of alert() for Rails 3 data-confirm attribute

http://stackoverflow.com/questions/4421072/jquery-ui-dialog-instead-of-alert-for-rails-3-data-confirm-attribute

for a full explanation with examples. EDIT As of this commit I moved the confirm dialog function to the .rails object so..

Scoping the results for rails3 jquery autocomplete plugin

http://stackoverflow.com/questions/4858816/scoping-the-results-for-rails3-jquery-autocomplete-plugin

parameters User.last end I think that one of the last commits changed the method #get_items name. Check you version of autocomplete.rb.. here https github.com crowdint rails3 jquery autocomplete commit b3c18ac92ced2932ac6e9d17237343b512d2144d#L1R84 . share improve..

What is the difference between dnode and nowjs?

http://stackoverflow.com/questions/5317282/what-is-the-difference-between-dnode-and-nowjs

8080 var everyone now.initialize server NowJS first commit is from a couple weeks ago Mar 2011 . As such expect it to be..

Including js from raw.github.com

http://stackoverflow.com/questions/7180099/including-js-from-raw-github-com

purpose of Github's raw URLs . However you can automate committing the changes to gh pages and pushing to make your life easier... to make your life easier. You can do it with a post commit hook to update the relevant files in the gh pages branch automatically... gh pages branch automatically. I've cooked up such a post commit script that watches for changes to certain files and commits..

Reading file contents on the client-side in javascript in various browsers

http://stackoverflow.com/questions/750032/reading-file-contents-on-the-client-side-in-javascript-in-various-browsers

object has are fileName and fileSize . According to the commit message for the File and FileList support these are inspired..

Why did Underscore.js remove support for AMD?

http://stackoverflow.com/questions/9009510/why-did-underscore-js-remove-support-for-amd

Jeremy gave his reasoning in the comments of the commit Yep. Not supporting a particular script loader will definitely..