jquery Programming Glossary: discussion
Need to cancel click/mouseup events when double-click event detected http://stackoverflow.com/questions/1067464/need-to-cancel-click-mouseup-events-when-double-click-event-detected and I actually don't think it can be done easily. Some discussion on this If it is super duper important for you to have this..
Jquery resizing image http://stackoverflow.com/questions/1143517/jquery-resizing-image resizing image I'd like to start a discussion about the image resizing using jQuery. That's my contribution..
DataTables header alignment issue http://stackoverflow.com/questions/13178039/datatables-header-alignment-issue flagged on the DataTables forum http datatables.net forums discussion 7395 sscrolly and sscrollx broken p1 http datatables.net forums.. sscrolly and sscrollx broken p1 http datatables.net forums discussion 7778 vertical scrolling messes up column header alignment#Item_1.. column header alignment#Item_1 http datatables.net forums discussion 3835 width columns problem in chrome safari p1 My bug report..
How do I make a JSONP call with JQuery with Basic Authentication? http://stackoverflow.com/questions/1640391/how-do-i-make-a-jsonp-call-with-jquery-with-basic-authentication in FinnNk's answer but finally gave up after reading this discussion on the JQuery mailing list. Update When I said no way to do..
jQuery single quote in JSON response http://stackoverflow.com/questions/2275359/jquery-single-quote-in-json-response escaped single quotes within strings. However during his discussion of JSON in Appendix E of JavaScript The Good Parts he writes..
JavaScript data grid for millions of rows http://stackoverflow.com/questions/2402953/javascript-data-grid-for-millions-of-rows mleibman SlickGrid issues#issue 22 for an ongoing discussion on making SlickGrid work with larger numbers of rows. The problem..
Should one replace the usage addJSONData of jqGrid to the usage of setGridParam(), and trigger('reloadGrid')? http://stackoverflow.com/questions/2660226/should-one-replace-the-usage-addjsondata-of-jqgrid-to-the-usage-of-setgridparam So I decided that it could be an interesting subject of a discussion. So to be exact We have a typical situation. We have a web page..
jQuery document.createElement equivalent? http://stackoverflow.com/questions/268490/jquery-document-createelement-equivalent quite a bit of traffic. In the comments below there's some discussion about div vs div div vs document.createElement 'div' as a way..
Why does Chrome ignore local jQuery cookies? http://stackoverflow.com/questions/335244/why-does-chrome-ignore-local-jquery-cookies start it with the enable file cookies flag. You can read a discussion about it at http code.google.com p chromium issues detail id..
Accessing relative URL's via “ajax” from “file://” content http://stackoverflow.com/questions/3430638/accessing-relative-urls-via-ajax-from-file-content
jquery, delete cookies http://stackoverflow.com/questions/3671659/jquery-delete-cookies in the original question . The solution was discovered in discussion below which explains why this answer was accepted despite not..
XMLHttpRequest Origin null is not allowed Access-Control-Access-Allow for file:/// to file:/// (Serverless) http://stackoverflow.com/questions/4208530/xmlhttprequest-origin-null-is-not-allowed-access-control-access-allow-for-file via a browser switch. After some digging I found this discussion which mentions a browser switch in opening post. Run your Chrome..
How to enable jQuery support in Aptana Studio 3 http://stackoverflow.com/questions/4721124/how-to-enable-jquery-support-in-aptana-studio-3 Bundle and then select jQuery from the list . This support discussion has some details about jQuery code assist in Aptana https aptanastudio.tenderapp.com.. code assist in Aptana https aptanastudio.tenderapp.com discussions problems 2006 studio 3 jquery support is lacking In particular..
JQuery is waiting for images to load before executing document.ready http://stackoverflow.com/questions/477463/jquery-is-waiting-for-images-to-load-before-executing-document-ready 1.3 and now a different set of problems in 1.3.1. A larger discussion can be found here http groups.google.com group jquery dev browse_thread..
Process a continuous stream of JSON http://stackoverflow.com/questions/6558129/process-a-continuous-stream-of-json Check out HTTP Streaming at AJAX Patterns for a good discussion of this exact topic it also covers Service Streaming which is..
$this vs $(this) in jQuery http://stackoverflow.com/questions/7389944/this-vs-this-in-jquery this vs this in jQuery I've seen some discussions on SO regarding this vs this in jQuery and they make sense.. this vs this in jQuery and they make sense to me. See discussion here for an example. But what about the snippet below from the..
When should I use jQuery deferred's “then” method and when should I use the “pipe” method? http://stackoverflow.com/questions/9583783/when-should-i-use-jquery-deferreds-then-method-and-when-should-i-use-the-pip really wrap my head around and searching has found lots of discussion of the one feature or the other but I haven't found anything..
Hosted version of Twitter Bootstrap (maybe Google?) [closed] http://stackoverflow.com/questions/9887867/hosted-version-of-twitter-bootstrap-maybe-google are unofficial and come with no warranties. Some community discussion about CDN hosting of Twitter Bootstrap can be found on the GitHub..
Need to cancel click/mouseup events when double-click event detected http://stackoverflow.com/questions/1067464/need-to-cancel-click-mouseup-events-when-double-click-event-detected click share improve this question This is a good question and I actually don't think it can be done easily. Some discussion on this If it is super duper important for you to have this functionality you could hack it like so function singleClick..
Jquery resizing image http://stackoverflow.com/questions/1143517/jquery-resizing-image resizing image I'd like to start a discussion about the image resizing using jQuery. That's my contribution But I think I'm far away from the solution. What about the..
DataTables header alignment issue http://stackoverflow.com/questions/13178039/datatables-header-alignment-issue worthy of a repost. External This issue ha also been flagged on the DataTables forum http datatables.net forums discussion 7395 sscrolly and sscrollx broken p1 http datatables.net forums discussion 7778 vertical scrolling messes up column header.. DataTables forum http datatables.net forums discussion 7395 sscrolly and sscrollx broken p1 http datatables.net forums discussion 7778 vertical scrolling messes up column header alignment#Item_1 http datatables.net forums discussion 3835 width columns.. forums discussion 7778 vertical scrolling messes up column header alignment#Item_1 http datatables.net forums discussion 3835 width columns problem in chrome safari p1 My bug report http datatables.net forums discussion 12491 datatables header..
How do I make a JSONP call with JQuery with Basic Authentication? http://stackoverflow.com/questions/1640391/how-do-i-make-a-jsonp-call-with-jquery-with-basic-authentication this directly. I tried several times the approach mentioned in FinnNk's answer but finally gave up after reading this discussion on the JQuery mailing list. Update When I said no way to do this directly what I meant is You can't programmatically set..
jQuery single quote in JSON response http://stackoverflow.com/questions/2275359/jquery-single-quote-in-json-response specifically say why the JSON specification does not allow escaped single quotes within strings. However during his discussion of JSON in Appendix E of JavaScript The Good Parts he writes JSON's design goals were to be minimal portable textual and..
JavaScript data grid for millions of rows http://stackoverflow.com/questions/2402953/javascript-data-grid-for-millions-of-rows has now been implemented in SlickGrid . Please see http github.com mleibman SlickGrid issues#issue 22 for an ongoing discussion on making SlickGrid work with larger numbers of rows. The problem is that SlickGrid does not virtualize the scrollbar itself..
Should one replace the usage addJSONData of jqGrid to the usage of setGridParam(), and trigger('reloadGrid')? http://stackoverflow.com/questions/2660226/should-one-replace-the-usage-addjsondata-of-jqgrid-to-the-usage-of-setgridparam can't explain in two sentences why I prefer the second way. So I decided that it could be an interesting subject of a discussion. So to be exact We have a typical situation. We have a web page with at least one jqGrid and some other controls like combo..
jQuery document.createElement equivalent? http://stackoverflow.com/questions/268490/jquery-document-createelement-equivalent Update I thought I'd update this post since it still gets quite a bit of traffic. In the comments below there's some discussion about div vs div div vs document.createElement 'div' as a way of creating new elements and which is best . I put together..
Why does Chrome ignore local jQuery cookies? http://stackoverflow.com/questions/335244/why-does-chrome-ignore-local-jquery-cookies files or like Peter Lyons mentioned localhost unless you start it with the enable file cookies flag. You can read a discussion about it at http code.google.com p chromium issues detail id 535 . Chrome does support cookies if you use the local IP address..
Accessing relative URL's via “ajax” from “file://” content http://stackoverflow.com/questions/3430638/accessing-relative-urls-via-ajax-from-file-content
jquery, delete cookies http://stackoverflow.com/questions/3671659/jquery-delete-cookies
XMLHttpRequest Origin null is not allowed Access-Control-Access-Allow for file:/// to file:/// (Serverless) http://stackoverflow.com/questions/4208530/xmlhttprequest-origin-null-is-not-allowed-access-control-access-allow-for-file is not an option you can allow Chrome access to file files via a browser switch. After some digging I found this discussion which mentions a browser switch in opening post. Run your Chrome instance with chrome.exe allow file access from files This..
How to enable jQuery support in Aptana Studio 3 http://stackoverflow.com/questions/4721124/how-to-enable-jquery-support-in-aptana-studio-3 via the Commands menu Commands Bundle Development Install Bundle and then select jQuery from the list . This support discussion has some details about jQuery code assist in Aptana https aptanastudio.tenderapp.com discussions problems 2006 studio 3.. list . This support discussion has some details about jQuery code assist in Aptana https aptanastudio.tenderapp.com discussions problems 2006 studio 3 jquery support is lacking In particular it mentions adding a jquery vs doc file http code.jquery.com..
JQuery is waiting for images to load before executing document.ready http://stackoverflow.com/questions/477463/jquery-is-waiting-for-images-to-load-before-executing-document-ready definite problems with the ready code in IE in 1.2.6 and in 1.3 and now a different set of problems in 1.3.1. A larger discussion can be found here http groups.google.com group jquery dev browse_thread thread 3abf45d3fd4d50fc And the ticket related to..
Process a continuous stream of JSON http://stackoverflow.com/questions/6558129/process-a-continuous-stream-of-json to actually render the text as objects. Use them as normal. Check out HTTP Streaming at AJAX Patterns for a good discussion of this exact topic it also covers Service Streaming which is what you're doing . Note that if you must support IE then..
$this vs $(this) in jQuery http://stackoverflow.com/questions/7389944/this-vs-this-in-jquery this vs this in jQuery I've seen some discussions on SO regarding this vs this in jQuery and they make sense to me. See discussion here for an example. But what about the.. vs this in jQuery I've seen some discussions on SO regarding this vs this in jQuery and they make sense to me. See discussion here for an example. But what about the snippet below from the jQuery website plugin tutorial showing how chainability works..
When should I use jQuery deferred's “then” method and when should I use the “pipe” method? http://stackoverflow.com/questions/9583783/when-should-i-use-jquery-deferreds-then-method-and-when-should-i-use-the-pip docs over and over but always find them too dense to really wrap my head around and searching has found lots of discussion of the one feature or the other but I haven't found anything that really clarifies the different pros and cons of each...
Hosted version of Twitter Bootstrap (maybe Google?) [closed] http://stackoverflow.com/questions/9887867/hosted-version-of-twitter-bootstrap-maybe-google hosted CSS Images since August 2012 2.0.4 . Both of these are unofficial and come with no warranties. Some community discussion about CDN hosting of Twitter Bootstrap can be found on the GitHub project's issue page Direct download links or CDN . share..
|