[jQuery] (validation) jQuery validation plugin and FormWizard

2009-11-12 Thread Jesse
Hi All! I have a really, really long form (about 300 fields) that I broke down into different sections using this slick a href=http:// www.jankoatwarpspeed.com/post/2009/09/28/webform-wizard-jquery.aspxjQuery plugin Form Wizard/a. If you group your form into different fieldsets, the FormWizard

[jQuery] Hide parent where a child contains....

2009-06-11 Thread Jesse
I'm sure that I'm just missing something simple. Basically, I'm trying the hide the fieldset element if it contains legendPromotions/ legend but I can't get it to work. Here is my latest jQuery(fieldset:has('legend':contains:('Promotions'))').hide(); I've tried several variations of this,

[jQuery] Newbie Question: get id from A tag

2009-03-24 Thread Jesse
Hello, I am not good at js. I want to get the id from A tag. E.g. a href=/comment.php class=clickme id=1234link/a I need the value 1234 from the code above, but dont know how to do it. Please help. Thanks.

[jQuery] Re: Newbie Question: get id from A tag

2009-03-24 Thread Jesse
ok, got it. thanx weidc, On Mar 24, 9:44 pm, weidc mueller.juli...@googlemail.com wrote: $(.clickme).attr(id); On 24 Mrz., 14:03, Jesse cdrp...@gmail.com wrote: Hello, I am not good at js. I want to get the id from A tag. E.g. a href=/comment.php class=clickme id=1234link/a I need

[jQuery] Confused by adding confirmation plugin to Rails ajax link

2009-02-25 Thread Jesse
The plugin page, http://nadiana.com/jquery-confirm-plugin The span class of remove is a gray box that turns red on hover. It functions as a link to an ajax delete method. I want to mouseover the box and bring up the Yes/No confirmation buttons. Have been at it for a couple hours now. Help

[jQuery] Re: abort an animation?

2009-01-17 Thread Jesse Skinner
You can call .stop() to stop an animation, and .css('opacity', 1) to remove transparency. Cheers, Jesse Skinner www.thefutureoftheweb.com On Sat, Jan 17, 2009 at 11:13 AM, Stephan Veigl stephan.ve...@gmail.comwrote: How can I abort an animation? I have a slow fadeOut() on an element. Under

[jQuery] Re: Can I override ui.draggable?

2009-01-17 Thread Jesse Skinner
You can attach data to each draggable HTML element (eg. a big div or table) using the .data() jQuery function. Then when an element is dropped, you can use .data() again to retrieve the object attached to it and use that data for processing/saving/etc. I hope that helps. Cheers, Jesse Skinner

[jQuery] Re: jQuery UI tabs widget problem

2009-01-11 Thread Jesse
I would like to confirm that the array methods for disabling tabs does not work. I have 1.6rc4 installed. 5 Tabs 4 of which I need disabled on page load jQuery('#product').tabs(); jQuery('#product').tabs(disabled.tabs, [1,2,3,4]); does not work.. neither does

[jQuery] textarea problem

2008-12-05 Thread Jesse
I have an html textarea that is 41 columns wide. I need to capture each line and input it into a database( each line in its own seperate field). I have been searching the internet and haven't had any luck at finding anything. Any help would be greatly appreciated. Thanks!

[jQuery] jQuery Tooltip plugin speech bubbles over image map

2008-11-14 Thread Jesse
I am attempting to adapt the tooltip plugin to work with an image map, but I can only get 'standard' pop ups to function over map objects. Has anyone been able to make the tooltip plugin work with an image map and speech bubbles (fancy decorated popups)? Ideally I would like to get this working,

[jQuery] How do I get a standard DOM object from jQuery selector.

2008-04-01 Thread Jesse
I have a feeling I'm just missing something in the documentation, but is there anyway to get a standard DOM object to return from a jquery selector? div id=context div class=target/div /div Essentially I want a way for $('.target', '#context') to give me the equivalent of

[jQuery] Standard DOM returned from jQuery selector

2008-04-01 Thread Jesse
I have a feeling I'm just missing something in the documentation, but is there anyway to get a standard DOM object to return from a jquery selector? div id=context div class=target/div /div Essentially I want a way for $('.target', '#context') to give me the equivalent of

[jQuery] jscroll not scrolling full page

2008-03-25 Thread jesse z
On load my content gets cut off. But not all the time. This problem is somewhat consistent in Safari on a Mac and intermittent in FF. if you jump back and forth between the following two pages it will break. examples: http://zanaganda.com/JA2/atelier/methodology.htm

[jQuery] Re: On page load the height calculation in jScrollPane

2008-03-25 Thread jesse z
I am having exactly the same problem. did you find a solution to this? On Feb 29, 4:55 am, amar [EMAIL PROTECTED] wrote: I havejScrollpaneused in my application. I have normal html page with static content and two images. In the first time when the page loads, it is displaying half of the

[jQuery] Re: jscroll not scrolling full page

2008-03-25 Thread jesse z
applying size attributes to each image seems to have done the trick. On Mar 24, 6:26 pm, jesse z [EMAIL PROTECTED] wrote: On load my content gets cut off.  But not all the time. This problem is somewhat consistent in Safari on a Mac and intermittent in FF.  if you jump back and forth between

[jQuery] JScrollPane external css linkage quirk

2008-03-25 Thread jesse z
Linking an external layout css to my page seems to break jscrollpane intermittently in Safari only. All other browsers seem to handle the linkage fine. It happens most often when using the back button but also when going from page to page. When i leave the style in my header everything functions

[jQuery] Re: jscroll not recognizing mouse up outside of the scroll pane

2008-03-23 Thread jesse z
with the latest version - I think it's something I fixed a while back... Cheers, Kelvin :) jesse z wrote: I am curious if anyone has come across or resolved this yet.  When my user drags the scroll bar on mouse down and continues to hold their mouse down as they drag outside the scrollpane

[jQuery] Re: jscroll not recognizing mouse up outside of the scroll pane

2008-03-23 Thread jesse z
://kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html Let me know if you experience the problem with the latest version - I think it's something I fixed a while back... Cheers, Kelvin :) jesse z wrote: I am curious if anyone has come across or resolved this yet.  When my user drags

[jQuery] Re: simple Jquery Ajax XHR async request for XML and JSON please

2008-02-17 Thread Jesse Skinner
/Ajax/jQuery.ajax#options Jesse www.thefutureoftheweb.com

[jQuery] Re: Superfish 1.4.1 update released

2008-01-31 Thread Jesse Klaasse
for instance this code outside of superfish ? http://www.klaasse.net/superfish-ext/superfish.html Yes. This is precisely the reason for the new callbacks. In fact I rewrote Jesse Klaasse's code to use the callbacks and the demo page can be found here: http://users.tpg.com.au/j_birch/plugins/superfish

[jQuery] Re: Error when I try to interact with a Java Applet

2008-01-29 Thread Jesse Klaasse
I can confirm this.. I have the same problem with another applet..

[jQuery] Re: Superfish feature request

2008-01-07 Thread Jesse Klaasse
You're right, this is the quirk I'm talking about. I'm on Windows myself, so I have been referring to Windows Firefox. I'm still puzzled by this :| I hope we (or someone else) will be able to work this out.

[jQuery] Re: Superfish feature request

2008-01-03 Thread Jesse Klaasse
this in the next release of Superfish. Feel free to use it! From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jesse Klaasse Sent: Wednesday, January 02, 2008 4:25 PM To: jquery-en@googlegroups.com Subject: [jQuery] Superfish feature request Importance

[jQuery] Superfish feature request

2008-01-03 Thread Jesse Klaasse
For the demo of the latest update/example: http://www.klaasse.net/superfish-ext/superfish.html New options: * autofit (boolean) - Used to enable intelligent expansion. When a submenu doesn't fit on screen, the position of the menu is adapted in order to make it fit as good as possible.

[jQuery] Re: Superfish feature request - pixelshift/redraw bug

2008-01-03 Thread Jesse Klaasse
This issue has something to do with the animation. When I replace the animation with a simple show() method, there's no pixel shift anymore.. * There's some strange submenu text pixel-shift (FF only) and right border redrawing (both IE and FF) going on, which I can't explain. However, this

[jQuery] Superfish feature request

2008-01-02 Thread Jesse Klaasse
I am thoroughly enjoying the Superfish menu.. However, I would love to see the following option: when a submenu falls outside of the window, it's position should be adapted in order to fit. Just like most operating systems handle menus when they don't fit.. Would this be possible? It could be

[jQuery] Re: Superfish feature request

2008-01-02 Thread Jesse Klaasse
these actions. Any opinions? From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jesse Klaasse Sent: Wednesday, January 02, 2008 4:25 PM To: jquery-en@googlegroups.com Subject: [jQuery] Superfish feature request Importance: Low I am thoroughly enjoying

[jQuery] Ajax Working in Firefox 2.0.0.11 but not in IE6 or IE7

2007-12-18 Thread Jesse R.
I am working on building a shopping cart and wanted to utilize jQuery's ajax methods to enhance some response times. If you go to http://www.blueskyvineyard.com/dry-wine and add an item to the cart, then either click the + or - to increase or decrease the quantity, it works just as expected in

[jQuery] Re: Ajax Working in Firefox 2.0.0.11 but not in IE6 or IE7

2007-12-18 Thread Jesse R.
Yeah, this is exactly what the problem was. I managed to type in the right search string finally and found the answer in here. I actually decided to use $.post for my json request and IE does not cache POSTs. On Dec 18, 6:35 am, Andy K [EMAIL PROTECTED] wrote: On Dec 18, 10:22 am, Jesse R

[jQuery] Updating input values before the submit.

2007-12-18 Thread Jesse R.
I have the following html code: form id=googleCheckout action=https://sandbox.google.com/checkout/ cws/v2/Merchant/747474/checkout method=post input type=hidden name=cart value=somevalue / input type=hidden name=signature value=anothervalue / input type=image name=Google Checkout alt=Fast

[jQuery] Re: Updating input values before the submit.

2007-12-18 Thread Jesse R.
); // Successful AJAX message, re-submit, this time for real $form.submit(); } }); return false; } }); On Dec 18, 2007 11:27 AM, Jesse R. [EMAIL PROTECTED] wrote: I have the following html code: form id=googleCheckout

[jQuery] Re: Performance of jquery

2007-12-11 Thread Jesse Klaasse
/Javascript speed (FF seems to be a LOT faster) and in the different libraries. In IE jQuery is the big winner, in FF the big loser. Regards, Jesse Klaasse. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, December 11, 2007

[jQuery] Is it possible to alter internal CSS properties?

2007-11-01 Thread Jesse Klaasse
As we all know, we can do the following using jQuery: $('.someClass').css(background-color: yellow); This first matches all elements which have the class someClass, and then alters the css of the matched elements. This won't work when the class is dynamically added somewhere in the page, for

[jQuery] Is it possible: Superfish over Java applet?

2007-10-23 Thread Jesse Klaasse
I have created the following testpage (using the Superfish example page): http://www.bam.nl/baminternet/baminternet/test/test_SuperfishApplet.html As you can see, the Superfish menu disappears behind the Java applet. Would it be possible to correct this behaviour to display the menu on top of

[jQuery] jQuery AJAX load and encoding/charset problems

2007-10-22 Thread Jesse Klaasse
tried to remove and put charset specifications everywhere, but nothing seems to help. Does anyone have a suggestion how to fix this? Thank you all very much in advance! Kind regards, Jesse Klaasse -- View this message in context: http://www.nabble.com/jQuery-AJAX-load-and-encoding-charset

[jQuery] $(document).ready inconsistent behaviour IE/FF - bug?

2007-10-22 Thread Jesse Klaasse
, the only solution for me is to include the script part inline at the end of the page, after the iframe. Regards, Jesse.

[jQuery] document.ready inconsistent behaviour IE/FF - bug?

2007-10-22 Thread Jesse Klaasse
anyone confirm this behaviour? This seems like a bug to me. For now, the only solution for me is to include the script part inline at the end of the page, after the iframe. Regards, Jesse. -- View this message in context: http://www.nabble.com/document.ready-inconsistent-behaviour-IE-FF--%3E-bug

[jQuery] Re: jQuery AJAX load and encoding/charset problems

2007-10-22 Thread Jesse Klaasse
Dan, I have removed the HTML and body tags now, but unfortunately this doesn't seem to help. Any other ideas? -Original Message- One thing I noticed quickly is this page is a full HTML that includes html and body tags. If you're loading HTML fragments into a DIV, you shouldn't load a

[jQuery] Re: tablefilter preview

2007-10-03 Thread Jesse Klaasse
Great efforts so far! I think I will be using your plugin when it's ready.. For now, just one comment: the plugin doesn't work in IE7, I get a javascript error Object doesn't support this action. Please keep us posted! LetsSurf wrote: I've been writing a tablefilter plugin to sit along

[jQuery] select value lost after clone in IE

2007-06-04 Thread Jesse Skinner
= old.clone(true); var select_val = $('select', old).val(); $('select', clone).val(select_val); clone.appendTo('body'); }); Cheers, Jesse www.thefutureoftheweb.com

[jQuery] Re: XML Problems

2007-04-19 Thread Jesse Skinner
!/test/div')); I hope that helps. Cheers, Jesse Skinner http://www.thefutureoftheweb.com/

[jQuery] Re: Multiple .bind

2007-04-17 Thread Jesse Skinner
){ tocDisplay(e); }); $('#toc_content a').bind('click', {mode: 'hide'}, function(e){ tocDisplay(e); }); -- Jesse Skinner http://www.thefutureoftheweb.com DaveG wrote: I'm binding a click function. If I include either one of the binds it works -- so the syntax and object references

[jQuery] Re: Building HTML and binding to an inner element.

2007-04-17 Thread Jesse Skinner
\+ [+task.client.code+] +task.project.name+ br/+task.name+br/+ a class='removeTask' href='#'Remove/a+ /li ).find(a.removeTask).bind('click', {taskid: task.id}, function(){ return remove_task.apply(this, arguments); }).end().appendTo(#actSessionList); Hope that helps. Cheers, -- Jesse

[jQuery] jQuery tutorial on IBM DeveloperWorks

2007-04-11 Thread Jesse Skinner
I wrote a jQuery tutorial for IBM DeveloperWorks which went live today: http://www.ibm.com/developerworks/library/x-ajaxjquery.html Cheers, Jesse Skinner www.thefutureoftheweb.com