Hi All!
I have a really, really long form (about 300 fields) that I broke down
into different sections using this slick jQuery
plugin Form Wizard. If you group your form into different
fieldsets, the FormWizard will automagically display one section at a
time, with a Next hyperlink to take you to t
I'm sure that I'm just missing something simple. Basically, I'm trying
the hide the "" element if it contains "Promotions" 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, including trying t
ok, got it.
thanx weidc,
On Mar 24, 9:44 pm, weidc wrote:
> $(".clickme").attr("id");
>
> On 24 Mrz., 14:03, Jesse wrote:
>
> > Hello,
>
> > I am not good at js. I want to get the id from "A" tag.
> > E.g. link
>
> > I n
Hello,
I am not good at js. I want to get the id from "A" tag.
E.g. link
I need the value "1234" from the code above, but dont know how to do
it.
Please help.
Thanks.
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 g
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
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 wrote:
>
> How can I abort an animation?
>
> I have a slow fadeOut() on an element. U
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
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!
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
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?
Essentially I want a way for $('.target', '#context') to give me the
equivalent of
document.getElementById('context').getElementsByTagName('
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?
Essentially I want a way for $('.target', '#context') to give me the
equivalent of
document.getElementById('context').getElementsByTagName('
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
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
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
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
http://zanaganda.com/JA2/ate
rom here:
>
> http://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 cu
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 the scroll bar o
ction here:
http://docs.jquery.com/Ajax/jQuery.ajax#options
Jesse
www.thefutureoftheweb.com
rite 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
I can confirm this.. I have the same problem with another applet..
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.
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
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.
*
ude something like 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] Superf
px");
}
})
.end();
},
This works, however, I don't think it's the correct place to perform
these actions. Any opinions?
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jesse Klaasse
Sent: Wednesday, Jan
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 calle
;
> jQuery("input:eq(1)").val(json.ges);
> // This will prevent the AJAX message from being sent again
> $form.addClass("okgo");
> // Successful AJAX message, re-submit, this time for real
>
I have the following html code:
https://sandbox.google.com/checkout/
cws/v2/Merchant/747474/checkout" method="post">
https://sandbox.google.com/checkout/buttons/checkout.gif?
merchant_id=747474&w=160&h=43&style=WHITE&variant=TEXT&loc=en_US"
height="43" width="160" />
I want to dynamically loa
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,
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 i
/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
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
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 th
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
and tags. If you're loading HTML fragments into a DIV, you
shouldn't load a fully quali
e 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--tf4670353s27240.html#a13341722
Sent from the jQuery General Discussion mailing list archive at Nabble.com.
frame.
Regards,
Jesse.
dashes and so forth.
I have 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-
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
#x27;, old).val();
$('select', clone).val(select_val);
clone.appendTo('body');
});
Cheers,
Jesse
www.thefutureoftheweb.com
. Perhaps you meant to do this:
n = $('test', $('Passed!'));
I hope that helps. Cheers,
Jesse Skinner
http://www.thefutureoftheweb.com/
#x27;, {mode: 'toggle'}, function(e){
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 incl
"["+task.client.code+"] "+task.project.name+
""+task.name+""+
"Remove"+
""
).find("a.removeTask").bind('click', {taskid: task.id}, function(){
return remove_task.apply(this, arguments);
}).end().appendTo(&q
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
44 matches
Mail list logo