[jQuery] old problem - not solved yet
I use superfish menu with joomla. On my computer IE8 it works great. But users of my homepage tell me, the superfish menu is UNERNETH the main content. I also read the FAQ on the developpers homepage. This problem was also explained there: http://webdemar.com/webdesign/superfish-jquery-menu-ie-z-index-bug/ As I am a newbie in CSS, I don't know where to put the mentioned changes which *.css file . Can you help me? Thank you in advance. Best regards Coccolino
jquery animate and flash externalinterface
Hi! [first: i'm sure there is a problem with jquery, not with flash.] I have a flash where i call a javascript function that does an animation using jquery "animate" method, trough flash External Interface. The animation occurs fine, but the swf reloads when the animation is completed and this is unexpected. The problem happens ONLY with jquery animate method, if i change the size by height and width methods, there isn't any problem, granting to me it's a animate() method bug. How can i solve this
[jQuery] Argh!! IE8!
Hey guys, I have this popup menu that works.. great! In Chrome, Safari, Firefox AND it USED to work in IE8, until I added just 1 div. I believe this is the part that causes it; $ document .click function d { if $ "#acc" a .is ":visible" { var b="#acc" }else{ if $ "#frd" a .is ":visible" { var b="#frd" }else{ if $ "#gam" a .is ":visible" { var b="#gam" } } } var c=b a; if !$ d.target .closest
[jQuery] Make BlockUI synchronous
Hello all, I have this <form> and a submit button. I then try the following inside my document ready: $ "#btnSubmit" .click function { $.blockUI { theme: true, title: 'My title', message: ' My message...', timeout: 8000 } ; return true; } ; Unfortunately the form is being submitted and completely disregards the timout attribut I've set. So I'm assuming there isn't a way to make blockUI synchronous and really wait the timeout time and then, submit the form. The reason I'm asking is because I'm having
Does anybody know when jquery 1.3.3 or 1.4 will be released?
Does anybody know when jquery 1.3.3 or 1.4 will be released? I am using 1.4 pre but I got statck overflow 1456 error in IE. Thanks Bruce
[jQuery] long-term browser support strategy
What is jQuery's long-term strategy for browser support - cut off browsers after a certain number of years or when going below a certain market share? [I'm asking because of the current trend among some webdevs and also library developers advocating to remove IE6 support and force these users to upgrade their browser. I work with several clients that do not want to "lead the way" in this respect, and need to support IE6 as long as it has a fair usage share, which may be for several more years.] Thanks
jQuery Form Field Validation Plugin
I am using this plugin here: http://www.overset.com/2008/07/31/jval--jquery-form-field-validation-plugin/ validation works. the only problem is, after validation, i cannot submit the form? any ideas.. thanks
[jQuery] form not submitting
I am using this plugin in here: http://www.overset.com/2008/07/31/jval--jquery-form-field-validation-plugin/ The form works for all the fancy validaiton, but i cannot submit. after it passes validation, it stays on the same screen, it doesnt submit to my form post function? any ideas? thanks
[jQuery] Specific type of menu action
Hey guys I have been looking for a plug in and/or a name for this type of menu hover effect. Seems like I have seen this all over then as soon as I try to find one to show someone I cant locate it. to this point I haven't been able to describe what i was going for but now I just came across this site which has a similar menu as the one I am trying to build. here is the site: http://www.webdesignblog.gr/archives/ at the top the menu and the way the hover slides from button to button, thats what I
[jQuery] Find array key of value
Hi there, I'm trying to build a custom slideshow which doesn't loop but i seem to be unable to iterate through the array of images correctly. Content looks like <div class="images"> <img src="1.jpg"> <img src="2.jpg"> etc.... </div> I create an array of images as follows $ ".images img" .each function { imgArray.push $ this .attr "src" ; } ; All images except for img:first are hidden, and to change slides i change img:first's src-attribute with a fade hope it's clear . Now i'd like to check img:first's
[jQuery] Looping help
Hello, I'm still pretty new to JQuery and I need to figure out how to loop over a json array and assign the array values to each of a list of divs. What I need to do is fill each filmstrip-cell with an image tag and set the source to the current value in the array. The array contains urls for each of 35 images. My code is similar to: <div id="filmstrip" class="filmstrip"> <div id="1" class="filmstrip-cell" </div> <div id="2" class="filmstrip-cell" </div> <div id="3" class="filmstrip-cell" </div>
[jQuery] jQuery Form Processing
Hello, I'm trying to use this method to process a form and return an alert without navigating to a new page for the form processing. http://jquery.malsup.com/form/#getting-started I have this in my <head> statement: <script type="text/javascript" src="js/jquery-1.3.2.js"></script> <script type="text/javascript" src="js/jquery.form.js"></script> <script type="text/javascript"> $ document .ready function { $ '#autoSumForm' .ajaxForm function { alert "Thank you for your comment!"
[jQuery] Altering cloned HTML's ID values
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.2800.1627" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>Hi,</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>I've got a table where I'm adding rows using clone and appendTo. After cloning, I need to change the ID of elements in the cloned HTML.</FONT></DIV>
[jQuery] added form elements not sent using Firefox
Hello all, I am using jquery to copy a DIV containing some form elements. The copy is appended to the DIV in another DIV to allow an unlimited number of form elements to be sent. The problem is that none of the copy DIVs are being sent by the browser Firefox . There is some chatter via google, but nothing conclusive. I see the DIVs show up in Firebug. Could this be jquery related? Thanks in advance! Eric
[jQuery] Foreign charachters in .post()
Hi, Got a bit of a weird one here :/ The following code works fine: jQuery.post "/cgi-bin/review.cgi", { Review_Rating: the_rating, ID: theID, add_this_review: 1, Review_Contents: contents, Review_Subject: subject, Review_ByLine: byline, Review_GuestName: guestname, Review_GuestEmail: guestemail, add_review: 1, SecurityImage: SecurityImage, SessionID: SessionID },
Invalid Argument Error only shows in IE
Does anyone can have a look at this script and know why it throw a Invalid Argument error in IE. JQuery gzoom plugin Thanks in advance.
[jQuery] jcarousel issues
Hi! I'm RoxAnne and a total newb to jQuery. I'm trying to make a carousel with two slides. The code is supposed to loop them so at the second slide, the next button takes you back to the first. When I open it up to test, I see the first slide in its place and then the second slide out to the right. I can press the forward or back buttons and the second slide moves into place and the first one disappears completely. I can press back or next and it animates, but it only gives me the second slide. Now,
[jQuery] Jquery form and validation plugins
Hi everyone..... Immediately apologize: to be a lot of codeâ I have a form to add users: <form action="http://localhost/ci_doctrine/signup/submit" method="post" id="myForm"> <label for="username">Username: <em></em></label> <input type="text" name="username" value="" id="username" /> <label for="password">Password: <em></em></label> <input type="password" name="password" value="" id="password" /> <label for="passconf">Confirm Password: <em></em></label> <input type="password" name="passconf"
[jQuery] any help on this!!!
I cant get my color change on my listitem. any help would be appreciated. Thanks in advance. <head> <title></title> <script src="scripts/jquery-1.3.2.js" type="text/javascript"></ script> <script type="text/javascript"> $ document .ready function { $ "dt-link1" .toggle function { $ '#jqdt' .find 'ol li:eq 0 ' .css "color","Blue" ; return false; } ; } ; </script> </head> <body> <div id="jqdt"> <ol> <li>list item 1 with dummy link to silly.pdf </li> <li>list item 2 with class="goofy" </li> <li>list
[jQuery] blockUI: allowBodyStretch not working
Unfortunately, the wonderful blockUI plugin doesn't grey out the full background on short pages. I tried the $.blockUI.defaults.allowBodyStretch = true; but that doesn't help FireFox 3.5.7 on Ubuntu 9.10 . Digging a bit deeper with Firebug, I noticed that the grey overlay carries a property of position: absolute while other tools that grey out the background like. e.g., UserVoice use position: fixed. Consequently, I tried $.blockUI.defaults.overlayCSS.position = 'fixed' but that doesn't find its
opening a tab using an image link instead of the actual tab
Please forgive me, as I am pretty new at Javascript, but I need to learn Anyways, i use the Jquery UI Tabs plugin for navigation within a page on my website. I have two tabs on this page and I would like to have one image at the bottom of the first tab content that just simply opens the second tabbed content. I read this wiki on the documentation section of the plugin page: ..select a tab from a text link instead of clicking a tab itself var $tabs = $('#example').tabs(); // first tab selected $('#my-text-link').click(function()
Help needed with Autosave
Im using jquery to implement the autosave functionality. It works fine with one row of text boxes The problem that im facing right now is when there are multiple rows of text boxes and i have to autosave the data after the user tabs-out every row . The id's for these text boxes are generated and look like box1, box2 ..... boxn. How would i write a generic method to handle this scenario
[jQuery] XML print all nodes ( html() )
Is there a way to print out the structure of a jQuery xml element... heres some code $ xml .find "item" .each function { if myid == $ this .find "id" .text { itemsXML = $ this .html <------ trying to do something like this } } i would like itemsXML to contain the entire stucture of the xml rather than the jquery object. thanks
[jQuery] Help with solution to place audio player in overlay at top of web page
I'm not a developer, but a Product Manager looking to put an audio player at the top of a web page inside an overlay, such that if I navigate between pages, the overlay and subsequently the audio player stay constant at the very top of the page. I'm not sure if I have the language correct when I say "overlay." I mean at the very top of the web page, there would be like a 30 pixel bar that runs across the top of the page that stays constant, while the user navigates the site. I'd like to put an audio
Problems with CSS and Show() Hide()
Hey all, I'm having some trouble with an animated show() and hide(). I am trying to use this for some drop down navigation. It is mostly working, except that the CSS for the drop down menu is not applied until the animation is finished. Likewise, when hiding, immediately after the animation starts the CSS is lost. When I say CSS, I mean things like the background image, borders, padding, etc. Here is my script: $(document).ready(function(){ $('div#globalNav > ul > li').hover( function() { $('ul',
[jQuery] jQuery tab menus with Simple jQuery accordion
Hey Everyone, Basically I used these two jQuery plugins to achieve this, but I'm having troubles... http://www.queness.com/post/106/jquery-tabbed-interfacetabbed-structure-menu-tutorial http://css-tricks.com/snippets/jquery/simple-jquery-accordion/ I took it out the simple jquery accordion code, to show you guys what I have so far; here's the link to my site; http://starcoac.ipower.com/sites/Toronto/Toronto-DoubleDeckerTour.html As you can see there are headings; and under each heading theres subheadings
[jQuery] Filter xml data before display
Hi all, I have an xml file that is dynamically generated at periodic intervals onto disk. the information contained in this file is displayed in a vertical scroller and this works fine. I however need to filter the data based on the logged-in users preferences. These preferences are stored in a database and retrieved after the user logs in. Only data in the xml file that match the user's preferences must be displayed. Thanks in advance.
IE6 crashes when using jquery.idtabs
Hi everyone, First of all, I'll have to admit by now I don't know what I'm doing... I'm randomly trying to solve an issue I don't get :( Let's see if you can help me: I'm using a switch function that works well on Firefox, mostly well on IE7 and IE8, but makes IE6 crash altogether. A client said it was crashing on her IE6, and NetRenderer (http://ipinfo.info/netrenderer/index.php) shows "Internal error -1", which means, according to them, that it's an undefined error, or a program crash. So here's
[jQuery] Using cluetip with image maps and area element
Hi, I am trying to use an image map with cluetip. Everything seems to work as expected on IE 8, but the tooltip refuses to display on all other browsers Firefox, Chrome I am not a Javascript expert, could someone help out and point me to the right direction? I also tried the plugin "stickytooltip" and the same difference between browsers happen, is there something special with image maps? You could consult the result here http://montrealaikikai.qc.ca/site-www.montrealaikikai.qc.ca-20091214-204513/index.php?option=com_content&task=view&id=16&Itemid=84
RE: [jQuery] Effects/show callback in Internet Explorer
You've got errors in your presentation and, consequently, in your behaviour, as Jeffrey Zeldman would say, I reckon. Here $ "bio" .click function {} ; you are applying a selector which should select an element in your DOM with the tag "bio". However, no such element exists - neither in HTML nor XHTML. The same applies to $ "clo" .click function {} ; $ "bio2" .hide 400 ; Then, in your CSS, you do the same, basically, you're applying the same CSS selector as above, as the argument to the JQuery select
Help with the $get
Hi, This is my situation, I have an app that brings back a JSON file, only problem is that there might be HTML in the JSON file from time to time. I don't have the power to parse that out before it hit my page so I have switched from getJSON to just get and I'm grabing the extract as is. Once I have the file I parse out the stuff using JS to get a clean JSON variable it looks like this. {images: {limage:"",timage:"/thumbnail.jpg",title:"This is a test",vurl:"",abstract:"This is a test for the video",filetype:"Video",VidLink:"http://google.com",body:"\'
[jQuery] Simplemodal confirm dialog returns true/false
Hello all, I am currently using the simplemodal confirm dialog from Eric Martin. What do I need to modify to have the confirm dialog return true if the user clicks Yes, and false otherwise. for example something like this:
[jQuery] Fade question
<!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.18865"></HEAD> <BODY> <DIV><FONT size=2 face="Trebuchet MS"><SPAN class=867563122-11012010>When i add a new record its inserted into a div. How can I make it so its has a color then fades out. Kind of like a success message after you save something only i am just fading out the color not the content.</SPAN></FONT></DIV>
[jQuery] iHwy creditcard2 validation extension fails on some Discover cards
Hi all, We're working with Paypal sandbox generated Discover cards, and they're not passing the iHwy credit card validation extension for jQuery. This seems to be a PayPal issue, as PayPal is generating invalid IIN ranges. But in our research, we noticed that the iHwy extension isn't properly validating *newer* Discover IIN range updates two PDFs are available online, from An update that takes into account the new ranges -- 6011, 622126-622925, 644-649, 65 -- would be much appreciated. regards, dnfdrmn
jQuery Help on a Wordpress Blog
My apologies for what is, I'm sure, a very basic question, but I have absolutely no experience with jQuery. This is my site: http://www.netcommarketing.com/ There is a bit of jQuery code that controls the styling of the post excerpts on the front page (in the depo_init function). I am wanting to change this code so that no left border is put on the 4th post on the page, just as there is no left border on the 1st post of the page. Any ideas how to modify the existing code? Also, if you have any idea
[jQuery] Need help with a required field from radio selection
I've got a form with a radio group called 'legal_status'. There are five radio buttons. The last one has an id='other_radio'. If this button is selected, I have a textarea field that gets displayed. The field has an id='legal_status_comment'. This textarea field is wrapped by a div with an id='other_text_area' that is hidden until the other_radio button is selected. How do I write the rule to make the 'legal_status_comment' field to be required if the 'other_radio' button has been selected? Thanks!
Ajax forms help
My response comes back from the server looking like this: donÂt think its right to begin with {"data":{"title":"","year_rec":{"year":"2010"},"description":"","id":"0936d6 115e4","profile_id":"4b40eea7-2608-4a3b-9c24-7cb04adcd75b"},"status":true,"h tml":" this is a good test<\/p>\r\n"} this is a good test But how would I display only the html section and clean it so its not all slashed and escaped? Thanks Dave
handling window.change event in IE
hi all, i'm trying to do some event delegation, and i can't seem to get the onchange event working in IE. i've tried: $(document).change(function () { alert('fuck. me. IE sux'); }); $(document.body).change(function () { alert('fuck. me. again'); });and later i have: <select id="aSelect"> <option value="0">a first option</option> <option value="1">a second option</option> <option value="2">a third option</option> <option value="3">a fourth option</option> </select> but this doesn't work in IE. any
How to apply behavior to a repeating DIV with same ID?
I have posted this question in the old forum but once jQuery moved to Zoho, I've lost my threads so I'm starting my thread over again here. I have a ASP.NET nested ListView control that repeats a DIV with same ID. How do I use jQuery to apply the behavior to a Div that contains a unique TextBox control ID? Below are my code: $("textarea[id$=txtInsertComments]").blur(function() { $("#commands").hide() }); $("textarea[id$=txtInsertComments]").focus(function()
[jQuery] Effects/show callback in Internet Explorer
Hello, I am new to jQuery and over all web development. I recently created a site using jQuery Effects/show callback function, with a very basic show/hide effect. $ "button" .click function { $ "p" .show "slow" ; } ; However, it works fine in Safari and Firefox, but does not work at all in Internet Explorer, even the latest version 8. Since I am very much an amateur, I probably did something very obviously wrong... I think it's the way I tagged "bio2" with out a class or id, but I've tried different
Next Page