[jQuery] CSS "cursor: null" causes MSIE to request "null" file from server (discovered in BlockUI's Growl CSS)
I noticed from my web server logs that MSIE browsers (versions 6 through 8) were yielding tons of 404 errors by requesting a "null" file in whatever directory the current request was being served out of. E.g. a homepage request would be followed by "/null", and a blog request with "/blog/null". I was able to narrow this down to the BlockUI plugin, and more specifically, the GrowlUI function within it. These growl alerts show up on every page load, so it was explained why I saw so many 404's in the
[jQuery] problem xml with jquery IE 8
Hi! I'm learning JQuery, and I have a problem to solve. This script is working fine with google and firefox, but IE 8. It does nothing in IE... I don't know what I'm doing wrong, or what else I can change. I'm using a plugin to convert a string of XML to a DOM object with jQuery, it's from "http://outwestmedia.com/jquery-plugins/xmldom/". And the script should show the description of every word that was clicked and have the style "palavra-chave"(in english it means keyword). The description is written
[jQuery] post an array
Hi, I can not upload an array to the server... I am using this: $.post("/addPolyline/", {project_name:project_name, polyline_coordinates:vertexArray}, function(data){ alert("Done"); }); project_name is a string. The vertexArray contains coordinates so it could look like this: [(-11.2323,34.3455),(12.2323,34.3455),(18.2323,-78.3455), (13.2323,35.3455)]. The server side is fine because it works if i do not send the array. I tried different syntax such as the site recommends(e.g 'polyline_coordinates[]':vertexArray)
[jQuery] Page goes up when I click the link
Hi all, I am using jQuery BlockUI Plugin (v2). It works success but I have a small problem, when I click the link, it is bloclking the page but the main page goes up. Also same problem for link which is oppening new tab or new windows. main pages goes up when I click the link. any advice Thanks,
[jQuery] Getting start
Hi guys, I'm new to JQuery, I tried to make it to work but sounds nothing, I've already downloaded JQuery library (http://code.google.com/p/jqueryjs/ downloads/detail?name=jquery-1.3.2.js) and putted it in the appropriate folder and then I referenced to it, here's what I did: <head> <script type="text/javascript" src="../Scripts/jquery.js" ></script> <script type="text/javascript"> $(document).ready(function(){ alert("test"); }); </script> </head> it doesn't get to work, I got headache, hours of
[jQuery] How to access variables in page loaded with $.load?
I have a page /a that has a line var aaa = 99; And I load that page /a into a div on another page. In the other page, I want access to that variable aaa. I tried this: $("#adiv").load("/a", function () { console.log(aaa); }) I get an error that aaa is undefined. What am I doing wrong?
Jquery round corners with that is transparent
does anybody have a code for round corners. that is transparent (the whole object is transparent)
how to handle cross domain issues in Jquey?
hi all.. i wants to know that how to handle cross domain error which are giving by jquery in Mozilla..
[jQuery] [Autocomplete] Receiving data in XML
Hi, First of all, I want to thank you about your excellent Autocomplete plugin for jQuery. So, I plan use your component in my open source framework called XMLNuke. This framework produces XML, so I made some changes in jQuery Autocomplement plugin to support receive XML data. Here an Example: $("#teste3").autocomplete("demo/search.php", { width: 260, selectFirst: false, xmlResult: "value", xmlAttrNodes: [ "id", "info" ] }); The XML looks like to: <rootnode> <value id="1" info="Some Info 1">Some
[jQuery] treeview - Question regarding Async extension
First, thanks for the Treeview extension. It is great! I have it running fine, and I have been using the lazy-loading extension. I need to build my tree using AJAX and add an anchor tag inside the LI tag so that I can display a dynamic treeview and allow the user to click on a folder or leaf node and run my javascript and/ or link. In order words, I need the JSON to be transformed into something like this: <ul> <li id="123"><a href="#" onclick="myFunction(this...)">Item 1.0</ a></li> Right now, the
[jQuery] Superfish- Updated Version - Broke Menu :(
Hello! I had set up a page with Superfish 1.2.2 a while back, since then it has been upgraded to the current version. But the complaint is the menu is not working- no delay, no fade ect. I am not sure how they went about this upgrade, looks like the jquery files and superfish files were switched out and the css just renamed. By plugging in the older files, I have it narrowed down to a old file, called menu.js and the new version of the file superfish.js. Also, I seem to need to use the jquery.js,
Chain select Box with optgroup
On change of the first drop down i want another drop down list to get populate with optgroup in it
[jQuery] how can I treat a string as JSON?
I use $.getJSON for all my ajax stuff and it works beautifully but there is one particular situation where I use an iframe hack to do an ajax file upload and even though the returned value is a json object (created with PHP), jQuery treats it like a string. I'm using json2.js right now and it does the trick but I don't like including that much extra code because of one rare situation. So my question is, be it with $.getJSON or by specifying 'json' as the expected return type of an ajax request, jQuery
tabbed browsing
HI All, I have a page with 3 tabs A, B and C. Each tab is a form in its own right. Tab A is the default active tab. When I submit tabs B or C I am always returned to tab A. How can I ensure that I return to the tab that I submitted from ? regards, Steven M
shortcut
i have code $(document).ready(function(){ $('#test').hover(function(){ $(this).addClass('overText'); }, function(){$(this).removeClass('overText');} ); $('#test').click(function(){ $('#result').addClass('lamthu'); }); }); i do how write shortcut similar: $('#test').hover(function() { $(this).addClass('overText'); }, function(){$(this).removeClass('overText'); }); $('#test').click(function(){ $('#result').addClass('lamthu'); }); i don't have .ready event but it active.
[jQuery] Image-Load
Hey, I have an alert(); in a document.ready function. Sometimes the alert appears after my image on this page is loaded and sometimes it appears before. What can I do, that this javascript-part is really executed AFTER everything is loaded? Greeting from binarious
Frameset
Hello everyone, Currently I picked up an old project from my work to put it in a new style and functionality. Though the core of this project is build in executables that works with framesets and in framesets. Now I'am using JQueryUI and the full JQuery developer version. At first I tried to use $("tag").tab(); But this didn't load my frameset only everything what was around. Because I thought it was the problem of JQueryUI is used the ajax load command like: $("tag").load("myframesetpage.html");
fixed value works, dynamic not..but what's the difference?
Hi all Got the following code: jQuery(function() { jQuery('#content').jcarousel({ scroll: 1, start: 3, size: 5, initCallback: mainCarousel_initCallback }); }); now i tried to change carousel based on the anchor. When calling the url with, e.g. #3 it should jump to position 3. var getCarouselStart = function () { offset = self.document.location.hash.substring(1); if( offset == "" ) offset = 1;
[jQuery] IE issues
Still struggling to find a way to make my jquery slideshow work in IE browsers. Any Ideas www.trau-loevner.com
[jQuery] Selector bind help
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content="text/html; charset=us-ascii" http-equiv=Content-Type> <META name=GENERATOR content="MSHTML 8.00.6001.18813"></HEAD> <BODY> <DIV><FONT size=2 face="Trebuchet MS"><SPAN class=894563205-09092009>I have a simple form field that runs a query.</SPAN></FONT></DIV> <DIV><FONT size=2 face="Trebuchet MS"><SPAN class=894563205-09092009></SPAN></FONT> </DIV> <DIV><FONT size=2 face="Trebuchet MS"><SPAN class=894563205-09092009>I
Trying to access elements in remotely loaded AddThis script
I am trying to add extra functionality to the AddThis and OnlyWire social bookmarking scripts. Basically I want to be able to send calls back to our server using AJAX to track when using these services results in a sale and how popular they are on a site. For instance, in AddThis, there are DIVs that start with the class "at_item". I would have thought "div[class*=at_item]" would have detected these so I can add the click event, but this doesn't work. Any ideas how I could go about this?
[jQuery] large view of center image
can anyone answer a couple of questions for me about the carousel script. 1. how do i show a large image of the "centre" image in the carousel above it? 2. can i highlight the centre image? 3. can i enlarge the centre image slightly more than the others? thanks, regan
EasySlider 1.7 - Help with No Pause or Easing
Hello everyone at jQueryHelp, I wondered if someone might be able to help with a slight modification of the Easy Slider 1.7? I'm trying to achieve a continuously sliding set of images without any pause or easing at all. I won't be including the navigation buttons so it's just a endless rotation. Here is the demo. Someone called Bakadesu made this post on the 1 May, 2009 on this page (quoted below)... I needed the ability to smoothly slide across all images at a constant speed, so I set [continuous:
[jQuery] Image-Offset problem
Hey. I have a strange problem with image-offset. When I open my page by typing url, my $("#image").offset().left is 640px. But when I go to the exactly same page with a link (<a href...) the offset changes to 570px. Any idea, what it could be? The problem occurs in Chrome 4 and Opera 9. In Firefox 3 and Internet- Explorer 9 everything is perfekt :-/ . Doctype: XHTML 1.0 Transitional Thanx!
[jQuery] Animation problem with transparent bachground in IE7
Hi all I am using jquery animation on a div. Which contain transparent background image. Changing the opacity property from 0 to 1 using animation, transparent portion of the background image become black in IE7. It works in FF. code-: $("#alldivpopup").css({'opacity' : '0','display' : 'block'}); $("#alldivpopup").animate({opacity: 1},500); Is there any other alternative. To display a div like fadeIn .I have already tried faidIn, but problem remain same please help me. Thanks Rupak
creating elements in parent window
I've encountered strange problem which I can't solve. I have a main window in which there is a link opening popup. In newly opened window there are links that allow to insert some HTML with form elements ( button) in the parent window document. The problem is when user closes popup window the added button is inactive (action assigned to it doesnt work) What is more the problem exists in IE, in FF code works quite well. The code inserting new elements to parent window is below. var wrapper = $("<div>");
how to validade a form with radio button?
Hi guys i'm working on this poll http://www.testsoh.com.br/enquete and i haven't figured out a way to validade it using jquery. What else should i write besides the very simple line $('#form').validate(); ?
passing data to php
Hi All I have a jquery script that allows me to drag and drop multiple widgets across multiple columns. The code is below. What I am trying to achieve is to update a database to remember the positions of the widgets on the stage and their open/closed state. $(function(){ $('.dragbox') .each(function(){ $(this).hover(function(){ $(this).find('h2').addClass('collapse'); }, function(){ $(this).find('h2').removeClass('collapse'); }) .find('h2').hover(function(){
[jQuery] [validate] All error messages are shown when using remote validation
I got a form with a few inputs. I'm using remote validation for 2 of them. For some reasons when I as an example enter something in a form that uses remote validation it gets validated after I click into the next input it just doesn't wait for the form to get submitted. Any other inputs which are not using remote validation are only validated upon form submission. Also when an input which is remotely validated triggers an error the display:none isn't added to the other errors so i'm getting all errors
[jQuery] Conflict with jquery two scripts...
Hi everyone, I'm using two scripts that are conflicting with each other. You ask why I'm using wo scripts? One script is used for scrolling to the top of a long page from a bottom link. The other script is used for smooth scrolling to local anchors. I'm using a ajax to load external html within DIV's. It's funny how they work. The script placed in first order works making the other script next in line not to work. Here are my two scripts: SCRIPT ONE: function scrollWin(){ $('html, body').animate({
[jQuery] WP-Cumulus
Is it possible to create an animated tag cloud like WP-Cumulus using javascript? Does anyone know of any plug-in that can emulate WP-Cumulus? [ See: http://www.bloggerbuster.com/2008/08/blogumus-flash-animated-label-cloud-for.html and http://wordpress.org/extend/plugins/wp-cumulus/ ] Thanks.
[jQuery] "not well-formed" error when loading .js via jQuery
I have a document that I'm using jQuery.load() on to grab some external XHTML. Within this XHTML, once loaded, I want to also load some .js files and execute some more jQuery. However, when I do that, the browser chokes on the comments in the .js file: ====================== Error: not well-formed Source File: file:[...]/js/ui/ui.slider.js?_=1252444674760 Line: 1, Column: 1 Source Code: /* ====================== A quick overview of my pages and the pertinent jQuery in each: parent.html (via the jQuery
Draggable and Droppable Issue
When I drag a span ID that is eseentially just Text it cuts off at the first space. The text value is saved in the database correctly because when I save the page and come back to it the full description is there. So for example, "Rat Roost" drags and drops nicely in another selection box but it drops as "Rat" When dragging the span id outside of the selection box the words seem to pile on top of each other so if it was multiple words like "Dog and Cat Treats" it rearranges as I drag it out to say
[jQuery] jQuery Sliders dissapaer 2nd time around
I have a page: http://www.bcidaho.com/plans/individual/Which-Health-Plan.asp that i am having issues with... if you select the "now find my plan" button, a list of plans is displayed, and the sliders are hidden. then if you hit the "start over" link, the sliders are reset to their original values, and the plans are hidden... so essentially its back to its original state. if you do this a second time, the sliders dissapaer... why in the heck would that happen? all of my code is in the page source
[Solved] Plugin CSS(?) issue in IE
Hi everybody. New to these forums and new to jQuery in general. I'm working on an auto-scroller for my arcade site and it works beautifully in Firefox. In IE7 (haven't tested other versions yet), it is well to the right of where it should be. I have been scratching my head over this for two or three days now. I know it's a CSS issue, but I can't find it. I'm hoping that someone can see it and tell me what I'm missing. I apologize for the length of this, but I've included all of my CSS and the javascript
[jQuery] having an issue with the blockUI plugin - the growl option
Hi, I'm trying to implement the Growl option for the blockUI plugin, the "hard" way ( as seen here: http://malsup.com/jquery/block/#demos, second to last example). The reason why I'm going the "hard" way is because I'd like to have multiple Growl messages - one for an error, one for a success, etc, all of which have different background images / styles (ex: a red X for error, a green checkmark for a success). The "easy" growl method, while allowing for different text content, only allows for one
[jQuery] dropdown checklist
Hi, I am trying to uncheck all the checkboxes in the JQuery dropdownchecklist plugin through the code (server side or client side). Unfortunately, I am not able to get a handle to the checkbox array. Can some please provide some insight on it. I am trying something like var $('mydropdown').find('input') and then trying to loop through all the check boxes. thanks V
Wordpress: using jQuery to show/hide categories across pages
I am a seasoned HTML/CSS web designer who is only beginning to dabble in Javascript. I just started using jQuery yesterday and so far I love it, but I still have a lot to learn. Anyway - what I am trying to do is set up Wordpress to dynamically show/hide posts based on category. There will be links at the top for the user to select the type of posts they want to see, and the rest will disappear. I'm using WP Framework to get semantic classes, so it wasn't hard to figure out how to accomplish that
[jQuery] Fade-in problem in IE7(urgent)
Hi all Please help me out. I am using fadeIn in a transparent(background) div. I works fine in FF but transparency will disappear in IE. first test in FF and then in IE, and see the difference. http://jsbin.com/icatu css & js code <style type="text/css" media="screen"> .div1 { background-color:#000000; width:200px; height:200px; filter:alpha(opacity=50); opacity:.5; display:none; } </style> <script> $(document).ready(function(){ $(".div1").fadeIn(5000); }) </script> Thanks Rupak
[jQuery] Superfish delay issues
Quick troubleshooting question: For the nav at mobilityidaho.org The delay is not, for lack of a better word, delaying. I have it set to 1 second, but it's not cooperating. Any advice?
Next Page