[jQuery] Re: jQuery + Cycle Pager Nav Issue in IE

2009-01-30 Thread Mike Alsup
I'm having a weird problem where IE is adding twice as many nav pager elements. As you can see, the script works nicely in FF/Safari, but when viewed in IE, the nav gets wonky. I'm having trouble figuring it out, so any help is appreciated. Thanks!

[jQuery] Re: jQuery + Cycle Pager Nav Issue in IE

2009-01-30 Thread Matt M.
Thanks, Mike. That was it. I appreciate the help! ps: Sorry for the double post. I didn't think the first one went through. On Jan 30, 12:08 pm, Mike Alsup mal...@gmail.com wrote: I'm having a weird problem where IE is adding twice as many nav pager elements. As you can see, the script

[jQuery] Re: problem in removing and moving

2009-01-30 Thread Jack Finger
Anybody knows?

re[jQuery] trieve $_POST vars after submit

2009-01-30 Thread megakiek
this is me using jquery for the first time, and i found the following script that's working. But there is a problem on what to do now. when the required fields are filled correctly, I receive the message that it is correct... but i would like that the page is redirected, together with the

[jQuery] Re: Superfish IE6

2009-01-30 Thread usableweb
I'm having a very similar problem. Here's a short screencast of the issue. http://screencast.com/t/ifi0GiudW First, I show how the menus are supposed to work (in Firefox), then I flip over to Internet Explorer 6. Thanks for any help anyone can provide.

[jQuery] Re: Damn ie7!

2009-01-30 Thread david.0pl...@gmail.com
Ok, thank you very much i got this! Also, just to know is there any site/books that specifically 'speaks' about the limitations of the various web browsers? On Jan 30, 8:31 pm, MorningZ morni...@gmail.com wrote: So what he talks about function showHide() {   if ($(this).val() == 1) {

[jQuery] Re: How PHP script can return two variables ?

2009-01-30 Thread James
I prefer this JSON method also. Just remember to define the dataType as JSON! I've made mistakes many time of forgetting that and keep wondering why my JSON objects are always undefined. On Jan 30, 10:01 am, Eric Garside gars...@gmail.com wrote: That XML is a lot of unnecessary work. If you're

[jQuery] cfdiv and jQuery

2009-01-30 Thread Richard
Hi All, I have a cfdiv which is bound to a page that displays the results of a query. on the same page as the cfdiv I have a form which get submited using ColdFusion.Ajax.submitForm once the process has been finished I use ColdFusion.navigate to refresh the cfdiv to display the updated query

[jQuery] Re: Having a problem with checkboxes

2009-01-30 Thread James
Which version of Jquery are you using? From version 1.3 on has the @ in selectors deprecated, so the following is not valid anymore: $(inp...@name=paradigm]) Just remove the @. http://docs.jquery.com/Release:jQuery_1.3#Upgrading On Jan 30, 5:27 am, heohni

[jQuery] Re: callback :passing $_POST values after completing form

2009-01-30 Thread James
If you're using a straight-forward form submission, make the form action submit to a script and process it server-side. If you're doing it through AJAX, the following Jquery functions maybe of use to you: serialize() : http://docs.jquery.com/Ajax/serialize serializeArray() :

[jQuery] Re: $.ajax bug ?!? Maybe i've not understand somethings ....

2009-01-30 Thread Ricardo Tomasi
Ah, an oversight of mine. I forgot to add the parameter when rewriting the callback. Fixed as you can see at http://jsbin.com/eliwu Never use someone else's code without inspection ;) On Jan 30, 4:34 pm, Stefano Corallo stefan...@gmail.com wrote: On 30 Gen, 19:25, Ricardo Tomasi

[jQuery] Re: problem in removing and moving

2009-01-30 Thread Ricardo Tomasi
var $fields = $('#div'); // not a good idea for an id var firstDL = $fields.find('dl:first-child')[0]; $(XXX).each(function(){ if ( $(this).prev('dl').is( firstDL ) ) blowUp(); }); or if ( $fields.index( $(this.prev('dl')[0] ) == 0 ) or if ( $(this.prev('dl')[0] == $('#div

[jQuery] Re: jQuery Curvy Corners

2009-01-30 Thread Nikola
Thanks, I am going to take a look at this. JRC is worth mentioning as well, it's seems to be a bit faster than curvy corners but it also breaks down with nested HTML and for some reason it's interfering with the UI Dialog call... http://jrc.meerbox.nl/?p=13cpage=1#comment-1312 Also, any input

[jQuery] 1.3 and toggle()

2009-01-30 Thread gmacgregor
Consider this markup: div class=holder h4Foo/h4 div class=bar Hello! /div /div Since upgrading to 1.3, this no longer works: $('div.holder h4').click(function() { $(this).toggleClass('close'); $(this).next('.bar').toggle(blind, {direction: vertical}, 600); return false;

[jQuery] Re: 1.3 and toggle()

2009-01-30 Thread John Resig
It looks like you're trying to use a jQuery UI effect - maybe that's why? --John 2009/1/30 gmacgregor gmacgre...@gmail.com: Consider this markup: div class=holder h4Foo/h4 div class=bar Hello! /div /div Since upgrading to 1.3, this no longer works: $('div.holder

[jQuery] Re: $.ajax bug ?!? Maybe i've not understand somethings ....

2009-01-30 Thread Stefano Corallo
:) in effect i've investigated but i'm not a guru of js so i need some help ... thanks. last but not least :D can you explain this code: self[callback] = window[callback]; window[callback] = (function(callback){ return function(data){ (window[callback] = self[callback])(data);

[jQuery] Re: Using $_POST to transmit large key/pair

2009-01-30 Thread Mark Livingstone
ah, I thought that { key : pair } was just a replacement for key=pair... On Jan 30, 2:25 pm, Beres Botond boton...@gmail.com wrote: As shown in the docs (link I gave you), it should work $.post(order_send_email.php,        {order_message : order_message}, // {key : variable}        

[jQuery] Re: cfdiv and jQuery

2009-01-30 Thread boermans
On Jan 31, 8:33 am, Richard rich...@visual-style.co.uk wrote: so I use $('.userListItem:eq(0)') to select the first occurence of a div with the userListItem class. This doesn't work when the item is within a cfdiv, but it does work if I put the item outside a cfdiv. Sorry, what is a cfdiv?

[jQuery] Why no padding controls for ThemeRoller?

2009-01-30 Thread ferodynamics
Maybe this is the wrong place to suggest this, but I think it would be helpful if the ThemeRoller had some padding controls, for example, to resize the tabs to make them bigger or smaller. I assume this will require adding padding somewhere with CSS, hopefully I can make the modification within

[jQuery] [Validate] Possible remote and/or messages bug

2009-01-30 Thread WizADSL
I wanted to post this here first and see if anyone has seen this. This is easy to reproduce. The Prep: Create a form with a few fields, on form field 2 add remote=somepasge.htm and make it required, create somepage.htm and put true as the only content of the page and of course set the for to

[jQuery] Re: Possible remote and/or messages bug

2009-01-30 Thread James
Could you provide more information, like code and browser specs? On Jan 30, 2:21 pm, WizADSL wiza...@gmail.com wrote: I wanted to post this here first and see if anyone has seen this. This is easy to reproduce. The Prep: Create a form with a few fields, on form field 2 add

[jQuery] White spots while fading images

2009-01-30 Thread Samyak Bhuta
Hello All, I am using the animated innerfade pluggin ( http://www.openstudio.fr/Animated-InnerFade-with-JQuery.html?lang=en ) to provide the image transistion using fade-in/fade-out effects. Every thing is working fine in other browser but IE is showing some white pixels here and there on the

[jQuery] Re: White spots while fading images

2009-01-30 Thread Ricardo Tomasi
It's a known IE bug, the solutions are 1) change your image format, 2) set the container background color to black, that will hide the failure. On 31 jan, 04:44, Samyak Bhuta samyak.bh...@gmail.com wrote: Hello All, I am using the animated innerfade pluggin

[jQuery] Re: Why no padding controls for ThemeRoller?

2009-01-30 Thread Ricardo Tomasi
http://groups.google.com/group/jquery-ui On 30 jan, 23:07, ferodynamics duch...@solve360.com wrote: Maybe this is the wrong place to suggest this, but I think it would be helpful if the ThemeRoller had some padding controls, for example, to resize the tabs to make them bigger or smaller.  I

[jQuery] Triggering a link with no click event

2009-01-30 Thread Andy789
HI All, It could be a silly question, but I cannot find a simple answer... I need to trigger a link with href via an external function, i.e. div onclick=linkClick()Emulating click/div a id=test href=flash/pdfs/test.html my link/a function linkClick(){ $(#test).click(); } It does not work

[jQuery] Re: White spots while fading images

2009-01-30 Thread Samyak Bhuta
Hi Ricardo, What should be the image format ? I am using .jpg as of now. Thanks for the help. Samyak On 1/31/09, Ricardo Tomasi ricardob...@gmail.com wrote: It's a known IE bug, the solutions are 1) change your image format, 2) set the container background color to black, that will hide

[jQuery] Re: $.ajax bug ?!? Maybe i've not understand somethings ....

2009-01-30 Thread Ricardo Tomasi
That's a closure to save the 'callback' variable in it's own scope. Actually it's not needed :) The way that works is we create an anonymous function that will run immediately, accepting as a parameter the callback name, and then return a function which will be assigned to window[callback];

[jQuery] Re: Triggering a link with no click event

2009-01-30 Thread Andy789
As I can see quite many posts on this subject I wanted to explain why I need this. I generate links for RokBox modal window - something like a id=test href=flash/pdfs/test.html rel=rokboxtest/a next, I need to trigger these links from jscript function (from the external flash application). I

<    1   2