[jQuery] Re: should be using .find . . .

2008-04-21 Thread hubbs
I cannot get it to work, here is what I tried: function loadTest() { $.ajax({ type: GET, url: home.html, data: , success: function(html){ $(html).find(#footer); $(#loadTest).append(html); } }); Any help would be appreciated! On Apr 20, 10:22 pm, hubbs [EMAIL

[jQuery] Re: Trouble with attr() and IE7, and onclick...

2008-04-21 Thread Yansky
Not sure if this'll do anything, but you should prolly use if(body === ) instead of if(body == ) because comparisons against null, 0, true, false, or an empty string allowing implicit type conversion. vincehofmeister wrote: Ok, So my code is running fine under FF2, no problems. However,

[jQuery] Re: Odd behaviour with the one() event handler

2008-04-21 Thread Yansky
But it's a button. I didn't think a click event handler worked for buttons? Scott González wrote: Use click instead of mouseup, that's the event that triggers the default behavior in browsers. On Apr 20, 3:07 am, Yansky [EMAIL PROTECTED] wrote: I'm not sure if I'm misinterpreting

[jQuery] Re: REMINDER: jQuery Site Detection Greasemonkey Script

2008-04-21 Thread Paul Bakaus
Thanks Rey :) and the Firefox plugin here: http://www.sunsean.com/jquerydetect/ On Apr 20, 10:50 pm, Rey Bango [EMAIL PROTECTED] wrote: Hi everyone. The number of jQuery-powered sites being listed is incredible and the numbers just continue to grow. One of the methods that I use to find

[jQuery] Annouce: idTabs 2.0

2008-04-21 Thread Sean Catchpole
It's been a long time since I released idTabs 1.0 and I'm happy to say that a lot more people than I was expecting are using it. As time has passed, so has my programming style. I have completely recoded the structure and added a few options people requested. idTabs can now be bound dynamically,

[jQuery] Re: Superfish Menu Fade-out

2008-04-21 Thread Reuben
Thanks both, This is great - I've implemented it here (I'm just the coder on this project): http://mga.id.au/test/ where it works really nicely although not in IE7. I checked out the demo on IE7 and didn't have similar problems so I'm sure I just need to have a go at debugging it. So far so

[jQuery] Re: IE debugging advice, please

2008-04-21 Thread Rene Veerman
Besides using a stub for console.log and alert()s in many simple debugging cases, i also use: Microsoft script debugger - general debugger. will work fine with non-minified source code. must be enabled in advanced options of IE

[jQuery] Re: should be using .find . . .

2008-04-21 Thread Rene Veerman
show us the source :) On Mon, Apr 21, 2008 at 7:22 AM, hubbs [EMAIL PROTECTED] wrote: Sorry, not sure how I started a new topic... I am trying to use the ajax POST and GET function, and at the same time, use .find to filter the results so I only return a div with a specific ID. I have

[jQuery] how to prevent default action on SELECT multiple elements in IE?

2008-04-21 Thread Leeoniya
i'm trying to find a way to make a multiple SELECT element more intuitive to use by removing the need to use CTRL. all that you need is click once to select, click once to deselect. the simplest thing i could come up with is this: $(select[multiple] option).mousedown(function(){this.selected =

[jQuery] Re: IE debugging advice, please

2008-04-21 Thread Rene Veerman
I forgot my latest clue-source for CSS problems: http://www.ieinspector.com/dominspector/index.html not as usefull as firebug, and not free (trialware), but usefull nonetheless.

[jQuery] error in jcarousellite_1.0.1.js?

2008-04-21 Thread Kia Niskavaara
I was trying the yuicompressor on jcarousellite 1.0.1* and got this error: invalid property id at line 239: li.css({overflow: hidden, float: o.vertical ? none : left}); What could be wrong? * http://www.gmarwaha.com/jquery/jcarousellite/js/jcarousellite_1.0.1.js

[jQuery] ?? howto code a plugin that needs to call itself from global scope (setTimeout())

2008-04-21 Thread Rene Veerman
Hi. I'm working on a lgpl-ed button animation plugin that needs a reference in the global scope, so that it can call its own functions through a setTimeout() (animations). See http://mediabeez.ws/mediaBeez/permalink.php?tag=buttonAnimated I've started by working from the datePicker plugin code,

[jQuery] Re: should be using .find . . .

2008-04-21 Thread Nicolas R
$.ajax({ type: GET, url: home.html, data: , success: function(html){ $(#loadTest).append($(html).find(#footer)); } }); that should do it. but why would you pass an empty string of data? On Apr 21, 9:39 am, hubbs [EMAIL PROTECTED] wrote: I cannot get it to work,

[jQuery] Re: jQuery Question of the Week! Iframes and Loading!

2008-04-21 Thread mrpollo
hey i may not have many experience, but i think you cannot access the iframes inner properties, i think is caused due to security reasons the iframe tag can be referenced as any other one, but for some reason you cant access whats inside was this what you need it? why do you use an iframe

[jQuery] Re: jCarousel vertical is showing too many rows (height problem)

2008-04-21 Thread Travis Smith
I was wondering if anyone had suggestions about this -- it's still stumping me. I set up a simpler preview page here that has just the code necessary to display the mis-funtioning carousel: http://beta.jewishjournal.com/site/highlight_test/ Thanks! TTFN Travis On Apr 19, 2:40 am, Travis

[jQuery] Form select (show/hide)

2008-04-21 Thread Siebird
Hi All - First time post, and first time working with jQuery. I have a form that hides two divs (one specific to bridges and the other div for the rest of the buildings) on page load. A user selects from a drop down list which building type they want to search for, and then from that

[jQuery] xml namespace problems

2008-04-21 Thread Tony
Sorry if this is a second post, but I do not see my message here is the xml ?xml version=1.0 encoding=ISO-8859-1? lib:catalog xmlns:lib=http://localhost/; lib:book name=bookext lib:user name=user lib:book name=bookint /lib:book /lib:user /lib:book

[jQuery] Re: should be using .find . . .

2008-04-21 Thread hubbs
Thanks, I will give this a try when I get to work. And no, I was not meaning to pass an empty string, it just got put in there by accident. On Apr 21, 12:51 am, Nicolas R [EMAIL PROTECTED] wrote: $.ajax({     type: GET,     url: home.html,     data: ,     success: function(html){        

[jQuery] Re: should be using .find . . .

2008-04-21 Thread hubbs
Hi Rick, No, I am not using this an an include. This is to pull content from my server, but filter the results. The footer ID is just being used an a working example I am making, it won't be the final. On Apr 21, 6:17 am, Rick Faircloth [EMAIL PROTECTED] wrote: It seems he's trying to use an

[jQuery] Re: How to access TableSorter configuration properties

2008-04-21 Thread Dan G. Switzer, II
Carl, I'm using the TableSorter plugin on a table that will have new rows appended to it by AJAX calls. I want to resort the table using the current sort settings after new rows are added. I am using the TableSorter .trigger(update) and .trigger(sorton, [sorting]) methods to resort the table.

[jQuery] planet.jquery.com RSS feed broken?

2008-04-21 Thread tlphipps
A co-worker pointed out to me today that the planet.jquery.com RSS feed hasn't updated since April 6th. I verified directly from the site that the planet.jquery.com site is updating, but the RSS feed is stuck in the past. Does anyone know who manages the feed?

[jQuery] Re: should be using .find . . .

2008-04-21 Thread Rick Faircloth
It seems he's trying to use an ajax function in place of an include for the footer. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nicolas R Sent: Monday, April 21, 2008 3:52 AM To: jQuery (English) Subject: [jQuery] Re: should be using

[jQuery] xml namespace problems

2008-04-21 Thread Tony
Here is the xml ?xml version=1.0 encoding=utf-8? lib:catalog xmlns:lib=http://localhost/; lib:book name=bookext lib:user name=user lib:book name=bookint /lib:book /lib:user /lib:book /lib:catalog The experssion $('catalog book',

[jQuery] Re: REMINDER: jQuery Site Detection Greasemonkey Script

2008-04-21 Thread Karl Swedberg
hey Paul, I love that Greasemonkey user script! Use it all the time. Thanks again for making it available. I modified your original just a bit for my personal use, adding a title attribute to the jQuery icon that tells me which jQuery version is running: ... title=' +

[jQuery] Re: Multiple forms, validation plugin

2008-04-21 Thread Steve Blades
Paul, Now, I might be wrong here, but if each form has it's own validation rules then wouldn't it be something like: $('#myFormsID').validate(); That id would equate to an 'id' attribute of the form element itself. That would be it, right? -- Steve Cutter Blades Adobe Certified Professional

[jQuery] Re: planet.jquery.com RSS feed broken?

2008-04-21 Thread Richard D. Worth
Thanks for pointing out this problem. It's fixed now. It turns out Feedburner (which the planet feed goes through) has a 512K limit, and the feed was 514K. So we reduced the number of items to keep the file well under the limit. - Richard Richard D. Worth http://rdworth.org/ On Mon, Apr 21,

[jQuery] Re: planet.jquery.com RSS feed broken?

2008-04-21 Thread tlphipps
Awesome! Thanks! On Apr 21, 9:37 am, Richard D. Worth [EMAIL PROTECTED] wrote: Thanks for pointing out this problem. It's fixed now. It turns out Feedburner (which the planet feed goes through) has a 512K limit, and the feed was 514K. So we reduced the number of items to keep the file well

[jQuery] Re: should be using .find . . .

2008-04-21 Thread Rick Faircloth
Ok... sorry for the misunderstanding! Good luck with it! Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hubbs Sent: Monday, April 21, 2008 9:49 AM To: jQuery (English) Subject: [jQuery] Re: should be using .find . . . Hi Rick,

[jQuery] Crediting Site

2008-04-21 Thread Ariel Flesler
Google-alerts notified me of this page today. http://www.em-consulte.com/en/credits It credits all the scripts and other stuff that are used over the site. Awesome! this is how it should always be :) Cheers -- Ariel Flesler http://flesler.blogspot.com

[jQuery] Re: Load image without html page

2008-04-21 Thread Zoltan
Guess you could create an empty image tag, hide it, then set the src attribute dynamically. e.g. $ ('#my_image').attr('src','my_file.jpg').show('slow'); If you're thinking something more like those sites that hide the image's location via showimage.php?image_id=23, then I think that has to be

[jQuery] Re: How to speed up performance of html() and load()

2008-04-21 Thread hans
I would like to second this, besides the problems mentioned above this also causes the bug in IE that triggers the security warning (http:// support.microsoft.com/kb/925014). The only way to prevent this seems to be replacing the code in the empty function with this.innerHTML=; Any news or

[jQuery] Re: [validate] $.valid() issue with IE6

2008-04-21 Thread Jörn Zaefferer
Up-Works schrieb: $('input#step2').livequery('click',function() { if($('form#order').valid()) { $('div#stepOne').hide(); $('div.step').html('Stepbr\/Two'); $('div#stepTwo').show(); } return false; }); The line - if($('form#order').valid()) { Cause IE 6 to throw and error stating

[jQuery] Re: IE debugging advice, please

2008-04-21 Thread Karl Swedberg
I use the (free) debugbar toolbar for Internet Explorer. It's not as full-featured as Firebug, but it does have a console and some other nice features. This is a list of features from their homepage (http://www.debugbar.com/ ): * DOM Inspector: View DOM Tree and modify tags

[jQuery] change expand collapse image (swap images)

2008-04-21 Thread Sridhar Gowda
I am using $(#details).slideToggle(slow); for toggling a grid data. for the same i need to show + and - symbols for expand and collapse ( using images). Can anybody help me out with this.So that image also swaps according to the expand or collapsed state. How to achive this? Thanks in advance

[jQuery] Re: [validate] $.valid() issue with IE6

2008-04-21 Thread Up-Works
Yes this line is, $('form#order').validate();, 10 lines above my livequery function Should I place it outside of the $(document).ready( function() ) { }; On Apr 21, 8:02 am, Jörn Zaefferer [EMAIL PROTECTED] wrote: Up-Works schrieb: $('input#step2').livequery('click',function() {

[jQuery] jquery change image based on server side data

2008-04-21 Thread Legster
I have a NEW image that displays at the top of the page, if there is new data. I had two loops(server side) on the page looping through data; the first time to see if there was something new, and then the second time to display the data. To improve performance I was hoping to delete the first

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-21 Thread Dan G. Switzer, II
Andy, I've been dealing with this irritating issue on and off now for about a month. I'm finally going to ask for help. I have a page here: http://lexusofdanversma.redlinecontent.com/Pages/Page.cfm?pageID=118873 It contains a Flash movie whose height is set dynamically based on it's content.

[jQuery] query string encrypt/decrypt plugin????

2008-04-21 Thread joomlafreak
Hi I have been looking for code that can let me encrypt the query string created for an ajax call to a php script. The way I have been using the $.ajax, my params in query string are readily available to everyone to modify and play with. I do understand that this method may not be an absolute

[jQuery] Re: ANNOUNCE: Free AIR v1.0 for JavaScript Developers Pocketguide from Adobe

2008-04-21 Thread Chris
Nice. But I already found a bug. Figures 2-1 and 2-2 are switched. On Apr 18, 10:25 am, Rey Bango [EMAIL PROTECTED] wrote: For all jQuerians interested in producingAIRapplications, Ajaxian.com has posted about the new AIRfor JavaScript Developers Pocketguide which has been updated for

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-21 Thread Andy Matthews
Dan... So your'e saying that even though the page works fine when not loaded into an iframe, it's still a padding issue? That sounds odd to me. I'll check it though...that'd be a great thing to have fixed. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On

[jQuery] trouble with dynamic mouseover functions

2008-04-21 Thread AndrewC
I am trying to build an navigation plugin and I am having a lot of trouble with getting it to work. What I want is to have a horizontal main navigation and a horizontal sub navigation just below it (kind of like a tab navigation) but what I want is for when you mouse over one of the main nav

[jQuery] Re: should be using .find . . .

2008-04-21 Thread hubbs
Also, it seems that Internet Explorer does not like this too much. I am not sure if it is the search function (I think it is, as it works without that) but it makes IE just hang. IE6 IE7. Any ideas? On Apr 21, 12:51 am, Nicolas R [EMAIL PROTECTED] wrote: $.ajax({     type: GET,     url:

[jQuery] Re: DataTables plugin

2008-04-21 Thread matt
Can any of the above decorator columns with hyperlinks? Or force single select only? Prototype in progress here. http://sutternow.com/sti/summaryFlex.action I would like to link to the details page. Matt On Apr 20, 12:56 am, fbloggs [EMAIL PROTECTED] wrote: It's ok - but not as nice as

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-21 Thread Dan G. Switzer, II
Andy, So your'e saying that even though the page works fine when not loaded into an iframe, it's still a padding issue? That sounds odd to me. I'll check it though...that'd be a great thing to have fixed. You may have a different style sheet being loaded. Also, if you're opening the IFRAME up

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-21 Thread Andy Matthews
Well the problem actually doesn't appear to be with the iframe itself. I can actually set the iframe to like 1000 (more than tall enough), but when the movie first loads, code inside the Flash movie calls javascript on the page to resize the SWF's container. It works fine when the page is outside

[jQuery] Re: IE debugging advice, please

2008-04-21 Thread mrpollo
dude perhaps the only good valid solution that microsoft has given is the ie developer toolbar http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038displaylang=en its obviously not firebug, but its a good try, no on the fly css editing, but you get this

[jQuery] Re: ANNOUNCE: Free AIR v1.0 for JavaScript Developers Pocketguide from Adobe

2008-04-21 Thread Nicolas R
Rey, Thanks On Apr 18, 6:25 pm, Rey Bango [EMAIL PROTECTED] wrote: For all jQuerians interested in producing AIR applications, Ajaxian.com has posted about the new AIR for JavaScript Developers Pocketguide which has been updated for Adobe AIR v1.0. The PDF download is FREE! Get it while it's

[jQuery] Re: ANNOUNCE: Free AIR v1.0 for JavaScript Developers Pocketguide from Adobe

2008-04-21 Thread Rey Bango
Well be sure to let Adobe know. Since it's free it's the least we can do. :) Rey... Chris wrote: Nice. But I already found a bug. Figures 2-1 and 2-2 are switched. On Apr 18, 10:25 am, Rey Bango [EMAIL PROTECTED] wrote: For all jQuerians interested in producingAIRapplications, Ajaxian.com

[jQuery] Re: IE debugging advice, please

2008-04-21 Thread Jeffrey Kretz
You may not want to go through the trouble, but the free Visual Studio Web Express 2008 has an excellent debugger. http://www.microsoft.com/express/download/#webInstall Now, I still prefer Firefox for its DOM/CSS inspectors and NET traffic analysis, but the actual debugging tools in the VS

[jQuery] Re: Issue inserting an img into a table

2008-04-21 Thread Hamish Campbell
Want to post your code? Whitespace could cause issues. Also, what if you set overflow:hidden for the tds? Thanks, Hamish On Apr 22, 8:04 am, Brian Ronk [EMAIL PROTECTED] wrote: Well, the problem isn't actually putting the image into the table, that part is fine.  I'm running into a problem

[jQuery] Issue inserting an img into a table

2008-04-21 Thread Brian Ronk
Well, the problem isn't actually putting the image into the table, that part is fine. I'm running into a problem the way it is displayed. My table is basically a map. It is 10x10, and I have it set specifically to 20px x 20px. Each td has a background image that is actually 20px x 40px.

[jQuery] Re: image map area not working on ie6

2008-04-21 Thread PerryDon
I recently discovered that a PNG image in my imagemap did not work in IE. Changed it to Jpeg and it worked afterwards. Maybe it was because of a PNG fix i had running on the site

[jQuery] Targeting iframes, adding id, and getting content

2008-04-21 Thread hubbs
Here is my problem. There are 2 iframes on my page, that I need to assign an ID to, and then I need to get the innerHTML from each. For some reason, I can't get jquery to add an id to the iframe at all. I tested it using div, and that worked fine. Can you not set an id for an iframe?

[jQuery] Re: query string encrypt/decrypt plugin????

2008-04-21 Thread Hamish Campbell
I don't think it would deter anyone any more than using POST - it's just as trivial to use firebug to call your encrypt/decrypt function as it is to modify an ajax call in transit. I could concievably help stop evesdroppers - but if you need to protect the data in transit it should be over a

[jQuery] Re: IE debugging advice, please

2008-04-21 Thread [EMAIL PROTECTED]
Thank you for all the good advice! I've installed the DebugBar, agree with mrpollo about the ie developer toolbar (I can't find a script console in there, but can edit CSS are they dishing out separate versions??) - and, not having seen the new 'Visual Express' thingies, am now all excited

[jQuery] AJAX Cancel? (sorry, hit post before I was done)

2008-04-21 Thread livefree75
Hi, I have an AJAX GET going out on KeyUp on a text box. I want to Cancel the request or ignore the response if a new AJAX request has gone out since the first one began. In other words, I only want to process the AJAX request when the user is done entering. a la GMail address lookup. What's

[jQuery] Re: How to speed up performance of html() and load()

2008-04-21 Thread [EMAIL PROTECTED]
Good lord, that's what was causing my IE errors!!! Thank you so much! :) :) On Apr 21, 4:26 pm, hans [EMAIL PROTECTED] wrote: I would like to second this, besides the problems mentioned above this also causes the bug in IE that triggers the security warning (http://

[jQuery] Re: Targeting iframes, adding id, and getting content

2008-04-21 Thread Jeffrey Kretz
I noticed you wanted to assign an ID, but were using the name property. Try this: $(document).ready(function(){ $(iframe).attr('id','frame1'); }); As regards to the HTML, you need to get the contents of the iframe. This will return the document element. You can then do this:

[jQuery] Re: Targeting iframes, adding id, and getting content

2008-04-21 Thread hubbs
Yeah, you are right, I had it as id before when testing it, but had tried name also. Sorry that I didn't realize that. Thanks for posting, I will try this and see how it works! On Apr 21, 2:19 pm, Jeffrey Kretz [EMAIL PROTECTED] wrote: I noticed you wanted to assign an ID, but were using the

[jQuery] Re: Targeting iframes, adding id, and getting content

2008-04-21 Thread hubbs
Jeffrey, I just realize that the iframes are being written into the page using javascript, something that I cannot control or change. Does the document ready function trigger after ALL content is loaded? It seems that is is missing the iframes, because they somehow load after. On Apr 21, 2:19 

[jQuery] Re: AJAX Cancel? (sorry, hit post before I was done)

2008-04-21 Thread Donald J Organ IV
You would need something to keep track of the time between keyDown events then just pick the amount of time you want to trigger on. livefree75 wrote: Hi, I have an AJAX GET going out on KeyUp on a text box. I want to Cancel the request or ignore the response if a new AJAX request has

[jQuery] CakePHP jQuery Issues

2008-04-21 Thread wizardElite
As a relative noob to the realm of jQuery, Ajax, CakePHP. I've been beating my head into a brick wall trying to figure out a problem I'm having. I have a simple checkbox within a view div class=setReview id=?php echo $b['Request']['id']; ? ?php

[jQuery] Re: Targeting iframes, adding id, and getting content

2008-04-21 Thread Jeffrey Kretz
You can make use of a plugin called frameReady: http://ideamill.synaptrixgroup.com.sharedcopy.com/0eee1d7362639298436d78f954 943088.html?page_id=18 JK -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hubbs Sent: Monday, April 21, 2008 2:49 PM

[jQuery] Re: jQuery Question of the Week! Iframes and Loading!

2008-04-21 Thread Joe
The iframe in this case makes sense. I may go back and change it later, but for now this works fine. I realized that since it is hidden to begin with when the div containing the iframe is clicked I then calculate the appropriate height to then adjust the size of the CONTENT div which is the

[jQuery] getScript is great to add scripts dynamically, but how might you remove scripts?

2008-04-21 Thread cfdvlpr
Is it possible to remove a script from a page dynamically?

[jQuery] Image fade hovers

2008-04-21 Thread t1mmie
Hey all, Basically I'd like to have a navigation, when on :hover it fades to a new image. Although when using the JQuery fade function, when you hover over an image repeatedly and quickly, the image will continue to fade in and out - for the amount of times you hovered over it. I'd like to be

[jQuery] Re: jMaps3 RC1 Released

2008-04-21 Thread Joe
Nice one! Love this plugin. On Apr 20, 9:29 am, Tane Piper [EMAIL PROTECTED] wrote: Hey folks, Today I am happy to announce that jMaps version 3 has been released today. This version is classed as a release candidate as I have not confirmed all bugs have been fixed, and some internals

[jQuery] [validate] $.valid() issue with IE6

2008-04-21 Thread Up-Works
On Apr 21, 9:21 am, Up-Works [EMAIL PROTECTED] wrote: Yes this line is, $('form#order').validate();, 10 lines above my livequery function Should I place it outside of the $(document).ready( function() ) { }; On Apr 21, 8:02 am, Jörn Zaefferer [EMAIL PROTECTED] wrote: Up-Works schrieb:

[jQuery] Re: Issue inserting an img into a table

2008-04-21 Thread Brian Ronk
Actually, you solved it. I had a nbsp; in the empty cells. I put a span around it so I could select it (to test with) and remove it, and that solved the problem. I also removed it, and since I have everything set to 20x20px, I don't really need those. Annoying whitespace. Thanks. On Apr 21,

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-21 Thread mrpollo
it sounds to me its an overflow problem IE does that a lot of the time, maybe position:absolute; and giving it a height:0px; would fix the IE problem google for IE DIV OVERFLOW youll find tons of solutions just encountered with this problem last night with a flash also, but no iframe still same

[jQuery] Re: jquery.form.js is not working under IE6/7.

2008-04-21 Thread Damian
Louis, Is the form data being submitted? On Apr 14, 6:34 am, lcordier [EMAIL PROTECTED] wrote: I am using Ajax form posting. var options = { dataType: 'xml', beforeSubmit: post_request, success: response_xml }; $(#form).submit(function() {

[jQuery] Re: Image fade hovers

2008-04-21 Thread Karl Swedberg
Remy Sharp just wrote an article about this sort of thing at http://jqueryfordesigners.com/image-cross-fade-transition/ --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Apr 21, 2008, at 7:03 PM, t1mmie wrote: Hey all, Basically I'd like to have a

[jQuery] Re: jcarousel problem under Safari

2008-04-21 Thread Julien
Hi, Great plugin, works great in FF and IE, but not in safari. I've seen several posts about that, but none helped. Safari was freezing and giving an error message, something like A script on the page blabla is making Safari unresponsive. I've updated to version 0.2.3 of jcarousel [1], and also

[jQuery] Re: jcarousel problem under Safari

2008-04-21 Thread Julien
Hi, Great plugin, works great in FF and IE, but not in safari. I've seen several posts about that, but none helped. Safari was freezing and giving an error message, something like A script on the page blabla is making Safari unresponsive. I've updated to version 0.2.3 of jcarousel [1], and also

[jQuery] Re: unblockUI: problem with Internet Explorer

2008-04-21 Thread steve love
I ran into this same issue today where $.unblockUI() seemed to be ignored by Internet Explorer 6 and 7. After searching all day for a possible cause, I found an unclosed label tag in my HTML form. Adding the end label tag solved the problem. Hope this helps. - Steve Beren wrote: Hi

[jQuery] Re: Simple Form Submit

2008-04-21 Thread Mike Alsup
it says Submitting a form with AJAX doesn't get any easier than this at this address: http://malsup.com/jquery/form/# I am unable to get a simple form submitted to the sever. Making the forms is not the problem, however, it says i may need the plug in jquery.form.js so i uploaded it

[jQuery] Re: jquery.form.js is not working under IE6/7.

2008-04-21 Thread Mike Alsup
I am using Ajax form posting. var options = { dataType: 'xml', beforeSubmit: post_request, success: response_xml }; $(#form).submit(function() { $(this).ajaxSubmit(options); // !!! Important !!! // always return false to prevent standard

[jQuery] Confused...is JQuery and EXT still being integrated together?

2008-04-21 Thread VitC
Feb 07 was an announcement that JQuery and EXT were going to integrate together. But it appears noting is happening? Is this what the ui.jquery.com is? Of have each separated... Thanks...

[jQuery] Cycle plugin with many image tabs

2008-04-21 Thread Shawn
I'm using the cycle plugin and have set it up to automagically create the tabs for changing to the next image. http://www.actionhobby.ca/index.php?q=/node/524 But, this particular page has 32 images (possibly more to come). The tabs are generated in a single row, and do not wrap at the

[jQuery] [jqModal] IE keep loading after opening a modal

2008-04-21 Thread Jacky
Hi all, I have come to an issue that IE is keep loading after a jqModal is opened. I think the issue might be related to an IE bug [link]. I tried to add window.status everywhere in code but still no progress. Anyone have encounter this before? [link]

[jQuery] Re: Confused...is JQuery and EXT still being integrated together?

2008-04-21 Thread Rey Bango
For the foreseeable future, we're focusing our efforts on jQuery UI and ensuring that the rich set of functionality in the library is top notch. The jQuery adapter which allows Ext to use the jQuery core is still available as part of the Ext download but we're not working with them on

[jQuery] Keeping custom properties when clone()-ing

2008-04-21 Thread Billy WM
So I've created two custom classes with containers (droppables) and items (draggables) which have custom properties behaviors and some awareness of eachother. Now I got to the point of having a container tally up the price of all items inside it, but the problem is that this only works on items

[jQuery] Re: AJAX Cancel? (sorry, hit post before I was done)

2008-04-21 Thread Thellis
I'm new to jQuery and this doesn't supply year dating, so I don't know if this is an old topic, but I recently had a similar problem. Just to clear up, XMLHttpRequest Object Has An Abort() Method as stated at http://www.bennadel.com/blog/1002-XMLHttpRequest-Object-Has-An-Abort-Method.htm also,

[jQuery] [validate] validation doesn't work for radio buttons associated with hidden field

2008-04-21 Thread sebastian
Hi, the problem i have is that I have a group of radio buttons associated with a hidden field like this: input type=hidden name=data[User][gender] value= id=UserGender_ / input type=radio name=data[User][gender] id=UserGenderF value=f / label for=UserGenderFFemale/label input type=radio