can't view the forums
if i login (using google or creating a zoho account) then click on "all forums", or "recent posts" or "http://forum.jquery.com/" for that matter, nothing displays under the "seartch jQuery" bar. things are there but they are all "display:hidden" thankfully, "New Post" works tried firefox, chrome, ie6
Problem with .click in IE and Safari
Hey there! I tried to make a Navigationbar with jQuery. At Firefox it works perfectly, but at IE an Safari I don't get any reaction. Here the HTML: <div style="float:left"> <img src="navigate.png" width="184" height="32" class="menu_head" id="menu_head1" /> <ul class="menu_body" id="menu1"> <li><a href="#">About Us</a></li> <li><a href="#">Portfolio</a></li> <li><a href="#">Clients</a></li> <li><a href="#">Blog</a></li> <li><a href="#">Support Forums</a></li>
IE invalid argument
I am receiving the following error on IE8: Invalid argument. jquery-1.4.2.js, line 5899 character 5 Now I have used the debugger, and this seems to be the only error it catches. And I realize that I could go through each line of what I wrote and figure out what line triggered this portion of jQuery. However in the interest of making jQuery better, I want to understand this error and fix it in the jQuery file. There is no error in FF, Chrome or Safari. Below is my code: $(document).ready( function(){
jqueryui.com 500 Internal Server Error
i have a problem with the theme switcher tool : http://jqueryui.com/themeroller/themeswitchertool/ so i try the url in my browser and get the : 500 Internal Server Errorall the jqueryui.com have the same error. There is no way to have a functional download of the theme switcher tool and don't be dependent of the online tool ? Thanks for the look. Best regards.
Suggestion.. return an error code from trigger(), submit(),etc functions if the following condition exists..
<!-- Suggestion.. return an error code from trigger(), submit() etc if the following condition exists.. If you have an input element in a form with the name or id of 'submit', it will cause the $form.submit()/trigger("submit") call to fail. Reason, the input element with name/id 'submit' is put into the form DOM element as { submit: <elements html> } Line of code failing in jQuery: line 1889: jquery-1.4.2 (uncompressed) target[ type ](); target is the form
Memory retention issue with ajax and timeouts.
Not sure if it is required for me to notify you, but I've identified an issue and created a ticket (#6583). I think I may have found a memory retention problem to do with ajax and timeouts. A test case has been attached to the ticket.
jquery docs hacked with spam mcts / mcitp links
Unsure where to post this, so here goes ... The "Types" page (http://docs.jquery.com/Types) and "Using jQuery with Other Libraries" page (http://docs.jquery.com/Using_jQuery_with_Other_Libraries) have both been hacked with spam links to some cheesy Microsoft Certified Professional vendor. Hoping to delete the spam, I created a docs.jquery.com account, but the pages are locked, so the spam links are still there. The links are just inserted into the markup, in both cases toward the end of the page.
jQuery object assumed to be in global namespace causes troubles
Recent change to core.js wraps itself in a closure, causes references to the jQuery object in other parts of source code no longer to be pointing to the jQuery variable but to the one in global namespace. This breaks jQuery itself when the window variable is set to an iframe window, or having a variable named jQuery declared somewhere outside jQuery code (my case).
jerky fading with scaled images in firefox and ie
I'm building a simple image gallery, and I was having problems with the cross-fade effect between images I'd created being jerky in Firefox and Internet Explorer (Chrome and Safari were fine). I thought my technique using jQuery's fade might be at fault, so I switched to the jQuery Cycle Lite plugin, but the same problems happened. I've just discovered the issue. I'm using JS to dynamically scale the images to fill the viewport - just by setting the width and height of the img. It seems that if I
Tooltip 1.9m1 position issue
Hi, I've noticed a problem with tooltips in ui 1.9m1. When I hover over an item with a tooltip is displays correctly, but if I scroll down the page slightly and then hover over it again, the tip appears out of position. The further I scroll, the more tooltips are out of position from the element they are applied to. It appears to be caused by a bug in jQuery 1.4.2 when setting an offset, which means that the jquery.ui.position plugin is affected and explains why tooltips are out of position. The
Documentation Fault: droppable activeClass
I'm not sure if I'm the only one, but this example: "$( ".selector" ).droppable( "option", "activeClass", '.ui-state-highlight' );" does not work for me if I create the class ".ui-state-highlight". Instead, it works if the command is like this "$( ".selector" ).droppable( "option", "activeClass", 'ui-state-highlight' );", without the "." in the class name declaration.
Searching for function() produces 404 error
Hello, i'm new to jQuery and this forum and found out that the search doesn't support brackets it seems ... now that i know it's not really a problem but it mystified me for a moment ...
Conflicting Response Counts
If a user has a post awaiting moderation, it still shows up in the Responses count on their profile, but obviously not in the post listing (see attached screenshot). Not a big deal for people with a bunch of posts, but kind of looks weird when they only have a few as it's noticeably inaccurate. Check the docs before you post! http://api.jquery.com/
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
Search 404 error @Zoho
When searching for: ui-anim_basic_16x16.gif i get the following page: http://forum.jquery.com/search/ui-anim_basic_16x16.gif. Looks like a sanitizing of the search text issue.
proxy and unbind don't play well with each other
Hi All, I have attached a sample page that demonstrates a jQuery event binding problem that we are having with our code (note that it needs John Resig's patch to fix event binding on plain objects which I've included in the zip: http://github.com/jquery/jquery/commit/7f5179b65431b77e89fa32623a5000e3630c191c ). We know why the code breaks, but think that it is an oversight/bug in how unbind removes handlers from the listeners list. Basically when proxy generates guids for the proxy functions, it reuses
Using replaceWith() to insert HTML5 <audio> or <video> in Firefox results in two copies of the inserted object on top of each other
I couldn't seem to find any other questions here that overlapped with mine, and Google only came up with one other person with a testcase. I'm using a method suggested at DaringFireball to address HTML5 video autobuffering no matter what in Safari. The fix is to have a poster frame that, when clicked, activates jQuery's replaceWith() to replace said image link with the appropriate HTML5 <video> tag. Example. Bingo, problem solved. I wanted to do exactly this with a page that has a bunch of short
_trigger converts event name to lower case
The base trigger method does a toLowerCase on the event name which is not apparent from any of the documentation or other resources I've scrounged together on the internet. On some of my widgets I provide a custom event prefix usually in camel case; is there a reason the event name is lower cased? If not I think it should be left alone or at least it should be explicitly noted in documentation.
clueTip does not automatically reposition when using <area> tags
tooltips extend outside viewport if the <area> tag is near the bottom or right side of viewport This is with default settings or custom settings positionBy: bottomTop does not fix the problem. Works correctly with anchor tags.
Possible Bug in .submit()
I have a form for which i want to control submission, limiting it to when the submit button is clicked. However, if I attach a click event to the submit button, the event is triggered even when the button is not clicked. Here's a short example based on the .submit() docs page example. <!DOCTYPE html> <html> <head> <style> p { margin:0; color:blue; } div,p { margin-left:10px; } span { color:red; } </style> <script src="http://code.jquery.com/jquery-latest.js"></script> </head> <body> <p>Type
Minified jQuery UI 1.8 and using Rails asset cache plugin
We recently upgraded the jQuery UI from 1.7 to 1.8 and ran into an issue with it and our Rails asset cacheing plugin called Smurf. When the assets were combined into one file after running through the plugin (which strips comments, unnecessary line breaks, etc) all jQuery would break in Firefox while running just fine in Safari and IE. Come to find out, the issue was with the Date picker plugin. After a good deal of combing through the code of the library and to see what was different from the cached
JQuery tooltip
When I use the tooltip in my application,It takes time to load for the first time the page is loaded.The next time it loads normally. 1.Whats the reason behind this. 2.Can it be rectified? 3.If yes.How?
Can't download from themeroller.
I get an error after I've built my own theme and try to download it. http://jqueryui.com/download?themeParams=?ffDefault=Arial,Verdana,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0px&bgColorHeader=0089AA&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=75&borderColorHeader=007698&fcHeader=eaf5f7&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=007698&fcContent=222222&iconColorContent=0078ae&bgColorDefault=0089AA&bgTextureDefault=02_glass.png&bgImgOpacityDefault=20&borderColorDefault=007698&fcDefault=ffffff&iconColorDefault=ffffff&bgColorHover=79c9ec&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=448dae&fcHover=026890&iconColorHover=056b93&bgColorActive=ffffff&bgTextureActive=12_gloss_wave.png&bgImgOpacityActive=50&borderColorActive=007698&fcActive=000000&iconColorActive=000000&bgColorHighlight=ffffff&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=79c9ec&fcHighlight=ff6600&iconColorHighlight=ff6600&bgColorError=fdbabe&bgTextureError=12_gloss_wave.png&bgImgOpacityError=45&borderColorError=cd0a0a&fcError=000000&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=999999&bgTextureShadow=01_flat.png&bgImgOpacityShadow=55&opacityShadow=45&thicknessShadow=0px&offsetTopShadow=5px&offsetLeftShadow=5px&cornerRadiusShadow=5px
Problem with click event in JQuery 1.4.2
Recently I downloaded the last version 1.4.2 and tried a new script: function moreLinkHandler() { alert('moreLink triggerred!!!'); }; $('.truncate_text').click(moreLinkHandler); The problem is that on v.1.4.2 every click triggers the event so many times as the number of the remaining elements in the stack of $('.truncate_text'). When I returned the page to the previous version I used (v.1.3.2) - everything was OK. The new script worked as intended. I suppose there is a problem in v.1.4.2, so I
jquery.com/Tutorials page not working due to mysql error
Database error From jQuery JavaScript Library Jump to: navigation, search A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: (SQL query hidden) from within function "MediaWikiBagOStuff::_doquery". MySQL returned error "1205: Lock wait timeout exceeded; try restarting transaction (localhost)".
Error: div is null Source file: chrome://schooxextension/content/jquery.js Line: 4481
Hello everyone I am developing an firefox extension and decided to use treeview plugin in order to view data into a tree. The problem that I am facing is that I am taking the following error when data binding is executed Error: div is null Source file: chrome://schooxextension/content/jquery.js Line: 4481 Here is my javascript and XUL code Javascript ========= var treeView = new function(){ this.GetChildren = function(source){ var children = new Array(source.length); children.push("<ul>");
jquery.com hacked?
Just come to jquery, and virtually every page is empty, and those that aren't have random text in them. TO CLARIFY: I mean docs pages as a result of searches. For example: http://docs.jquery.com/Rich_Text_Editor shows 5kjtyjtkrlj http://docs.jquery.com/Text_validation_in_jquery show hai
Problem w/ Double Click Event in IE
I have the following code, which displays a letter in the green box when you double-click on it. It works with a function attached to the doubleclick event of OPTION elements. The code works in Firefox and Google Chrome, but I can't get it to work in any version of IE and I don't know why. Any ideas on how to get this to work in IE? Am I doing something wrong? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
problem with 2 scripts on one html page
i have two scripts on a single html page and only one will work at a time not both <!-- include jQuery library --> <script type="text/javascript" src="scripts/jquery.js"></script> <!-- include Cycle plugin --> <script type="text/javascript" src="scripts/jquery.cycle.all.js"></script> <!-- initialize the slideshow when the DOM is ready --> <script type="text/javascript"> $(document).ready(function() { $('.slideshow').cycle({ fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
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
accessing stored documentFragments from jQuery's .data method in IE throwing js error
Hi, This is probably a super edge case situation (and pretty tough to explain) so please bear with me. :D Basically I'm trying to load up a cached documentFragment (stored in jQuery's data obj) that contains DOM elements. In IE, after the second time they are appended to a div element, I am getting a javascript error in jquery-1.4.2.js: Line 4519 Error: 'events' is null or not an object So I got rid of the error by changing that line from: if ( data.events ) { to: if ( typeof data != 'undefined'
autocomplete demo JSON does not validate - breaks demo
When playing with the autocomplete-demo on the site I entered the letters "fa", which had the little loader spin even though the JSON was loaded. JsonLint shows that the JSON contains \' which is not valid. syntax error, unexpected TINVALID at line 9 Parsing failed { "id": "Falco eleonorae", "label": "Eleonora\'s Falcon", "value": "Eleonora\'s Falcon" }, Where the label-row is line 9.
Unable to access the jQuery forums while logged in
I would have posted a reply to the "Are the jQuery Forums acting weird for anyone else?" post, but as I can't see any forums or posts while logged into the forum, I can't reply to anything. I've tried this in IE and FF on both my work machine and from home and get the same problem in both places. Has any progress been made on this since Rajaram's comment back on April 9th? I signed up yesterday to try and get some help with a jQuery issue as I've been thinking of moving away from Prototype. I shall
Problems with .live() method in Google Chrome
I'm using the jstree plugin (found at http://jstree.com) for a web tree I have to display to the users. I also use the contextmenu plugin for jstree to display some node options. I started having problems with the context menu in Chrome whenever the user actually clicked an option (the context menu is displayed correctly): the browser just didn't process the option selection. Checking the source code for the contextmenu plugin, I found out they used the .live() method to attach a click event in
Resizing awkwardness, please help
Hi. I'm working on an opensource component, logAndHandler(), which is used to debug PHP error messages in the browser. It uses a lot of jquery animations. see http://mediabeez.ws/lah/ I'm kinda stuck on why my component doesn't perform it's resizing functions properly when the user clicks for the first time on links that should manipulate both size of the window and scroll bar. It does it semi-correctly when the user clicks again on the same link. Any help is much appreciated.
Solved problem for McAfee Anti-Phishing filter plugin IE7 in combination with jQuery datepicker
Hey, My colleague and I solved a problem for our datepicker which we want to share. And hopefully can be included in the next release. The problem was that when you clicked on a <a href> in the datepicker pop-up, the browser located us to the value of the 'href' in stead of fireing the onClick-event. We found the source of the problem in the IE7 plugin of MacAfee with the name "McAfee Phishing Filter" of McAfee, Inc. We solved the problem by changing the '#' in the href in: 'javascript:void(0)' on
Losing modality in layered modal dialogs
When I open a modal dialog A from my page, and then open and close a modal dialog B from dialog A twice, after closing B the second time, dialog A is no longer modal. In the close-function of both dialogs I use the following code: dialogB.dialog("destroy"); dialogB.remove();Destroying en removing seems to be the safest route. Is there an alternative? I really like JQuery UI and their Dialog, but when dialogs are no longer modal, they mess up my entire application.
Disable/Enable button with Internet Explorer
Hello, i'm new in using jquery, and new in using this forum :p i've tried to search but i haven't found something useful about this... I found a problem with using the ui button and internet explorer...i've a checkbox that is enabled and disabled by another button. This in firefox and chrome works fine, but in internet explorer don't go. The checkbox get disabled but when i try to reactivate it, don't works! It remains disabled... There's someone that has solved this problem? How i can do it? Or
$("#winSpan_Pro").dialog() not working
Take a look at my code and tell me what's wrong (it keeps opening the iframe in div winSpan_Pro without the dialog): <html> <head> <link type="text/css" href="/jquery/css/custom-theme/jquery-ui-1.8.1.custom.css" rel="stylesheet" /> <script type="text/javascript" src="/jquery/js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="/jquery/js/jquery-ui-1.8.1.custom.min.js"></script> <link type="text/css" href="/meebohs/sys/navbar.css" rel="stylesheet" /> <script type="text/javascript">
JQuery fade in fade out effect doesn't engage smoothly and also causes Video stutter problems.
I created a website using JQuery to create fade in fade out effects on some text and images on the main page. I wanted the image and text to all fade in and out at the same time, and yes I made sure the speed and timeout are the same, but still it seems abit off. It's not too bad in safari but it's especially bad in IE 8, no surprise there. It should be noted that the animation type for the image is 'fade' and the animationtype for the text is 'slide'. Plus if you play the video on that page
Next Page