Timeline
Jan 22, 2013:
- 10:02 PM Ticket #13307 ((IE7 WindowXP) Not support elem.getAttribute(name, arg2)) created by
- jQuery v1.7.1 Line 2724 elem.getAttribute(name, 2) IE7 WindowXP …
- 5:30 PM Ticket #13305 (jQuery does not run SPECIFIC code in second $(document).ready()) closed by
- notabug: You can't quick-close
<script />
tags. The script block is eaten by that. - 5:05 PM Ticket #13306 (File input added to serialized forms caused a change in behavior and ...) created by
- According to the …
- 4:44 PM Ticket #13305 (jQuery does not run SPECIFIC code in second $(document).ready()) created by
- In jQuery 1.9.0, I have the following two
$(document).ready()
… - 3:22 PM Ticket #13304 (Don't call Element remove for custom remove event) closed by
- notabug: It's documented that firing an event on an element calls its …
- 3:03 PM Ticket #13304 (Don't call Element remove for custom remove event) created by
- If you fire a custom event called "remove" …
- 1:50 PM Ticket #13301 (Live() not working) closed by
- notabug: http://jquery.com/upgrade-guide/1.9/
- 1:05 PM Ticket #13303 (Unspecified error.) created by
- In IE9 we got error when using jquery 1.9.0 Same you can see in this …
- 11:19 AM Ticket #13302 (Can't register: IntegrityError: (1062, "Duplicate entry ...) created by
- ==== How to Reproduce ==== While doing a POST operation on …
- 11:12 AM Ticket #13301 (Live() not working) created by
- live() event doesn't work with new version.
- 10:52 AM Ticket #13300 (Getting error with jquery) closed by
- duplicate: Duplicate of #13297.
- 10:24 AM Ticket #13300 (Getting error with jquery) created by
- http://nowthatiseasy.com/ here's the site i'm getting this error. …
- 9:03 AM Ticket #13299 (recieving error about jquery suddenly) closed by
- duplicate: Duplicate of #13297.
- 8:40 AM Ticket #13297 (REPPORT BUG) closed by
- notabug: jquerye is not a jQuery site.
- 8:10 AM Ticket #13296 (Cannot create DOM Element from string) closed by
- duplicate: Duplicate of …
- 8:00 AM Ticket #13299 (recieving error about jquery suddenly) created by
- HEllo can you resolve this please? 404 Not Found The server can not …
- 4:29 AM Ticket #13297 (REPPORT BUG) created by
- www.jquerye.com/jquery-1.6.3.min.js (port 80) Apache/2.2.23 (Unix) …
- 4:04 AM Ticket #13296 (Cannot create DOM Element from string) created by
- How to reproduce: var form = $(" <form class="bbf-form"><b …
- 2:07 AM Ticket #13295 (KeyError: 'captcha_redirect') created by
- ==== How to Reproduce ====
While doing a POST operation on
/
, Trac … - 2:06 AM Ticket #13294 (Form input fields doesn't propagate event up to Form in Firefox 8 for ...) created by
- To replicate this: - Download Firefox 8.0.1: …
Jan 21, 2013:
- 7:53 PM Ticket #13293 (Security Block) created by
- I am trying to download JQuery. Am gettinga security block from …
- 6:52 PM Ticket #13292 ($.ajax with 1.9.0 doesn't call anymore success function in case of 204) created by
- Using $.ajax success function. In case of 204 (No content) success …
- 6:03 PM Changeset [b326225]2.2-stablekillphp by
- src/css.js
- test/index.html
- test/unit/css.js
- test/unit/selector.js
- 5:13 PM Ticket #13132 (:visible inconsistent across browsers for empty tags) closed by
- fixed: Treat an element as hidden if either offsetWidth or offsetHeight is 0. …
- 5:13 PM Tickets #10406,13132 batch updated by
- fixed: Treat elements as hidden when either offsetWidth OR offsetHeight is 0. …
- 5:12 PM Changeset [372e04e]2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 4:44 PM Ticket #13291 (Optimize jQuery.type() for 2.0) created by
- I noticed in jQuery 2.0 jQuery.type has:
` return typeof obj === …
- 3:52 PM Ticket #13290 (append() method don't work with image) created by
- I try the append() method but I cannot put a tag <img …
- 2:24 PM Ticket #13189 (Inconsistency with .attr() accessor and mutator for missing attributes) closed by
- notabug:
.removeAttr
should be used to remove attributes. Setting tonull
… - 2:18 PM Ticket #13273 (Animation speed with numbers as strings ('5000') will get default ...) closed by
- wontfix: Since this could be solved by sanitizing the input from the text, I …
- 2:10 PM Ticket #13280 (create a jq element from string) closed by
- duplicate: Duplicate of #13233.
- 2:04 PM Ticket #13285 (Some jQuery's methods should return an array instead of plain text) closed by
- wontfix: This would change jQuery too drastically.
- 12:33 PM Ticket #13289 (Contributing guide is outdated) created by
- Do we still need …
- 12:06 PM Ticket #13288 (http://api.jquery.com jsonp interface does not seem to work) created by
- With relation to experiments done while reading "Learning jQuery 3rd …
- 11:26 AM Ticket #13287 (tbody added to thead) closed by
- duplicate: Duplicate of #13232.
- 11:23 AM Ticket #13287 (tbody added to thead) created by
- If I append a row to the thead of a table, v2.0 beta 1 will …
- 10:11 AM Ticket #13284 (Bug with .animation) closed by
- duplicate: Duplicate of #13183.
- 10:10 AM Ticket #13286 (tabs dont work) closed by
- notabug: Thanks for contributing! Unfortunately, you've posted a demo that is …
- 9:37 AM Ticket #13286 (tabs dont work) created by
- for example url: http://127.0.0.1/index.do the tabs dont work
- 8:44 AM Ticket #13285 (Some jQuery's methods should return an array instead of plain text) created by
- Today, when I try to get values from some '<input>' elements with …
- 8:37 AM Ticket #13284 (Bug with .animation) created by
- Hello, I notice that if i use .animate({width: 500px}) it adds …
- 6:29 AM Ticket #13283 (Remove .andSelf() alias) created by
- http://bugs.jquery.com/ticket/9800 .andSelf() was turned into …
- 4:39 AM Ticket #13282 (QtWebKit -- TypeError: '[object Object]' is not a valid argument for ...) created by
- This error occurs on all QtWebKit-based browsers. […]
- 4:29 AM Ticket #13281 (Wrong order when using .find() in IE7/8) created by
- This code returns wrong order in IE 7. […] jsFiddle: …
- 4:08 AM Ticket #13280 (create a jq element from string) created by
- […] when i use v1.9.0 this way, firefox shows error: "Error: …
- 4:05 AM Ticket #13161 (Inconsistant behavior for .append on <script> tag) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:05 AM Ticket #13158 (Erro ao usar janelas para mensagens de validação de campos, no IE9) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:05 AM Ticket #13141 (customizing slectors) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Jan 20, 2013:
- 10:22 PM Ticket #13279 (hover event does not bind in backbone) closed by
- notabug: http://jquery.com/upgrade-guide/1.9/#hover-pseudo-event
- 10:17 PM Ticket #13279 (hover event does not bind in backbone) created by
- replacing jQuery 1.8.3 with 1.9 I noticed all my hover events does not …
- 9:05 PM Changeset [1c77259]2.2-stablekillphp by
- src/ajax/script.js
.off()
as noted by @dcherman.- 8:53 PM Changeset [4c6fb65]2.2-stablekillphp by
- test/unit/ajax.js
- 8:44 PM Ticket #13276 (In IE 9/10 $.parseXML() returning document object instead of XMLDOMDocument) closed by
- fixed: Never use the XML as parsed by the XHR instance. Use raw text instead …
- 6:36 PM Changeset [cbe0c2e]2.2-stablekillphp by
- src/offset.js
- 6:33 PM Ticket #13232 (In 2.0beta1, using html() function on a tbody selector yields ...) closed by
- fixed: Fix #13232, fix jQuery.buildFragment for tables, close gh-1138. …
- 6:30 PM Changeset [19def21d]2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 6:20 PM Changeset [dbf4926e]2.2-stablekillphp by
- src/core.js
- 6:16 PM Ticket #13278 (Convert variable data to jQuery object) closed by
- notabug: Well there you go, your string must not start with '<'. Read the …
- 6:10 PM Changeset [1ad874f]2.2-stablekillphp by
- src/ajax/script.js
- 6:08 PM Changeset [c373a49]2.2-stablekillphp by
- src/ajax/script.js
- 5:57 PM Changeset [359e3f5]2.2-stablekillphp by
- README.md
- 5:50 PM Ticket #13278 (Convert variable data to jQuery object) created by
- Hello, I've noticed that since upgrading to 1.9.0 handling data as …
- 5:50 PM Changeset [4488f68]2.2-stablekillphp by
- CONTRIBUTING.md
- 2:59 PM Ticket #13277 ($.browser in latest verion) closed by
- notabug: No, we do not: http://jquery.com/upgrade-guide/1.9/ If you have …
- 2:46 PM Ticket #13277 ($.browser in latest verion) created by
- We do not support $.browser in latest verion ?
- 10:59 AM Ticket #13276 (In IE 9/10 $.parseXML() returning document object instead of XMLDOMDocument) created by
- Ironically this is because IE 9 and 10 are more standards compliant. …
- 5:47 AM Ticket #13274 (IE < 9: "'jquery' is undefined" w/ sourceMappingURL comment) created by
- When using MSIE < 9 and jQuery 1.9.0 I am getting the following …
- 12:58 AM Ticket #13273 (Animation speed with numbers as strings ('5000') will get default ...) created by
- Hello I've just found a small problem with setting the animation …
Jan 19, 2013:
- 4:03 PM Ticket #13267 (CDNs should publish a "Access-Control-Allow-Origin: *" header) closed by
- fixed: I added the header to the machine that serves this. It could take a …
- 2:39 PM Ticket #13272 (1.9 Regression - padding is added to width/height when .stop()ing and ...) closed by
- duplicate: Duplicate of #13183. Looks like we have fixed this in the -git …
- 2:37 PM Ticket #13264 (jQuery 1.9 stop().slideToggle jittery bug) closed by
- duplicate: Duplicate of #13183. Looks like this is fixed in the -git build.
- 2:34 PM Ticket #13272 (1.9 Regression - padding is added to width/height when .stop()ing and ...) created by
- Test case: http://jsfiddle.net/jCKYM/1/ Code: […] Stopping a …
- 1:01 PM Ticket #13271 (Inconsistency in $() method in 1.8.3 and 1.9.0) closed by
- notabug: http://jquery.com/upgrade-guide/1.9/#jquery-htmlstring-versus-jquery-se …
- 12:55 PM Ticket #13271 (Inconsistency in $() method in 1.8.3 and 1.9.0) created by
- I've found this weird behavior when I updated to jquery 1.9.0. I've …
- 12:21 PM Ticket #13270 (Is this a memory leak bug, or poor coding?) closed by
- notabug: Please ask for help on a forum to determine whether you have a bug. …
- 12:18 PM Ticket #13270 (Is this a memory leak bug, or poor coding?) created by
- We are using jQuery 1.8.3 and have an application that is leaking …
- 9:31 AM Ticket #13266 (live()) closed by
- notabug: http://jquery.com/upgrade-guide/1.9/#live-removed
- 9:26 AM Ticket #13268 (jQuery not supported IE 5.5) closed by
- wontfix: Thanks for contributing, but we also don't support Safari 2, or the …
- 5:02 AM Ticket #13268 (jQuery not supported IE 5.5) created by
- jQuery not supported IE 5.5
- 3:21 AM Ticket #13267 (CDNs should publish a "Access-Control-Allow-Origin: *" header) created by
- For applications and services that are trying to track errors using …
- 2:34 AM Ticket #13266 (live()) created by
- iam using var tex=$("#textboxid"); tex.live('keypress',function(e) { …
Jan 18, 2013:
- 8:03 PM Ticket #13265 (parent method fails with text nodes in IE10) created by
- In earlier versions of jQuery, the parent method looked like this: …
- 3:09 PM Ticket #13264 (jQuery 1.9 stop().slideToggle jittery bug) created by
- Just noticed this problem with jQuery 1.9 and .slideToggle (and …
- 11:22 AM Ticket #13262 (By using $.html()) closed by
- notabug: Thanks for contributing! Please ask for help on forum.jquery.com, and …
- 11:20 AM Ticket #13260 (http://jquery.com/ has the footer © 2012 The jQuery Foundation) closed by
- notabug: Thanks for contributing! This has been reported to the jquery.com bug …
- 11:02 AM Ticket #13263 (CHROME CANNOT READ PROPERTY 'OPERA' OF UNDEFINDED) closed by
- notabug: http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed
- 10:55 AM Ticket #13263 (CHROME CANNOT READ PROPERTY 'OPERA' OF UNDEFINDED) created by
- When I try to use fancybox plugin that fix msie bug. I see it in …
- 10:48 AM Changeset [7632711d]2.2-stablekillphp by
- src/sizzle
- 8:51 AM Ticket #13219 (validation not working correctly to dynamically added fields to the form) closed by
- notabug: Thanks for contributing, but there are several things wrong with this …
- 8:46 AM Ticket #13254 (.animate() initial dimension problem) closed by
- duplicate: Duplicate of #13183.
- 8:43 AM Ticket #13204 ($.ajax calls error on PUT request) closed by
- notabug
- 7:00 AM Ticket #13262 (By using $.html()) created by
- I go this error: "n is undefined" on firebug, (i've underscore.js and …
- 6:39 AM Ticket #13259 (User Unable to move the min pointer on one scenario) closed by
- notabug: jQuery UI bugs should be reported at http://bugs.jqueryui.com. …
- 6:28 AM Ticket #13261 (Ajax response with status code 204 must not be parsed) created by
- In case the response to an ajax call returns with an HTTP status …
- 4:18 AM Ticket #13260 (http://jquery.com/ has the footer © 2012 The jQuery Foundation) created by
- Dear Sir, "http://jquery.com/" has the footer "© 2012 The jQuery …
- 2:49 AM Ticket #13259 (User Unable to move the min pointer on one scenario) created by
- 1) Navigate to http://jqueryui.com/slider/#range 2) select min pointer …
Jan 17, 2013:
- 9:05 PM Ticket #13258 (.removeClass() doesn't work without parameters) closed by
- notabug
- 8:30 PM Ticket #13258 (.removeClass() doesn't work without parameters) created by
- removeClass without parameters still passes an argument length of 1, …
- 8:14 PM Ticket #13251 (substring() in v1.9) closed by
- fixed: 1.9: …
- 6:00 PM Ticket #13257 (.live()) closed by
- notabug: http://jquery.com/upgrade-guide/1.9/#live-removed
- 5:58 PM Ticket #13257 (.live()) created by
- tested in chrome .live() whit jQuery 1.9.0 type method not defined …
- 5:01 PM Changeset [8871218]2.2-stablekillphp by
- src/data.js
- src/sizzle
- 4:38 PM Ticket #13256 (problem with .after()) closed by
- duplicate: Duplicate of #13232. Check out the duplicate ticket, this should …
- 2:42 PM Ticket #13256 (problem with .after()) created by
- strange behaviour of .after() in 2.0b1 the following works fine with …
- 2:30 PM Ticket #13255 (jQuery 2.0b1 and Cordova 2.3.0 cause "Uncaught TypeError: Cannot read ...) created by
- jQuery 2.0b1 and Cordova 2.3.0 cause "Uncaught TypeError: Cannot read …
- 1:06 PM Ticket #13254 (.animate() initial dimension problem) created by
- there is a problem in jquery 1.9; i'm animating the height of an …
- 1:01 PM Ticket #13253 (Stop running this script error in IE 8 with JQuery 1.8.3. Rest all ...) closed by
- duplicate: Duplicate of #13252.
- 12:57 PM Ticket #13253 (Stop running this script error in IE 8 with JQuery 1.8.3. Rest all ...) created by
- I am getting below message since we upgraded our Jquery version from …
- 12:55 PM Ticket #13252 (Stop running this script error message in IE8. Rest all browsers work ...) created by
- I am getting below message since we upgraded our Jquery version from …
- 12:34 PM Ticket #13251 (substring() in v1.9) created by
- Hey there, I noticed that jQuery 1.9 (and 1.8, maybe earlier, not in …
- 11:41 AM Ticket #13250 (Colors and Xpath Selector) closed by
- notabug: jQuery stopped supporting Xpath selectors in 1.3 so you need to remove …
- 11:14 AM Ticket #13250 (Colors and Xpath Selector) created by
- The bug is shown in jquery-1.9.0.min.js version because if, instead of …
- 10:14 AM Ticket #13249 (Browser identification iOS) closed by
- notabug: http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed
- 10:06 AM Ticket #13249 (Browser identification iOS) created by
- When using jQuery 1.9.0 on a mobile device, the following error …
- 9:39 AM Ticket #13246 (bad working filter) closed by
- notabug: Can you provide a test case on jsfiddle.net?
- 9:31 AM Ticket #13245 (Checkbox checked state behaviour diff after upgrade to 1.9) closed by
- notabug: Use
.prop()
to get or set the dynamic, changing, visual state of a … - 9:29 AM Ticket #13247 (Issue in accessing Site) closed by
- notabug: Please ask for help on a forum.
- 9:28 AM Ticket #13236 (Ajax throw error in console when site does not exist in Chrome) closed by
- notabug
- 9:27 AM Ticket #13244 (the open cart theme not renders correctly) closed by
- notabug: Please ask for help on a forum.
- 7:53 AM Ticket #13248 (Jquery Hidden Div Wish Flash (swf) content Bug) created by
- hi. When a div is hidden with jquery in the Google Chrome browser with …
- 7:12 AM Ticket #13247 (Issue in accessing Site) created by
- Hi Jquery Admin, we have an issue accessing Jquery and sub …
- 6:17 AM Ticket #13246 (bad working filter) created by
- […] create incorrect widget but […] nothing create …
- 4:08 AM Ticket #13245 (Checkbox checked state behaviour diff after upgrade to 1.9) created by
- Hello! I see the difference between 1.9 and 1.8.x in case of multiple …
- 2:54 AM Ticket #13244 (the open cart theme not renders correctly) created by
- Hy I have a problem whit the product page, I use jquery.js to slide …
- 2:28 AM Ticket #13243 (ios6 cache problem) closed by
- notabug: Thanks for contributing! Ask for help on a forum.
- 2:20 AM Ticket #13243 (ios6 cache problem) created by
- how to clear the cache on Ajax jquery POST call every time
Jan 16, 2013:
- 10:15 PM Ticket #13240 (IE8 Doesn't support HTTP PATCH method) created by
- When trying to make an AJAX call using the 'PATCH' HTTP method, IE8 …
- 8:04 PM Ticket #13239 (jQuery 1.9.0 adds zoom:1; to body) closed by
- duplicate: Duplicate of #13089.
- 8:03 PM Ticket #13239 (jQuery 1.9.0 adds zoom:1; to body) created by
- 7:36 PM Ticket #13238 (Incorrect .slide*() height calculation when vertically padded) closed by
- duplicate: Duplicate of #13183.
- 7:14 PM Ticket #13238 (Incorrect .slide*() height calculation when vertically padded) created by
- As of 1.9.0, the .slide*() methods calculate incorrect height values …
- 6:27 PM Ticket #13237 (.attr fails for xml elements) created by
- When querying with Ajax to a url that returns xml, when reading an …
- 4:05 PM Ticket #13236 (Ajax throw error in console when site does not exist in Chrome) created by
- When you make an ajax inquiry to a site that does not respond (or a …
- 2:36 PM Changeset [50290b8]2.2-stablekillphp by
- src/event.js
- 2:31 PM Changeset [cc324ab]2.2-stablekillphp by
- src/data.js
- test/unit/data.js
- 2:11 PM Ticket #13235 (Getting defaultDisplay) closed by
- fixed: Thanks for the sharp eyes. It is fixed in version 1.9, which was just …
- 1:57 PM Changeset [a96aa9e]2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 1:55 PM Ticket #13233 (Unexpected behavior when iterating over and manipulating detached ...) closed by
- fixed: Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137. …
- 1:54 PM Ticket #13235 (Getting defaultDisplay) created by
- Line: 9028
Code:
if ( !iframeDoc || !iframe.createElement )
Should … - 12:55 PM Ticket #13227 (1.9.0 bug) closed by
- notabug: http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed Stop …
- 12:31 PM Changeset [306b698]2.2-stablekillphp by
- test/unit/manipulation.js
- 12:14 PM Ticket #13234 (changed data-attributes are not reflected in data() api) closed by
- notabug: http://api.jquery.com/data/ …
- 12:00 PM Ticket #13234 (changed data-attributes are not reflected in data() api) created by
- See this jsfiddle for an example: <http://jsfiddle.net/2tJqm/> If a …
- 10:40 AM Ticket #13233 (Unexpected behavior when iterating over and manipulating detached ...) created by
- I have a convenience method that I use to wrap text elements in a html …
- 10:12 AM Ticket #13232 (In 2.0beta1, using html() function on a tbody selector yields ...) created by
- When a tbody is selected and then new DOM elements (rows, data cells) …
- 10:07 AM Ticket #13230 (jQuery.browser problem in version 1.9) closed by
- notabug: http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed
- 10:06 AM Ticket #13229 (AVG reporting threat HTML/Framer in downloaded jquery-2.0.0b1.js file) closed by
- notabug: You'd need to contact AVG.
- 9:37 AM Ticket #13231 (closest('.class') on svg elements) closed by
- duplicate: Duplicate of #12626. See #12626 for the
[class~="classname"]
… - 7:16 AM Ticket #13231 (closest('.class') on svg elements) created by
- The Closest svg-element can not be found by class-selector …
- 7:10 AM Ticket #13230 (jQuery.browser problem in version 1.9) created by
- jQuery.browser problem in version 1.9
- 6:54 AM Ticket #13229 (AVG reporting threat HTML/Framer in downloaded jquery-2.0.0b1.js file) created by
- Hi. I just downloaded 2.0b1 from …
- 12:18 AM Changeset [2f0756b5]2.2-stablekillphp by
- src/sizzle
- 12:17 AM Ticket #13182 (nested has selectors broken in IE7 & IE8 in versions 1.8.2+) closed by
- fixed: Fix #13182: update Sizzle Changeset: …
- 12:16 AM Ticket #13208 (JS error trying to get the id of the document in IE8) closed by
- fixed: Fix #13208: only check elements for delegation matches Changeset: …
Jan 15, 2013:
- 11:50 PM Ticket #13208 (JS error trying to get the id of the document in IE8) reopened by
- Ah, I see now. Removing the ancestor element makes its parent a …
- 11:48 PM Ticket #13228 (Fail with notice if jQuery 2.0 is loaded on oldIE or newIE in compat mode) created by
- In most cases we try to "do no harm" when we run in an unsupported …
- 11:42 PM Ticket #13227 (1.9.0 bug) created by
- http://api.jquery.com/jQuery.browser/#jQuery-browser Browser info: ??? …
- 11:34 PM Changeset [10cc33e]2.2-stablekillphp by
- src/css.js
- src/effects.js
- test/unit/effects.js
- 11:33 PM Ticket #13183 (Wrong animation initial value calculation (1.9.0rc1)) closed by
- fixed: Fix #13183: Wrong animation initial value calc. Close gh-1136. …
- 10:35 PM Ticket #13226 (latest CDN build breaks $.fn.ajaxStart and $.fn.ajaxStop) closed by
- notabug: Please use the Migrate plugin, it would identify the problem …
- 10:12 PM Ticket #13226 (latest CDN build breaks $.fn.ajaxStart and $.fn.ajaxStop) created by
- an existing site was referencing the latest build from the jQuery CDN. …
- 8:21 PM Ticket #13224 (problem with backslashed multiline string) closed by
- notabug
- 8:12 PM Ticket #13224 (problem with backslashed multiline string) created by
- Creating element or sub-tree from a string, that writed in a few lines …
- 6:13 PM Ticket #13209 (IE8: event.which for a left mouse click is 0, should be 1) closed by
- notabug: That data isn't available in IE8. Since the docs are clear, I'll close …
- 6:11 PM Ticket #13223 (jQuery 1.9 + client-side template = “Syntax error, unrecognized expression”) closed by
- notabug: You probably have whitespace or other junk in the string. …
- 6:08 PM Ticket #13223 (jQuery 1.9 + client-side template = “Syntax error, unrecognized expression”) created by
- I just updated jQuery from 1.8.3 to 1.9, and it started crashing all …
- 5:46 PM Ticket #13222 (toggle() broken in 1.9 release) closed by
- notabug: http://jquery.com/upgrade-guide/1.9/#hover-pseudo-event
- 4:52 PM Ticket #13222 (toggle() broken in 1.9 release) created by
- Please see the following Fiddle (working): …
- 3:51 PM Ticket #13220 (jQuery 1.9.0 .live('click')) closed by
- duplicate: Duplicate of #13213.
- 1:08 PM Ticket #13221 (JQuery 1.9 does not work with JQuery mobile 1.1.1) closed by
- notabug: The Mobile team is aware of that, read their blog.
- 12:58 PM Ticket #13221 (JQuery 1.9 does not work with JQuery mobile 1.1.1) created by
- JQuery 1.9 does not work with JQuery mobile 1.1.1
- 11:59 AM Ticket #13220 (jQuery 1.9.0 .live('click')) created by
- jQuery 1.9.0 .live('click', function() { }); console: Uncaught …
- 11:39 AM Ticket #13219 (validation not working correctly to dynamically added fields to the form) created by
- Hi there i have added validation to the dynamically added field on the …
- 10:14 AM Ticket #13212 (Immediate call removeAttr on jQuery.attr when value is null) closed by
- wontfix: Thank you again for the analysis. We hope that you'll continue to …
- 8:30 AM Ticket #13218 (jquery-latest.js) closed by
- notabug: Right now, 1.9.0 is in the process of being released. We can't do …
- 8:27 AM Ticket #13217 (Event binding to svg group) closed by
- notabug: SVG isn't HTML DOM so you have to use attribute syntax: …
- 8:20 AM Ticket #13218 (jquery-latest.js) created by
- the http://code.jquery.com/jquery-latest.js includes jquery.1.9.0 but …
- 8:09 AM Ticket #13217 (Event binding to svg group) created by
- Note: this might be a dupicate of #13180 Test case: …
- 7:31 AM Ticket #13216 (1.9 is producing an error with $.live) closed by
- duplicate: Duplicate of #13213.
- 7:28 AM Ticket #13214 (Chrome ' Cannot read property 'msie'' @ JQuery 1.9.0) closed by
- notabug: As Dan name says, $.browser is gone in 1.9.0. It is not a good idea …
- 7:27 AM Ticket #13216 (1.9 is producing an error with $.live) created by
- this page (http://www.aye2013.org/registration_bk.php)used to work …
- 7:19 AM Ticket #13213 (.live error) closed by
- notabug: Yes, .live is not in jQuery 1.9 which is being released today. Read …
- 6:44 AM Ticket #13215 (Selector that contains attributes and comma separation generates in ...) created by
- When writing for example $("input[type='text'], select") That …
- 2:50 AM Ticket #13214 (Chrome ' Cannot read property 'msie'' @ JQuery 1.9.0) created by
- When I using <script type = "text/javascript" src = …
- 2:03 AM Ticket #13213 (.live error) created by
- include http://code.jquery.com/jquery-latest.js[[BR]] …
- 1:57 AM Ticket #13212 (Immediate call removeAttr on jQuery.attr when value is null) created by
- We do not need to check the node is not xml, its type, lowercase the …
Note: See TracTimeline
for information about the timeline view.