jquery Programming Glossary: talks
Sortable list not working on ipad [closed] http://stackoverflow.com/questions/11631258/sortable-list-not-working-on-ipad Check out the documentation from Apple on Safari which talks about event handling. Essentially you'll have to prevent the..
jquery ui dialog opens only once http://stackoverflow.com/questions/1701942/jquery-ui-dialog-opens-only-once this question Scott Gonzalez of the jQuery UI Team talks about the reason alot of people have this problem when getting..
jqueryUI datepicker fires input's blur before passing date, avoid/workaround? http://stackoverflow.com/questions/1814292/jqueryui-datepicker-fires-inputs-blur-before-passing-date-avoid-workaround
How can I implement Stack Overflow-like watermarks in forms? http://stackoverflow.com/questions/2260367/how-can-i-implement-stack-overflow-like-watermarks-in-forms in forms I remember seeing a tutorial somewhere that talks of how to style your input forms in a more œusable way. Essentially..
What happened to Dojo in 2008? http://stackoverflow.com/questions/2450696/what-happened-to-dojo-in-2008 many times John gave a talk at conferences vs. all Dojo talks taken together. The truth is Dojo is made by geeks who may be..
Cross-domain requests with JQuery using YQL http://stackoverflow.com/questions/3206753/cross-domain-requests-with-jquery-using-yql share improve this question Well the page you linked you talks about using YQL and jQuery. It's a very interesting solution...
Client-side javascript to support promises, futures, etc http://stackoverflow.com/questions/3249646/client-side-javascript-to-support-promises-futures-etc but the Sitepen article points out flaws Douglas Crockford talks about Promises but I can't locate his implementation Any others..
load jQuery-Templates from external file? http://stackoverflow.com/questions/4366137/load-jquery-templates-from-external-file jquery templates composite rendering and remote loading He talks about naming conventions as well as live examples of how to..
Why would multiple simultaneous AJAX calls to the same ASP.NET MVC action cause the browser to block? http://stackoverflow.com/questions/4428413/why-would-multiple-simultaneous-ajax-calls-to-the-same-asp-net-mvc-action-cause possible to create session less controllers. Scott Guthrie talks about these here Announcing ASP.NET MVC 3 Release Candidate..
I know its bad to store data in the DOM, but why? http://stackoverflow.com/questions/5905994/i-know-its-bad-to-store-data-in-the-dom-but-why of jQuery gave a talk at Tech4Africa in 2010 where he talks about this exact issue and proposes to do away with a separate..
Ordered JSONObject http://stackoverflow.com/questions/6993645/ordered-jsonobject JSONObject I have a servlet which talks with the database then returns a list of ordered ORDER BY time..
JQuery: Selecting Text in an Element (akin to highlighting with your mouse) http://stackoverflow.com/questions/985272/jquery-selecting-text-in-an-element-akin-to-highlighting-with-your-mouse over it. This has been a bear to research because everyone talks about select or highlight in other terms. Is this possible My..
Sortable list not working on ipad [closed] http://stackoverflow.com/questions/11631258/sortable-list-not-working-on-ipad ipad jquery ui jquery mobile share improve this question Check out the documentation from Apple on Safari which talks about event handling. Essentially you'll have to prevent the default behavior of dragging. function touchMove event event.preventDefault..
jquery ui dialog opens only once http://stackoverflow.com/questions/1701942/jquery-ui-dialog-opens-only-once again. javascript jquery html css jquery ui share improve this question Scott Gonzalez of the jQuery UI Team talks about the reason alot of people have this problem when getting started with jQuery UI in a recent blog post http blog.nemikor.com..
jqueryUI datepicker fires input's blur before passing date, avoid/workaround? http://stackoverflow.com/questions/1814292/jqueryui-datepicker-fires-inputs-blur-before-passing-date-avoid-workaround
How can I implement Stack Overflow-like watermarks in forms? http://stackoverflow.com/questions/2260367/how-can-i-implement-stack-overflow-like-watermarks-in-forms can I implement Stack Overflow like watermarks in forms I remember seeing a tutorial somewhere that talks of how to style your input forms in a more œusable way. Essentially you have a placeholder value and when you enter the input..
What happened to Dojo in 2008? http://stackoverflow.com/questions/2450696/what-happened-to-dojo-in-2008 blog posts of all Dojo developers taken together compare how many times John gave a talk at conferences vs. all Dojo talks taken together. The truth is Dojo is made by geeks who may be good at tech but not good at marketing. Social features are..
Cross-domain requests with JQuery using YQL http://stackoverflow.com/questions/3206753/cross-domain-requests-with-jquery-using-yql headline javascript jquery cross domain yql share improve this question Well the page you linked you talks about using YQL and jQuery. It's a very interesting solution. However your example seems to skip over the YQL part which..
Client-side javascript to support promises, futures, etc http://stackoverflow.com/questions/3249646/client-side-javascript-to-support-promises-futures-etc one looks pretty good Dojo has a feature called Deferreds but the Sitepen article points out flaws Douglas Crockford talks about Promises but I can't locate his implementation Any others Anyone have experience with any of these and have a preference..
load jQuery-Templates from external file? http://stackoverflow.com/questions/4366137/load-jquery-templates-from-external-file
Why would multiple simultaneous AJAX calls to the same ASP.NET MVC action cause the browser to block? http://stackoverflow.com/questions/4428413/why-would-multiple-simultaneous-ajax-calls-to-the-same-asp-net-mvc-action-cause Fortunately there is a work around in ASP.NET MVC3 and its possible to create session less controllers. Scott Guthrie talks about these here Announcing ASP.NET MVC 3 Release Candidate 2 I installed MVC3 RC2 and upgraded the project. Decorating..
I know its bad to store data in the DOM, but why? http://stackoverflow.com/questions/5905994/i-know-its-bad-to-store-data-in-the-dom-but-why approach is a matter of personal taste. John Resig the creator of jQuery gave a talk at Tech4Africa in 2010 where he talks about this exact issue and proposes to do away with a separate storage area and link everything with the DOM using the data..
Ordered JSONObject http://stackoverflow.com/questions/6993645/ordered-jsonobject JSONObject I have a servlet which talks with the database then returns a list of ordered ORDER BY time objects. At the servlet part I have access DB returns a..
JQuery: Selecting Text in an Element (akin to highlighting with your mouse) http://stackoverflow.com/questions/985272/jquery-selecting-text-in-an-element-akin-to-highlighting-with-your-mouse the same way you would select text by dragging your mouse over it. This has been a bear to research because everyone talks about select or highlight in other terms. Is this possible My code so far is thus html a href javascript onclick SelectText..
|