• jQuery 2.0 beta 2 still causing exception in Win8 apps?

    I'm building a Windows 8 Store metro app with VS2012 using HTML5 & JS. Everything works when I code using jquery-1.8.2-win8-1.0.js, but I get an immediate exception when I try to use jquery-2.0.0b2.js, as shown below: Exception is about to be caught by JavaScript library code at line 5756, column 6 in ms-appx://40531768-3358-4def-a573-fafbf210b95e/js/jquery-2.0.0b2.js. 0x800c001c - JavaScript runtime error: Unable to add dynamic content. A script attempted to inject dynamic content, or elements previously
  • Issue with duplicated userCollapseText when useing JQuery Expander :(

    Hello JQuery group,   I'm must say that I really enjoy using the jquery.expander control for a simple and intuitive UI.  It works really well with news items that need to include a Read More... and Close... option.   I just have a strange issue/artifact with one of the controls properties, the userCollapseText property.  The strange thing about this issue is that I'm using the control on a test repeater which works fine (I'll explain in a bit) but on our test box in a DIFFERENT repeater, it somehow
  • <ol id="qunit-tests"> not populated

    Using IE8, Chrome7.0, FF3.6 and code from the example on http://docs.jquery.com/Qunit. After running tests, as described, a <p id="qunit-testresult"> is visible, but the <ol id="qunit-tests"></ol> element below is empty in the DOM <h1 id="qunit-header">Header text</h1> <h2 id="qunit-banner"></h2> <div id="qunit-testrunner-toolbar"></div> <h2 id="qunit-userAgent"></h2> <ol id="qunit-tests"></ol> <div id="qunit-fixture">test markup, will be hidden</div> I'm stepping through QUnit.js to find where the
  • Syntax Error

    I'm trying to put all my scripts into one script file, but when i put jquery in nothing will work because of a syntax error in the minified version. Starting on line 69 there's a quotation mark missing somewhere causing it to not close which in return messes up my comments and scripts below jquery. The uncompressed version doesn't have this error, and i would use it in the file instead except that its over 6000 lines, and makes the filesize large.
  • Examples on documentation doesn't work

    Try this http://docs.jquery.com/UI/Effects/Explode The example aren't working, the jquery library is not loaded correctly. And like this there are more examples in the documentation wich doesn't work. Please fix it! Thanks
  • Resizable Textarea within Dialog

    I've tried this in multiple browsers and it seems that when using Resizable Textareas within Dialogs the textareas are "hidden" not sure how they're hidden, but they are.
  • Importing jQuery 1.4.1 into greasemonkey scripts generates an error

    Hi, I realise this is more of a glitch with greasemonkey rather than jQuery, but I thought I would post the info here anyway. Greasemonkey has an API called @require which can import a javascript library when the userscript is installed. http://wiki.greasespot.net/Metadata_block#.40require Unfortunately the latest version of jQuery (1.4.1) seems to be incompatible. The problem seems to be with "detecting-event-support-without-browser-sniffing" section around line 930. If you change var isSupported
  • UI 1.8 Date Picker: parseDate() error

    Hello All, I am using the jQuery UI Date Picker and our client is having a very particular issue. We are formatting dates with the mask 'mm/dd/yy' and are running into an issue when typing the date '11/01/2008'.  After typing '11/01/2' the date picker decides that this is enough to create a date and updates the date picker to '11/01/2002'. It also removes the date from the text field. It seems that the internal method _doKeyUp() is calling parseDate() and parseDate() is causing the partial string
  • Problem with saving tab in cookie in jQuery tabs

    Problem with saving tab in cookie in jQuery tabs
  • Custom themes will not download

    I am having trouble downloading any custom theme that I create using themeroller on jqueryui.com the session just hangs and then gives up once the download button is pressed. this happens in ie 8 in windows 7 and Firefox 3.6 on OS X
  • UI-Widget - problem with automatic added css classes

    As Todd Parker requested: My feedback for css-classes for widgets with headers. " One thing i‘m currently trying to make is something similar to the wordpress dashboard. When i try to add for ex. tabs to these „widgets“, than i always get some styles added like „ui-corner-all“. This makes it currently impossible (without hard coding right into the UI-tabs-file) to get a box with a headline/ui-corner-top and a content-area/ui-corner-bottom. I’m no Js-King, but i noticed, that classes, that are already
  • JQuery 1.4.2 Problem with JQueryUI Tabs in IE 8

    Hi, I have recently added tabs to my webpage and when i click a button in the tab i get the following error in IE 8: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; OfficeLiveConnector.1.4; OfficeLivePatch.1.3) Timestamp: Tue, 8 Jun 2010 10:47:23 UTC Message: 'undefined' is null or not an object Line: 55 Char: 143 Code: 0 URI: jquery-1.4.2.min.js I am using JQuery 1.4.2
  • Firefox display always the second tab

    Hello, In IE everything works fine. In FF 3.6 the initial selected tab is always the second, even if I specify to select the first. Is this a bug? Help me please! Thank you & bye
  • DatePicker : on top in small screen

    Hello, Since I work with the version 1.8 of JQuery UI, I've got some problems with the display of my datepicker. When the page is small, the picker is always on the top of the screen. By example, my page height is 320px and my input is 135px from top. So, my page is too small to show the datepicker under the input, but the bottom of the page is already empty ! It will be a problem to check all pages to check that the height of the "HTML tag" is enough to show the picker under the input. Is it possible
  • accordion fails

    Hi, I have an accordion set up as follows: <div class="fx-accordion" >         <h3><a href="#">Question 1</a></h3>         <div>               Answer 1         </div> </div> I'm then using livequery to initialise these accordions (they come in through ajax!) as follows: jQuery('.fx-accordion').livequery(function() {          jQuery(this).accordion();     } ); The accordion seems to be generating perfectly well.  However - whenever I click an item to expand, I'm getting the following error: jQuery.easing[specialEasing
  • Change doesn't fire in IE8 if you remove the element on focus of another element

    If I am calling .remove() on the currently focused element when another element is focused on, a change event is never triggered by the live code in IE. The problem is Focusout is called after the element is already removed, preventing live from calling testChange to trigger the change. To fix this, jQuery should use the beforedeactivate event like: beforedeactivate: testChange,This might be difficult to make a test case that you don't have to do manually, but I will try.  
  • jQuery loses event handlers when appending to multiple elements

    I filed this as a bug (http://dev.jquery.com/ticket/5566) a few months ago but the forum seems like a better place to discuss this stuff now. Basically, the demo code is like this: $(function() { $('li').append($("<button/>") .text("click me") .click(function() { alert("Good job!"); }) ); });And you'd expect to get a button in each LI with a click handler. However, instead, none of the added buttons get click handlers! This was broken in 1.3.2 and is still broken in 1.4.2. Here's a live demo: http://benhollis.net/experiments/browserdemos/jquery-1.3.2-append-handlers.html
  • Tabs with Cookie

    I just upgraded UI Tabs from 1.7.2 to 1.8 using the distributed custom files. The tabs are still working but can no longer retain their state across postbacks. After reverting jquery.cookie.js to the previous version, it works again.
  • Editor needs "clear formating" button, and "html editing" feature

    This little "wysywig" editor is getting in a way when one does copy/paste into it. especially when one wants to insert some source code ... into the middle of existing code in the post. formating gets taken-in and the current code is screwed. Google docs has very useful "clear formating" button for that.  Also ability to edit HTML behind would solve this and all the other similar issues .. --DBJ
  • UI Tabs - Loading pages recursively with ajax that contain tabs

    Hello, I'm trying to load pages recursively that contain tabs via ajax tab call. I got a main page that loads a childpage and the childpage loads the childchildpage.  All pages contain tabs. The childpage works correctly after I added the ctabs via the tabload event $('#tabs').bind('tabsload', function(event, ui) { //alert("tabs loaded"); $("#ctabs").tabs(); }); My problem is that this approach does not work with the chidchildpage, because the javascript will not be executed in the childpage. Is
  • liveFired with change and submit

    In IE, if you are delegating on click and submit on the same element, the 2nd event will never be fired b/c liveFired is set.  Somehow liveFired needs to be reset for different types of events. I can/will submit test cases when I have time.  But this is a pretty serious problem with IE / event delegation.  If I get a fix before the community, I will make a pull request. Also, for performance, the liveFired check should probably go before the jQuery.data call.
  • setOffset in Chrome with hidden objects

    I want to setOffset on items before they are shown.  However, as offset() always returns {top:0,left:0} on items with display: none, this doesn't work.   I suggest not using the curTop and curLeft values if the offset is 0,0 and the item !is(:visible)
  • Creation of INPUT with value broken

    Hi, In 1.4.2 the following line works: $("<input/>", {"type": "hidden", "id": "myID", "value": "hi" }); The following line does NOT: $("<input/>", {"type": "text", "id": "myID", "value": "hi" }); Why is it that the creation of a hidden element with a value works, but not for a text element?
  • 1.4 performance regression over time vs 1.3.2?

    We're currently running a script-intensive app on jQuery 1.3.2. I did some quick testing last week against 1.4 and saw what in some respects is a perf regression. The torture test case is switching a tabbed sidebar to very busy, dynamically-generated content. One big .html() write, a dozen or so small .html() inserts, and a whole bunch of event binding. No network access, animation effects or live events; no third-party plugins (including jQuery UI); testing on IE7. On the first iteration, 1.4's
  • Issue with Forum constantly refreshing...

    Hi All, Is it just me or is the the forum constantly refreshing, thereby writing over the browser history, thereby pretty much disabling any back button, back link functionality found within the browser or forum itself. It's not a deal breaker but it is annoying... Dom
  • Error in forum!

    When I click "login" I get the following message time to time: ({'result':'failure','reason':'Please enter valid serviceurl' ,'errorcode':'PATTERN_NOT_MATCHED' })
  • jQuery forum navigation

    I'm using Internet Explorer 8. When I click on a post to read it, and then want to return to the last page, I'm having problems. There's no 'breadcrumbs' feature to allow me to easily back up. I tried just using the browser navigation, but clicking on the back button doesn't work properly. I have to click several times to get the navigation for this site to respond. This issue does not occur at other sites, so it's not just the browser.   Also, it would be nice if pressing 'Enter' after filling in
  • button release outside

    Hi, Their is a problem with the "button" jQuery-UI widget, when I click on a button and release outside, it stay on "over" state
  • 1.8RC1 I am having issues with IE8 w and w/o Compatibility Modes

    Is this a know issue... I cannot seem to get anything to work in IE8 with the 1.4.1 and 1.8rc1
  • jQuery API browser tabbing

    Hi, this is not really about the forum, but about the API browser. I like its functionality to jump from one method to the other using tab or arrows keys. But I think it should not overwrite the Cntrl-Tab and Cntrl-Shift-Tab key combinations. This prevents you from switching between tabs on Google Chrome. ... Sorry, I guess this is the nastiest issue report I've ever written...
  • Announcements

  • The Basics of jQuery AJAX

    A step-by-step tutorial for those new to jQuery and wanting to use AJAX in their projects. Includes valuable information about troubleshooting using the console and understanding the request / response. http://jayblanchard.net/basics_of_jquery_ajax.html
  • jQuery Conference 2010: Boston Announcement

      The jQuery Project is very excited to announce the jQuery Conference 2010: Boston on October 16-17, 2010.  The conference will be held at the Hilton Boston Logan in Boston, Massachusetts.  The best part of this announcement is that Tickets are on sale now!  This venue is the largest that the project has worked with to date (Harvard Law School in ‘07, the MIT Stata Center in ‘08 and Microsoft New England Research Center in ‘09) and we expect to sell out very quickly. A brief synopsis of some of