[jQuery] addClass and removeClass not working in IE6
Hey guys, I got a brainteaser. My issue is that jQuery is not processing addClass or removeClass at all when called from hover() in IE6. alert() calls show the correct data is being passed through to these functions, but to no avail. My limited test suite shows that it works in Firefox 2 (Mac), Safari 2 and IE7. I have prepared a test case that I'd like to submit for review: http://patcoll.com/jqueryTest/ I also reopened ticket #1098 on Trac. http://dev.jquery.com/ticket/1098 Any help would be greatly
[jQuery] Image preview like TemplateMonsters.com
Hi, Is there any plugin or solution to make image preview like at TemplateMonsters.com
[jQuery] problems with thickbox and ie6
Thickbox in ie 6 cuts off the bottom of my page. I fixed it when it does it when loading the page bu t when thickbox closes the bottom is cut off. Here is an example http://www.thebattalion.tv/dev/bios.php Anyway to fix this. I was thing that when thickbox closes I could show and hide a div on the mainpage to force a redraw. Thats what id did when the pages loads. -TJ
[jQuery] Problem with jCarousel 0.2.0 in IE tables
I'm trying to use your beta 0.2.0 with jcarousel inside a table. Doing this corrupts the table layout in IE 7. I have not tried it in other versions of jcarousel. Below is a minimized example: <!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" xml:lang="en-us"> <head> <title>jCarousel Fails i IE 7.0</title> <link href="jquery.jcarousel.css" rel="stylesheet" type="text/css" /> <script
[jQuery] clickCount..
Okej, the clickCount routine works just fine, still trying to learn jQuery, wich I believe rocks my world in trying to understand Javascript. I can handle php, mysql rookielike, but makes my wish happen.. ;o) But javascript, hmm, more than rookie.. still happy though. Here I go: <html> <head> <title> jQuery clickCount </title> <link rel="stylesheet" type="text/css" media="screen" href="form.css"> <script type="text/javascript" src="../js/jquery-latest.pack.js"></ script>
[jQuery] blockui with standard form submit (no ajax)
Just a quick question. I'm using blockui with standard form post no ajax or anything. It works great, but Im just wondering is this considered an ok think to do. Basically all I wanted to do was lock the browser screen upon submitting the form and show a message. I only ask because it seems a lot of blockui examples use an ajax request. Also I simply added the block UI call within a standard javascript validation routine if the statement is true. $.blockUI( '<h1>Just a moment...</h1>' ); example:
[jQuery] jcarousel with flash content and changing display prop
I'm trying to use jcarousel to cycle through flash objects. I've got the whole thing working well rotating out my HTML, but the problem is flash's z-index issue. To solve this, I figured I'd use the ItemVisible handlers to hide the HTML when it left the stage: function itemVisibleInHandler(carousel,item,pos) { newitem = carousel.get(pos); newitem.show(); } function itemVisibleOutHandler(carousel,item,pos) { newitem = carousel.get(pos); newitem.hide(); } This does something weird though. The first
[jQuery] disable tooltip plugin upon thickbox call and enable when thickbox is closed
I have a page where you select a state and the tooltip plugin displays the states name. When you click on it thickbox appears with a list of states. Now when you hover around thickbox the tooltps show up. How can i prevent this from happening. I tried setting the z-index of the elements. Here is the problem page. http://www.thebattalion.tv/dev/firehouses.php -Tom Shafer
[jQuery] Help with jquery form
I have a form that is using jquery form. Everything works great, I return a json object and everything, but I have it so a user must be logged in to use the form. now if the session has expired, the form is still there. But when you submit the form, you get nothing back. now usualy if you submit a form and you are not using ajax, then you can test to make sure the user is logged in, and then deal with that and respond. but with ajax its obviously different. I am pretty sure I am not getting a response
[jQuery] Using getJSON for pre-loading Wil's Star Rating initial avg values
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=us-ascii"> <meta name=Generator content="Microsoft Word 11 (filtered medium)"> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;}
[jQuery] NEWS: jQuery-Powered Web 2.0 Button Generator
Mashable is reporting on a very cool Web 2.0 Button Generator. Well, when I went to look at it, I noticed that it was jQuery-Powered!!!! Very cool! Mashable article: http://mashable.com/2007/05/25/button-generator/ Web 2.0 Button Generator: http://www.mycoolbutton.com/ Rey... -- BrightLight Development, LLC. 954-775-1111 (o) 954-600-2726 (c) rey@iambright.com http://www.iambright.com
[jQuery] Printing pages manipulated by jQuery
Hello all, I've used jQuery to manipulate, stripe and add hover effect to all tables in my website (dozens of tables). There's a print button in my website and I didn't remember to test it until now. OMG, all the striping is gone. I'm not a programming guru, in fact I'm a designer but I have to deal with code often. Well, is there way to make jQuery actually MAKE the changes to the HTML code instead of making it on the fly (only viewable in the monitor)? I know, it's not a server-side language, but
[jQuery] Getting two animations together on an element
Most of the time I want to have two animations after one aother and I can fet it by using call back. But for something I am writing I want two animation namely height and opacity occurring together on an element to create a curtain like effect but whatever I tried it seems one animation completes before other starts. Can someone please educate me as to how I can achieve it? for simplest code if I say $("#transbox").animate({height:0},1000) $("#transbox").animate({opacity:0.1},1000); or $("#transbox").animate({height:0},3000).animate({opacity:0.1},1000);
[jQuery] ColdFusion, ajax, post, jquery and whitespace
I'll need to test an ajax post to validate if an account already exists in database. I'm using this code in action page: <cfsetting showdebugoutput="no"> <cfprocessingdirective suppresswhitespace = "yes" pageencoding="ISO-8859-1"> <cfheader charset="iso-8859-1" name="Expires" value="#GetHttpTimeString(Now())#"> <cfcontent reset="true" type="text/plain;charset=ISO-8859-1"> <cfset rndTest = RandRange(90,99)> <cfif rndTest MOD 2> <cfoutput>#rndTest#</cfoutput> <cfelse> <<<<<<<<<< LOOK
[jQuery] form pluggin bug?
I am using fieldSerialize: jQuery('#DB .HSCO').fieldSerialize(); In form DB I have 3 items: <input type='checkbox' class='HSCO' id='HSCO_1' name='HSCO_1' value=1
[jQuery] Effect Queueing Plugin
Hello all, In response to a thread yesterday, I put together a little framework for effect queueing. My version yesterday, and subsequently Brandon's version aswell, don't correctly deal with effects applied to multiple elements, like when using classes instead of IDs. See here, and notice how the later effects all bunch up and don't run sequentially: http://erikandcolleen.com/erik/jquery/fxQueue/ba/test.html This version deals with that correctly. Other features include: * Multiple queues that can
[jQuery] plugin blockUI what do i do wrong ?
Exmaple (won't unblock): <!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" lang="de" xml:lang="de"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>TEST</title> <script type="text/javascript" src="js/jquery/jquery.js"></script> <script type="text/javascript" src="js/jquery/plugins/jqBlock.js"></script> <script type="text/javascript"> $j = jQuery.noConflict();
[jQuery] Comet
I would like to try the jquery comet plugin, but where should I download it from? Thanks, Peter
[jQuery] Loading before teh DOM is ready
I´ve tried add some code before the $(document).ready but its dont work, so i wanna know how the best way to show some Loading div before all docuemnt be ready? -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com
[jQuery] Error returned from .ajax POST
Hi guys, I am getting an error returned from an .ajax call "SyntaxError: missing ; before end statement" $.ajax({ async: true, type: 'POST', url: '/index.cfm?event=someevent', dataType: 'json', data: 'myId=2', success: mySuccessFuction, error: function(obj,err,err2){ alert(err); } }); Anyone see anything wrong with this? The submission is actually doing what it is supposed to do, I am returning: { success:"1",
[jQuery] Getting column value for a selected table row?
Given a table where the the first column of each row contains a radio button. Is there some jQuery selector magic that would allow me to get the value of the cell in the 4th column when the radio button is selected?
[jQuery] Element Blocking with jqModal
Does jqModal offer some form of element blocking, in the same way that BlockUI does? http://malsup.com/jquery/block/#element ~ ~ Dave
[jQuery] jquery.tabs - is it possible?
I am playing around with jquery.tabs but I am having a major problem.
[jQuery] Thickbox Reloaded strange problem
Hi, I have a problem with Thickbox contents not being loaded when the trigger is set dynamically. Here's an example: http://dev.tipos.com.br/jquery/thickbox.php 1. Click on 'add a new thickbox trigger'. 2. Click on the new link to open the ThickBox. It will open and the content will be set normally. 3. Repeat step 1. The new link will open a Thickbox which is empty. Any clues why this is happening? thanks, rodrigo
[jQuery] NEWS: File upload application built using jQuery and Apollo
Dan Switzer pointed me to an awesome article about a file upload application built using jQuery and Apollo. For those of you that don't know what Apollo is, its a runtime built by Adobe that lets your web applications run on the desktop. Its very cool technology and its getting quite a bit of press. You can find out more info here: http://labs.adobe.com/wiki/index.php/Apollo As for the article, you can read about it here: http://blog.kevinhoyt.org/2007/05/21/file-upload-with-apollo-and-javascript/
[jQuery] Auto-focus next box
Hi all, I've got five text boxes representing the four (or five for longer ones) parts of a credit card number. They all follow one another in the DOM without any other elements in between. What I want to do is when 4 digits have been typed into one box, auto-focus the next one. I could do this: $("#box1").keyup(function() { // IF LENGTH IS 4 FOCUS BOX2 }); $("#box2").keyup(function() { // IF LENGTH IS 4 FOCUS BOX3 }); $("#box3").keyup(function() { // IF LENGTH IS 4 FOCUS BOX4 }); $("#box4").keyup(function()
[jQuery] ajaxForm won't submit when <input> has name=
Hi, I have a little piece of code like this: <form id='rssForm' action='/ajax/addRss/' method='post'> <input class='field' type='text' value='http://'/> <input type='submit' value='submit'/> </form> and $(document).ready(function(){ $('#rssForm').ajaxForm(function() { alert("Thank you for your RSS link!"); }); } Which works ... but when I change the text input to add a name="" attribute: <input name='rss' class='field' type='text' value='http://'/> it doesn't work. The query submits, but just spins
[jQuery] NEWS: 217 Sites Using jQuery and Growing
I just wanted to let everyone know that the list of sites continues to grow. We are currently at 217 sites (that we know of) and growing, it seems, almost daily. http://docs.jquery.com/Sites_Using_jQuery On behalf of the jQuery project, thank you so much for your continued site contributions. Rey... -- BrightLight Development, LLC. 954-775-1111 (o) 954-600-2726 (c) rey@iambright.com http://www.iambright.com
[jQuery] Pretty cool 'add to bucket' function
Hey guys, Just found this: http://finn.no/finn/car/used/result?CAR_MAKE=792 In the year column, under the year, is an add to bucket icon (looks nothing like a bucket to me, but it has a blue plus sign). Give it a try. The js is here: http://cache.finn.no/clientscript/bucketads.js Personally I would probably prefer a fade-in effect, but I think it's pretty nice just the same. Removing the item from the bucket could be better. Anyway, I saw it and thought 'that's just begging to be jQueried', so who's
[jQuery] Feature/Plugin request - Animation queue
I've already posted on this topic before, but I really am gettign quite desperate as the project deadline looms and I still don't have a solution. I need several animations to happen, but I need them to happen in sequence rather than all at once (first animation: hide unselected items. Second animation: Move visible items to new locations to occupy space taken by unselected items/make space for currently hidden selected items. Third animation: Reveal currently hidden selected items). I tried using
[jQuery] jscrollpane does not disappear when container is hidden
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> <META content="MSHTML 6.00.6000.16441" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=828244114-25052007><FONT face=Arial size=2>hello !</FONT></SPAN></DIV> <DIV><SPAN class=828244114-25052007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=828244114-25052007><FONT face=Arial size=2>i use the very nice jscrollpane plugin by Kelvin Luck, and
[jQuery] jqgrid and php
I am familiar with php but I am a little troubled by the params of jqgrid. What exactly is ths server side script supposded to look like when using this script. This is what I am using, but I know it isnt correct. My trouble comes from the page tags. -TJ <?php if ( stristr($_SERVER["HTTP_ACCEPT"],"application/xhtml+xml") ) { header("Content-type: application/xhtml+xml"); } else { header("Content-type: text/xml"); } echo("<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"); include("admin/config.php");
[jQuery] Question about ajax and the DOM
Hi there, I've started playing with the ajax functionality of jquery and run into some quirks that I hope someone will give some advice about. The first thing is that I have events applied to various elements for deleting/inserting records and then updating the DOM with the new content which I'm doing via taconite. I've got a list of items that when one is added or removed I replace the entire list with the latest list from the database using an ajaxSubmit to taconite. This caused some odd behaviour,
[jQuery] Selector befuddlement
This is a snippet of a list containing another list: <ol id="ol1" class="ol1"> <li> QUESTION TEXT IS HERE <input type=hidden name="Q1" value=443> <input type=hidden name="C1" value=1> <input type=hidden name="R1" value=3> <ul class="ul2"> <li><input type=radio id="idA1-10" name="A1" value=1><label for="idA1-10">CHOICE 1</label></li> <li><input type=radio id="idA1-41" name="A1" value=4><label for="idA1-41">CHOICE 2</label></li> </ul> </li> The parent list is a list of 10 or more questions. Each #ol1
[jQuery] Thickbox 3 transitions, How To
Hey I posted this yesterday, it never made the digest, that I can find. ---------- Forwarded message ---------- From: tzmedia@gmail.com <tzmedia@gmail.com> Date: May 23, 2007 5:01 PM Subject: Thickbox 3 transitions To: "jQuery (English)" <jquery-en@googlegroups.com> Hey all, you've probably seen cody's thickbox 3 by now: http://jquery.com/demo/thickbox/ He mentions transitions, but now how to implement any, beyond the scope of his application probably. I've got a little combo app gallery (for a client)
[jQuery] Countdown plugin?
Greetings all, Does anyone know if there is a countdown plugin made all ready? If not, how difficult would it be to create one? What I intend to do is to have a countdown (counting in seconds) to add to my site to show visitors how many seconds it left until the site opens. Now I am a beginner with Jquery and javascript in general. Can someone guide me how 2? Have noticed that the drupal guys have made such a plugin - http://drupal.org/project/countdowntimer But unfortunately I am not running drupal
[jQuery] Calling iframe problem with thickbox
<!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.6000.16441" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>The script work ok if its called directly, but if i try to usuit via thickbox i have one error</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV>$.validator has no properties</DIV> <DIV> </DIV> <DIV><FONT face=Arial
[jQuery] default submit is not prevented when using jquery.validate with submitHandler
I am trying to use jquery.validate and jquery.form together, following the example here: http://jquery.bassistance.de/validate/demo-test/ajaxSubmit-intergration-demo.html Looking in the validate documentation, I see that submitHandler is supposed to prevent the default form submit: and it certainly seems to do so on the example above: but in my case the default submit is still firing (sending me to the form's action page). That does NOT happen when I use $(form)ajaxForm() in place of $(form).validate().
[jQuery] Newbie "Parent" question
Hi folks, I started working with jQuery for the first time yesterday- and I've got something that I'm hoping you all may be able to help me figure out. I would think that this (simple?) bit of code would 1) find all the <a> tags with class "addcomment", and then 2)assign an onClick that would create an alert box displaying the class of the containing block. But the second to last line with the alert doesnt seem to be working. Any help is appreciated. Thanks, Matt $("a").filter(".addcomment").click(function()
[jQuery] [begginer] jquery accordion
Hi, I'have an "under IE" problem with implementin jquery based Accordion - under FF/Opera everything works fine. Under IE: script isn't preformed or insn't preformed correctly - anway: all accordiond items are opened. After reload it ussually starts working correctly (but when I'm sending same address to browser for the second time - it still doesn't work). Until now I've implemente 3 different accordion scripts (all jquery based) - my own, Jörn Zaefferer's from http://bassistance.de and simple script
Next Page