Documentation has regressed to v1.3?!
When I go to the jQuery documentation - eg. http://docs.jquery.com/Core - the page title indicates API/1.3/Core and all the superb updated documentation for v1.4 has disappeared. For example, the documentation for index( subject ) does not have any of the v1.4 enhancements, and the same goes for all the other docs. Another poster has already commented on the fact that the 'All' option has disappeared from the side menu (used to appear - for v1.4 docs - when you had drilled down a level). What is
Form Plugin Encoding in Internet Explorer 7
Can you Help me with an encoding problem in IE 7? I use your great ajax form plugin. But on IE7 all special german characters like öä ..etc.. are not the same, when they are recieved by the server?
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
[Ticket #6585] Invalid string argument in show doesn't degrade like jQuery Core
http://dev.jqueryui.com/ticket/5685 Take this example of jQuery Core getting a invalid string in .show(). $("#ID").show("SlowAsFatCat"); Even with invalid string $.show() will still show the element with id of ID. Example: http://jsbin.com/acoxe4 If jQuery UI is loaded onto the page the $.show() method in the effects library will take over as it thinks the invalid string is a effect. But if it can't find the effect to show it does nothing. It doesn't fall back to doing anything or it doesn't display
not() and filter() not behaving correctly when used with $(array)
Hi, I've posted this bug (http://dev.jquery.com/ticket/6626), but I'm just wondering if anybody knows any quick fix? If we create a jQuery object from an array, and then apply not() and filter() on that object, the result won't be correct. The following code is used for testing. The top part (using selector, ie. $('tr') is the control showing the correct result as a comparison). The bottom part (creating an array and then creating a jQuery object based on them) is the incorrect result demonstrating
1.8.1 date picker fail to populate date selected
when I append this html fragment to the page when returned via ICallbackEventHandler. the datepicker will display the picker but will not select any date or go to the prev or next month when the client is IE 7 or 8. performing the same steps with firefox 3.6 results in a working date picker. <table style="width: 100%;"> <tr> <td> Start Date </td> <td style="width: 10px;"> </td> <td> <ASP:TextBox ID="dpStartDate" runat="server" />
Problem removing tabs
Hi, I'm using jquery ui and it works fine, but I have a problem closing tabs. I create the widget with var tabs = $('#tabs').tabs();And the dynamic ajax tabs: tabs.tabs('add', url, title); tabs.tabs('select', tabs.tabs('length') - 1); Each tab panel has a Close link that fires this: tabs.tabs('remove', tabs.tabs('option', 'selected')); When there are several tabs, and I remove one, the next one is selected itself, nice, but if I try to remove this tab, I have to click the link twice. Seems like it
ui sortable is extremely slow on ie8
ui sortable is extremely slow on ie8. IE 6-7 work much better (tenfold)! And firefox and chrome are okay. To reproduce that, just go to http://jqueryui.com/demos/sortable/ under ie8 and try to move something.
Issue [and possibly a bug] with Draggable - Sortable Connections
This is in reference to jquery sortable. and particularly a few lines of code involving the callbacks provided by it. calling attnt to the ui.sortable file and line 989 to 996 as of commit ( a4488aff7) : [http://dev.jqueryui.com/browser/ui/jquery.ui.sortable.js]. As is evident when an external draggable object is dragged into a sortable the line 989 triggers the receive callback. and line 990 triggers the update callback. the ui param passed to receive is created by passing this.fromOutside to
FadeIN and FadeOut again and again...
Hi, we have a little Problem. Look on the website: brand-pi.dyndns.org Whenever I move the mouse over the menu, the Dropdown menu comes down and then it moves up and down again and again (ina loop) Code: <script type="text/javascript"> $(document).ready(function() { $("#nav").hover(function () { $("#submenu").slideToggle("fast"); }); }); </script> Thank u
jQuery UI tabs not working in Drupal. Using custom theme made by themeroller.
Hi, I am using jQuery UI 1.7.2 to render tabs on the front page of my Drupal site (link). These tabs were working properly till some time ago till. But now, they are not for some reason. I am using jQuery 1.3.2 (with the help of jQuery update module). I just can't seem to understand why this isn't working. any ideas?
jQuery media plugin - AutoStart not running when using the JWPlayer
Hi Malsup, I needed to get the player to auto run. I flipped the "autoplay" flag (in the defaults) and it worked for all except the flash player. I am using the JWPlayer (as you recommended). I am not sure if this is specific to the JWPlayer, but I needed to append the "&autostart=true" to the "opts.src" in the generate() function to get it to "autorun". Here is the code... you might want to consider pulling it in your plugin. Again... thanks for the great plug-in! function generate(el, opts, player)
ASP.NET+JQuery UI Dialog ...
I have a JQuery UI Dialog that inside has a asp:button that must submit to server, but when I add $('#PurchaseDetailInput').click(function () { $('#dialogPurchaseDetailInput').dialog('open'); $('#dialogPurchaseDetailInput').parent().appendTo('form:first'); return false; });Where "parent().appendTo('form:first');", the dialog will cover my web page even if it was hidden and closed! this will also block my other button on my web page screen, but I remove appendTo('form:first');,
When .css("left") is "1000px" if(.css("left")<"195px") is TRUE O.O
css: #wb1{position:absolute; top:125; left:6;} script(in <head>); $(document).ready(function() { $("#wb1,#wb2,#wb3,#wb4,#wb6,#square").draggable({ stop: function() { if($(this).css("left")>="195"); $(this).removeClass("slidebar1b"); if(this==wb1) if($(this).css("left")<"195"){ $(this).addClass("slidebar1b"); $(this).animate({"top":"125","left":"6"}, "slow") }; [...] when I drop "wb1" to a point that absolute coordinate "left" is 1000px or higger, the second if be activated and "wb1"
Two button for two dialog
The function is one button opens dialog A, second button opens dialog B $('#InputGoodsForm').click(function () { $('#dialogInputGoodsForm').dialog('open'); $('#dialogInputGoodsForm').parent().appendTo($("form:first")); return false; }); $('#InputGoodsForm').button(); $('#ChooseQuotation').click(function () { $('#dialogChooseQuotation').dialog('open'); $('#dialogChooseQuotation').parent().appendTo($("form:first")); return false; });
Google Chrome vs IE7
I am using Google Chrome, there are no any problems with jQuery UI, I have also add meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" but in IE7: 1. Button is always square in IE7 but Chrome has circle horn .... 2. This 'textbox' not work: $('#LoginPassword').click(function () { var oldBox = $(this); var newBox = oldBox.clone(); newBox.attr('type', 'password'); newBox.insertBefore(oldBox);
VS2010 + jQuery 1.4.2
I am using VS2010 + jQuery but I found that the script intelligent hasn't show function that when I press "." for obtain its method, how can I fix it??
Option Creation and selecting not working in IEx
Can someone tell me why this snippet of code does not work in any version of IE yet works fine in Firefox and Chrome? <? require_once("db/db.class.php"); $db = new db_class; $classId = intval($_GET['classId']); $selSub = intval($_GET['selsubclassId']); $d = $db->connect(); $q = "SELECT sub_class, short_name FROM material_classes WHERE class = '".$classId."' AND sub_class != '0' AND sub_sub_class = '0'"; $r = $db->select($q); $options = "<select name=\"sub_class\" id=\"sub_class\" onChange=\"getSSC($('#itemclass
Delegation with namespaced events error
$(document).delegate("body", "foo.bar", function(){ alert('bar') }).delegate("body", "foo.zar", function(){ alert('zar') }); $(document.body).trigger("foo.bar"); Alerts "zar" and "bar" when it should only alert "bar". This is a problem with liveHandler only checking handleObj.origType.replace( rnamespaces, "" ) === event.type Which will match anything foo VS something more like: handleObj.origType === event.type+(event.namespace ? "."+event.namespace : "") And in handle, you have to add
Keynav plugin - Issue
I have problem in Keynav plugin http://mike-hostetler.com/jquery-keyboard-navigation-plugin i need to navigate all a(href) tags in my website. Above demo is working fine while string length is same. If string length is varing then key navigation is not working perfectly. Kindly look at my attached exmple(test.htm). Current location is Home link, When I press down arrow focus is moving to Link 2 inside of Link 1 Link 1 Please help me to sove to issue. Thanks Ravi
Bug with change delegation
There is a bug if you are delegating for click and change on the same element. If the click liveHandler runs before the change liveHandler, the change liveHandler event will never be fired. The FIX Line 2297 of the nightly build (the testChange function that tests if a change has happened) looks like: if ( data != null || val ) { e.type = "change"; return jQuery.event.trigger( e, arguments[1], elem ); } it should be changed to: if ( data != null || val ) { e.type = "change"; e.liveFired
Tablesorter Pager and Safari
Hi all. I am building an app using the tablesorter plug-in and it's pager plug-in. Things work perfectly fine in Firefox, IE and Chrome, but Safari (4.0.4 on a PC) is giving me an error when it hits the following code that binds the tablesorter pager. I took the pager binding out and it worked, so something is going wrong somewhere in those three lines of code. var tableSel = calendarportlet.ut.createIdSelector(calendarportlet.addNamespace("eventListTable")); var pagerSel = calendarportlet.ut.createIdSelector(calendarportlet.addNamespace("pager"));
typo
Hi Guys, Under support you have a typo in your menu: Coommercial Support Love the library, great work!
IE: jQuery and Prototype conflict
Hi, For some reason, my page has to use both prototype and jquery. However, there is a weird problem about getting width and height of an element using jQuery. Here is my test page: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Test Conflict</title> <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script> <script>var $j
Specifying only a secondary icon for the Button widget locates the icon on the left?
If I use the following: .button({ icons: { secondary: "ui-icon-close" } I would expect the secondary icon to be displayed to the right of the text. However, it is displayed on the left.
[autocomplete] wrong result
Hi, i have this autocomplete: $('#str_cerca_auto').autocomplete( '/handler/get_articoli_suggeritore.ashx', { delay: 5, minChars: 1, matchSubset: false, matchContains: false, cacheLength: 10, autoFill: false } ); $('#str_cerca_auto').result(function (event, data, formatted) { if (data) { if (data[1]
index() always returns -1 on Firefox 3.7a5pre (minefield)
I'm trying to find the index of an li within a ul. Here is a gist with the code: http://gist.github.com/414601 Every one of those console.logs returns -1 in Firefox 3.7a5pre, and some index number in IE8, Chrome, and FF3.6. I realize this may not be a jQuery bug per say, but Firefox recently rewrote their HTML parser... and this might be a repercussion of that. Thanks, and if this is not a bug but rather I'm doing something wrong, please let me know! Thanks.
$('#foo').effect('highlight') transform my inline-block into inline on a click
Hi all, I found a real problem with highlight and only highlight (I have not test all the jQuery UI effects but those which I tested works) and I really don't understand where the problem is. I made a little page for you to test the problem : francois.robichet.com/highlight/ If the input is filled, you gonna have a big green "Ok" will appear at its right. If it's empty, it's gonna be a big red "Requis" (require in French). You have 2 buttons, one wich use effect('highlight') after it check if the
Layout troubles with latest version of datepicker
I'm having layout troubles when using a datepicker with UI version 1.8.1 and jQuery 1.4.2 when trying to migrate from the previous versions of both UI and jQuery. This is a very simple demo of the problem: http://users.telenet.be/DrakeAvatar/datepicker.html I've attached a screenshot too. I've tested this on Mac/Firefox and Mac/Chrome, but I'm pretty sure this occurs on other platforms too. For now, I suppose I'm stuck with using the previous version of UI. Drake
Browser issue
Hi , I am developing a website using Jquery... It was all working fine in older version 4.0.... of google chrome.. But when i updated the google chrome version to latest version . then its not loading my external pages to main page.. that i was loading uinsg jquery load() function.. i am using latest version of jquery Its working good in Mozilla Firefox... no problem at all... Code below shows idea am using <script type="text/javascript"> $(document).ready(function(){ <!-- On Load Page --> $('#leftcont').load('files/home.html');
Trouble keeping borders with http://jquery.malsup.com/corner/ in IE
I am striking out trying to get the borders to stick around in IE6 or IE8 ( with <meta http-equiv="X-UA-Compatible" content="IE=8" />) Works great in FF, Chrome and Safari. I'm using jQuery1.4.2 with the corner plug-in http://jquery.malsup.com/corner/ <style> .clsButton {font-family:verdana; font-weight:normal; font-size:11px; color:#444444; border:1px solid #B9B9B9; line-height:18px; text-align:center; padding:0px 10px 0px 10px;background-color:#eeeeee;}
ready() fucntion
can one html page contain multilple start functions ,so many jquery for 2 image silde shows i downloaded... one script fn is <script type="text/javascript"> $(function() { $(".newsticker-jcarousellite").jCarouselLite({ vertical: true, hoverPause:true, visible: 2, auto:500, speed:1000 }); }); </script> another is: script type="text/javascript"> $(document).ready(function() { $('#ctl00_ContentPlaceHolder1_photos').galleryView({ panel_width: 550, panel_height: 280, frame_width: 30, frame_height:
How add file to list without upload (jQuery Multiple File Upload Plugin)
Help me! I have 2 pages. First - Add, where is a form with input element type file. Which using Multiple File plugin. It work correctly. But I have another page - Edit. I can get array of existing files, but I don't know how add they to List, without using button "Browse". It need for adding files, or delete existing from list. I think, that it easy, but I know JQuery not so well as I wanted.
Plugin Compatability
Hi Please Help, I am trying to run two different plugins, they both work with jquery-1.3.2.min, but not at the same time, ive tried using .noconflict(); but with no joy. <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="js/jquery-ui-1.7.2.custom.min.js"></script> <script type="text/javascript" src="js/easySlider1.7.js"></script> <script> jq = jQuery.noConflict();
jQuery 1.4.2 constructor looses first text nodes
I ran into this with the jquery.tmpl plugin. The symptom can be easily reproduced with: jQuery('leading text <strong>followed by an element</strong>') will only have a length of 1 and will represent only the element 'strong'. This can be traced to about line 125 in jquery 1.4.2 uses match[1] to build the fragment not match[0]. Is this intentional or a bug? I can't see how using match[0] could cause issues. Thanks, Thatcher
getting the href is broken in IE7
$('<a href="#test" />').attr('href') In FF, Chrome, Safari, IE8, this returns "#test" In IE7 it returns the full URL with "#test" tagged on. Is this expected/fixable? Or is it a bug?
Scrolling Problem in Chrome/Safari
I'm making a Wordpress Theme for my blog website and I'm having trouble getting it to scroll properly in Webkit browsers (Chrome/Safari). In order for me to show the WordPress stuff without installing it on my server, I just copied the code from the one on my local computer. Because of this, you can't click any links on the page, because they just link to files on the my computer... Anyways, http://lashan.anasatzqui.net/AnetMag/, that's the demo for the website. You can click the two dark bars at
JQuery UI
Hello, impossible de joindre l'URL de JQuery UI message du Serveur affiché : Welcome to nginx!
Can't download custom theme from theme roller.
Says the web page is not available.
jquery with 2 functions in source page..
In my Home page ,, I have 2 image slide shows... I used different jquery for that.. Problem is that.. each is working fine individually .. when integrated ,i am runtime error.... one script is ..(1st function) <script type="text/javascript"> $(function() { $(".newsticker-jcarousellite").jCarouselLite({ vertical: true, hoverPause:true, visible: 2, auto:500, speed:1000 }); }); </script> another.. <script type="text/javascript"> $(document).ready(function() { $('#ctl00_ContentPlaceHolder1_photos').galleryView({
Next Page