[jQuery] Re: Dialog confirmation before submit

2009-08-28 Thread jen

Have the modal dialog that submits the form on confirm. See example
here:

http://www.jensbits.com/2009/08/10/modal-confirmation-dialog-on-form-submit-javascript-jquery-ui-and-thickbox-varieties/

On Aug 28, 3:56 pm, Edgar Méndez. edgar9...@gmail.com wrote:
 I'm using the jquery validation plugin and when all the fields of the
 form are correct I want to show a dialog that inform that the data
 will be submited, the problem is that the dialog just show for about
 1/2 second and the form is submited, how can I do some kind of delay
 or pause before submit the form to show the confirmation.

 There is my code:

 script type=text/javascript
         $(function() {

                 $(#dialog).dialog({
                         bgiframe: true,
                         autoOpen: false,
                         modal: true,
                         buttons: {
                                 Ok: function() {
                                         $(this).dialog('close');
                                 }
                         }
                 });

                 $('#create-user').click(function() {
                 if($(#RegisterForm).valid())
                         $('#dialog').dialog('open');
                 });
         });
         /script

 button id=create-user Create new user/button

 Thanks in advance...


[jQuery] Flicking in Firefox with toggle or show/hide

2009-08-19 Thread jen

I'm getting a flickering effect in Firefox when using jQuery show
and hide  or toggle on some div's. Any idea why this could be
happening?

Seems to be more pronounced when scrollbar is at bottom and window has
to resize. Scrollbar does not disappear and reappear so it's not due
to that.

Thanks.


[jQuery] Flickering / flashing in Firefox with toggle or show/hide

2009-08-19 Thread jen

I'm getting a flickering / flashing effect in Firefox when using
jQuery show
and hide  or toggle on some div's. Any idea why this could be
happening?

Seems to be more pronounced when scrollbar is at bottom and window has
to resize. Scrollbar does not disappear and reappear so it's not due
to that.

Thanks.


[jQuery] Re: weird animate() flicker in strict DTD in FF3

2009-08-18 Thread jen

I've seen it and researched a solution extensively but haven't found
one. Did you have any luck?

On Jul 21, 5:49 pm, jquertil til...@gmail.com wrote:
 I can't believe no one else has seen this? I've tried to isolate the
 problem but so far, it's pretty consistent.


[jQuery] Re: Using ScrollTo, IE displays hidden info before it hides it — Any help/ideas?

2009-08-11 Thread jen

Thanks, Stephan!  Yeah, I guess it's time to roll my eyes at IE.  The
client is understanding, so that's cool.  Stupid IE.  At least it
hides by the time the page finishes loading.


[jQuery] Using ScrollTo, IE displays hidden info bef ore it hides it — Any help/ideas?

2009-08-10 Thread jen

Hi there,

I'm nearly done with this client site, and it works well in all the
browsers I've checked, but I'd really like to finetune the performance
in IE.

http://maximizeutility.com/what/

I know that the video embedding doesn't validate, but it's the best
solution I've found that allows the videos to play on iPhones and
desktops.


Do you have any idea how to have the hidden video viewers hidden upon
page load in IE?  It's performing on Mac Safari  FF, and Windows FF,
but in Windows IE it's a lot slower to hide the info.

Many thanks!
Jen


[jQuery] Images shrinking?!?!

2009-03-30 Thread Jen

Hi there,

I have a couple of image slideshows on my site and in IE occasionally
the images appear shrunk down like thumbnails instead of full size.
Any ideas why that might happen and what i could do to stop it?

http://www.bonsaibranding.com/riverstone/home.html

Thanks
Jen


[jQuery] Rotating Highlighted List items

2009-03-13 Thread Jen

Hello.

I have used a featured content gallery that I fund [URL=http://css-
tricks.com/startstop-slider/]here[/URL] as a gallery on [URL=http://
www.bonsaibranding.com/riverstone/gallery.html]a website Im working on
[/URL]. I would also like the navigation/list to change with the
pictures.

I understand in my head how it should work but Im struggling with the
jquery.

What Im trying to do is increment a variable up every time it changes
over and tell the the list to highlight it using that but I cant seem
to place a variable in the nth-child parenthesis.

var $gallery_on = $(1);
$(#gallery li:nth-child($gallery_on) a).css(color, red);

Or should I be using the next() selector?

Can anyone help? Thank yooou!


[jQuery] Re: Serial Scroll, animated images look jagged

2008-12-23 Thread jen

Bump.

I've tried researching this, and the only thing I found is an old
issue about left to right being switched to right to left and
therefore something in parallel needs to scale then scroll... but I
can't find anything in the code that does this.

Does anyone have any ideas on why the images in this slider fragment
when they move?

Thanks in advance!



On Dec 22, 12:23 pm, jen timeyout...@gmail.com wrote:
 Bump.

 Does anyone have any ideas why the images seem to fragment?

 On Dec 19, 3:24 pm, jen timeyout...@gmail.com wrote:

 http://www.louriecutler.com.ws019.alentus.com/people/slider.php

  What am I doing wrong, that the images slide across looking so jagged?

  Thanks!


[jQuery] Re: Serial Scroll, animated images look jagged

2008-12-22 Thread jen

Bump.

Does anyone have any ideas why the images seem to fragment?


On Dec 19, 3:24 pm, jen timeyout...@gmail.com wrote:
 http://www.louriecutler.com.ws019.alentus.com/people/slider.php

 What am I doing wrong, that the images slide across looking so jagged?

 Thanks!


[jQuery] Serial Scroll, animated images look jagged

2008-12-19 Thread jen

http://www.louriecutler.com.ws019.alentus.com/people/slider.php

What am I doing wrong, that the images slide across looking so jagged?

Thanks!


[jQuery] Re: Superfish dropup?

2008-12-19 Thread jen

I did this at:

http://www.raydunetz.com/

I hope that the code makes sense.  I know that it has an issue in IE
6, and I wanted to try to use jquery to fix it, but haven't been quite
savvy enough to accomplish it.
j


On Dec 19, 3:40 pm, jeremyBass jer...@digitalbarn.tv wrote:
 Does any one know how to do this or were I can find information on
 this?... thank you for the help...

 Jeremy

 On Dec 18, 1:15 pm, jeremyBass jer...@digitalbarn.tv wrote:

  I love this menu system... but now I have a project that I need to
  set
  the menu at the bottom... so the dropdowns no need to be dropUps... I
  have be working at this with no luck.  Any one know how to have the
  menu drop upwards?  Thanks for the help...


[jQuery] Re: Cluetip Title displaying in FF and IE

2008-12-01 Thread jen

This is the same issue I'm having.  Mac Safari and FF are good enough
to hide the regular browser title display, but Win 98  XP show the
standard yellow title text.

Anyone else have this happen?

Thanks!
jen

On Nov 21, 4:56 pm, jmueller0823 [EMAIL PROTECTED] wrote:
 Okay.
 Looks like this is what's happening (in WordPress)

 1. Using a text link,ClueTipworks perfectly.
 2. If using an image, thetitledisplays when hovering the image.

 Ideas anyone?  Thanks.

 On Nov 20, 3:22 pm, jmueller0823 [EMAIL PROTECTED] wrote:

  This is installed in Wordpress, wondering if WP default styles are
  causing issue?
  Otherwise,Cluetipworks fine.

  Testing outside of Wordpress did not have this issue.

  Thanks!

  Jim


[jQuery] Re: Cluetip Title displaying in FF and IE

2008-12-01 Thread jen

Hi Karl,

Jen from FOWD here. :) I tried putting that in  it isn't working, but
that's a great idea, and maybe, just maybe, I can learn how to write
some javascript of my own along that line.  I'll work on it with my
reading tonight.

If a definite answer occurs to you (in all that spare time you
have!!! ), feel free to share!

Thanks!
jen

On Dec 1, 3:43 pm, Karl Swedberg [EMAIL PROTECTED] wrote:
 Could you just remove the alt text on mouseover and add it back in on  
 mouseout? Untested (written in mail):

 var imgAlt = '';

 $('img').hover(function() {
    imgAlt = this.alt;
    this.alt = '';}, function() {

    this.alt = imgAlt;

 };

 --Karl

 
 Karl Swedbergwww.englishrules.comwww.learningjquery.com

 On Dec 1, 2008, at 3:24 PM, jen wrote:



  This is the same issue I'm having.  Mac Safari and FF are good enough
  to hide the regular browser title display, but Win 98  XP show the
  standard yellow title text.

  Anyone else have this happen?

  Thanks!
  jen

  On Nov 21, 4:56 pm, jmueller0823 [EMAIL PROTECTED] wrote:
  Okay.
  Looks like this is what's happening (in WordPress)

  1. Using a text link,ClueTipworks perfectly.
  2. If using an image, thetitledisplays when hovering the image.

  Ideas anyone?  Thanks.

  On Nov 20, 3:22 pm, jmueller0823 [EMAIL PROTECTED] wrote:

  This is installed in Wordpress, wondering if WP default styles are
  causing issue?
  Otherwise,Cluetipworks fine.

  Testing outside of Wordpress did not have this issue.

  Thanks!

  Jim


[jQuery] Re: Superfish Menu - IE6 not displaying dropdown correctly.

2008-03-06 Thread Jen Mostert


Ok, I've narrowed the issue down to a JavaScript memory leak. A memory leak
makes sense because of the sporadic behavior of the menu. I found the memory
leak using the tool available at this link: 
http://blogs.msdn.com/gpde/pages/javascript-memory-leak-detector.aspx
http://blogs.msdn.com/gpde/pages/javascript-memory-leak-detector.aspx . See
the image below to see the leaks found in the menu. Any help fixing this
issue would be greatly appreciated.

http://www.nabble.com/file/p15874557/MenuMemoryLeaks.jpg 

Thanks!
Jen


Jen Mostert wrote:
 
 Hi Joel,
 
 Thank you for the quick reply. I just checked and I'm still getting the
 same issue this morning. 
 I'm fairly new to jQuery and Superfish (was just assigned to this project
 last month) so I'm not familiar enough with the current code to identify
 where I should start to debug the problem. Hopefully someone on the list
 will see the same issue and can point me in the right direction.
 
 As for the animation issue, I looked at the page in our testing lab on an
 IE7 machine and saw that it flickered and was anything but smooth. I know
 I saw a post on here about flickering menus in IE7. I can take a look at
 that. Do you have any other suggestions in regards to the animation issue
 in IE6?
 
 Thanks again for your help. I read a lot of your posts yesterday, and was
 amazed at how much time you devote to helping people.
 
 Jen
 
 
 Joel Birch wrote:
 
 
 Hello Jen,
 
 Thanks for providing descriptive steps to follow to reproduce the
 problem. However, I'm sorry, but I can't seem to successfully
 reproduce the behaviour you describe in IE6, and I've spent some time
 attempting to do so. The only issue I can see is unrelated to what you
 describe - the animation is not really working smoothly. Maybe you
 have solved the issue you reported since posting it? Or maybe someone
 else on this list can confirm what you describe and can shed some
 light on it? I wish I could be more helpful :/
 
 Joel Birch.
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Superfish-Menu---IE6-not-displaying-dropdown-correctly.-tp15721292s27240p15874557.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.