| jquery Programming Glossary: principleHash URL navigation with a Flexslider http://stackoverflow.com/questions/11384472/hash-url-navigation-with-a-flexslider  target vars.pauseOnAction  So I tried adjusting the principle and putting it in the start property of the Flexslider '.flexslider'.. 
 jQuery in Greasemonkey 1.0 conflicts with websites using jQuery http://stackoverflow.com/questions/12146445/jquery-in-greasemonkey-1-0-conflicts-with-websites-using-jquery  will join me in voicing your opinion experiences on the principle bug report for this issue . The Greasemonkey blog claims that.. the exact wrong approach from a side effects avoiding DRY principle atomic coding philosophy. In my opinion the best strategy is.. 
 How do you add pseudo classes to elements using jQuery? http://stackoverflow.com/questions/12740967/how-do-you-add-pseudo-classes-to-elements-using-jquery 
 Why would one use the Publish/Subscribe pattern (in JS/jQuery)? http://stackoverflow.com/questions/13512949/why-would-one-use-the-publish-subscribe-pattern-in-js-jquery  the last few years. Loose coupling is an Object oriented principle in which each component of the system knows it ™s responsibility.. 
 HTML5 localStorage: Big JSON, specific value as condition to change CSS (favorite list) http://stackoverflow.com/questions/14776575/html5-localstorage-big-json-specific-value-as-condition-to-change-css-favorit  color green .status0 color red It's one of the basic principle behind click to favorite favorite list favorite star .  javascript.. 
 Jquery doesn't work after ajax loads http://stackoverflow.com/questions/16062899/jquery-doesnt-work-after-ajax-loads  you can use event delegation to get around this. The basic principle is that you bind an event handler to a static exists when the.. 
 Is there any way to use the JQuery GetJSON method to get HTML from an external page? http://stackoverflow.com/questions/18322496/is-there-any-way-to-use-the-jquery-getjson-method-to-get-html-from-an-external-p  ... I understand that because of the same origin principle this request will fail because the URL is an external domain... domain. However I've heard that GetJSON does not obey this principle and can send asynchronous get requests to external servers using.. 
 How to show more list using jquery http://stackoverflow.com/questions/2077045/how-to-show-more-list-using-jquery   jquery slidedown   share improve this question   In principle you want a container where to place all the newly fetched messages... 
 hide scrollbar while still able to scroll with mouse/keyboard [duplicate] http://stackoverflow.com/questions/3293650/hide-scrollbar-while-still-able-to-scroll-with-mouse-keyboard  See demo or complete HOWTO . Update you can use the same principle to create scrollable div without scrollbar demo .  share improve.. 
 Raphael canvas(background) onclick event http://stackoverflow.com/questions/4157590/raphael-canvasbackground-onclick-event  .attr fill fillColor .dblclick myDblClick Using the same principle on the canvas doesn't work R Raphael canvas 100 100 R.dblclick.. 
 jQuery templates - where should I put them? http://stackoverflow.com/questions/4719828/jquery-templates-where-should-i-put-them  You're already doing the right thing because of the KISS principle. Depending on how many templates you'll end up with you mentioned.. reasons for this. One reason would again be the KISS principle. Too many templates could make your source code difficult to.. 
 How to update content based on user actions [like the facebook wall] http://stackoverflow.com/questions/5142748/how-to-update-content-based-on-user-actions-like-the-facebook-wall  use Zend Framework to do it. I'm interested in the basic principle that makes the facebook wall behave like that updates in real.. 
 How to get the html code from a web page (different domain)? http://stackoverflow.com/questions/6853641/how-to-get-the-html-code-from-a-web-page-different-domain  your editable field. EDIT This answer seems to be the same principle as the YQL Yahoo Query Language answer that was posted as well... 
 Best unobtrusive way to add JQuery confirm to an arbitrary element http://stackoverflow.com/questions/8094008/best-unobtrusive-way-to-add-jquery-confirm-to-an-arbitrary-element  The following example uses jquery impromptu but the same principle works with any of the jquery modal dialog implementations document.. 
 jQuery - checkboxes like radiobuttons http://stackoverflow.com/questions/881166/jquery-checkboxes-like-radiobuttons  bad for usability and would certainly violate the principle of least surprise. Users have been conditioned to expect radios.. 
 Validate html text input as it's typed http://stackoverflow.com/questions/9205164/validate-html-text-input-as-its-typed  where you use polling to watch for property changes. In principle it's possible to validate the new value in the callback then.. 
 Hash URL navigation with a Flexslider http://stackoverflow.com/questions/11384472/hash-url-navigation-with-a-flexslider  slider.direction next slider.direction prev slider.flexAnimate target vars.pauseOnAction  So I tried adjusting the principle and putting it in the start property of the Flexslider '.flexslider' .flexslider start function slider var target 2 Set.. 
 jQuery in Greasemonkey 1.0 conflicts with websites using jQuery http://stackoverflow.com/questions/12146445/jquery-in-greasemonkey-1-0-conflicts-with-websites-using-jquery  thousands of scripts. This is a huge problem and I hope you will join me in voicing your opinion experiences on the principle bug report for this issue . The Greasemonkey blog claims that you can workaround the issue with the following this. this.jQuery.. work in all cases. But I'm not going to test it since it is the exact wrong approach from a side effects avoiding DRY principle atomic coding philosophy. In my opinion the best strategy is to restore the sandbox this is what I have successfully done.. 
 How do you add pseudo classes to elements using jQuery? http://stackoverflow.com/questions/12740967/how-do-you-add-pseudo-classes-to-elements-using-jquery 
 Why would one use the Publish/Subscribe pattern (in JS/jQuery)? http://stackoverflow.com/questions/13512949/why-would-one-use-the-publish-subscribe-pattern-in-js-jquery  MVC MVP MVVM patterns in JavaScript which are very modern in the last few years. Loose coupling is an Object oriented principle in which each component of the system knows it ™s responsibility and don ™t care about the other components or at least tries.. 
 HTML5 localStorage: Big JSON, specific value as condition to change CSS (favorite list) http://stackoverflow.com/questions/14776575/html5-localstorage-big-json-specific-value-as-condition-to-change-css-favorit  id B BB p p id C CC p p id D DD p and the following css .status1 color green .status0 color red It's one of the basic principle behind click to favorite favorite list favorite star .  javascript jquery json local storage   share improve this question.. 
 Jquery doesn't work after ajax loads http://stackoverflow.com/questions/16062899/jquery-doesnt-work-after-ajax-loads  Event handlers Specifically for event handlers i.e. .click you can use event delegation to get around this. The basic principle is that you bind an event handler to a static exists when the page loads doesn't ever get replaced element which will contain.. 
 Is there any way to use the JQuery GetJSON method to get HTML from an external page? http://stackoverflow.com/questions/18322496/is-there-any-way-to-use-the-jquery-getjson-method-to-get-html-from-an-external-p  ajax request something like .ajax ... url http other website.com ... I understand that because of the same origin principle this request will fail because the URL is an external domain. However I've heard that GetJSON does not obey this principle.. this request will fail because the URL is an external domain. However I've heard that GetJSON does not obey this principle and can send asynchronous get requests to external servers using JSONP and an appended URL. My question is is it possible.. 
 How to show more list using jquery http://stackoverflow.com/questions/2077045/how-to-show-more-list-using-jquery  teache me how to do it with jquery please Thanks in advance.  jquery slidedown   share improve this question   In principle you want a container where to place all the newly fetched messages. div id messages message 1 message 2 div id newMessages.. 
 hide scrollbar while still able to scroll with mouse/keyboard [duplicate] http://stackoverflow.com/questions/3293650/hide-scrollbar-while-still-able-to-scroll-with-mouse-keyboard 
 Raphael canvas(background) onclick event http://stackoverflow.com/questions/4157590/raphael-canvasbackground-onclick-event  works like so R Raphael canvas 100 100 R.rect 100 100 25 50 .attr fill fillColor .dblclick myDblClick Using the same principle on the canvas doesn't work R Raphael canvas 100 100 R.dblclick myDblClick Does anybody know a way to attach click events.. 
 jQuery templates - where should I put them? http://stackoverflow.com/questions/4719828/jquery-templates-where-should-i-put-them  agree with this answer's spin Where to keep html templates You're already doing the right thing because of the KISS principle. Depending on how many templates you'll end up with you mentioned many more you may want to separate them from your main.. may want to separate them from your main page. There are a couple reasons for this. One reason would again be the KISS principle. Too many templates could make your source code difficult to navigate. Your editor or IDE might have you covered on this.. 
 How to update content based on user actions [like the facebook wall] http://stackoverflow.com/questions/5142748/how-to-update-content-based-on-user-actions-like-the-facebook-wall  instant chat. My application will be developed in PHP I will use Zend Framework to do it. I'm interested in the basic principle that makes the facebook wall behave like that updates in real time . I know there is ajax involved but I can't really tell.. 
 How to get the html code from a web page (different domain)? http://stackoverflow.com/questions/6853641/how-to-get-the-html-code-from-a-web-page-different-domain 
 Best unobtrusive way to add JQuery confirm to an arbitrary element http://stackoverflow.com/questions/8094008/best-unobtrusive-way-to-add-jquery-confirm-to-an-arbitrary-element  a click handler for elements that have this custom attribute. The following example uses jquery impromptu but the same principle works with any of the jquery modal dialog implementations document .ready function data confirmPrompt .click function event.. 
 jQuery - checkboxes like radiobuttons http://stackoverflow.com/questions/881166/jquery-checkboxes-like-radiobuttons  I wouldn't recommend doing this because it would be considered bad for usability and would certainly violate the principle of least surprise. Users have been conditioned to expect radios to accept 1 check and checkboxes to accept many. Don't make.. 
 Validate html text input as it's typed http://stackoverflow.com/questions/9205164/validate-html-text-input-as-its-typed  when the input loses focus. This question proposes a solution where you use polling to watch for property changes. In principle it's possible to validate the new value in the callback then revert to the old one if invalid. However besides requiring.. 
 |