his will allow clicks to go through, and won't start sorting until the
> mouse is dragged at least 1px. Do let us know if you're experiencing a
> different issue than this fixes. Thanks.
>
> - Richard
>
> Richard D. Worthhttp://rdworth.org/
>
> On Wed, Jun 25, 200
Hi,
I upgraded to jquery-ui 1.5 today. I use accordion style navigations
and some other simple effects inside sortable boxs. But now other
effects doesn't work. Even clicking a simple link returns false so
links doesn't work. If I remove sortable everything works fine.
Is there any known problem
nescape(me.val()));
> }
> });
>
> On Dec 4, 8:44 am, e2e <[EMAIL PROTECTED]> wrote:
>
> > Changing my function to this solved my problem:
> > $("form#profile_form").submit(function() {
> > $("#users_pro
field is a checkbox or radio, and if it is, only add it to your inputs
> array if it's checked.
Is there a simple way to do that?
> On Dec 3, 11:24 am,e2e<[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > I use this function to submit my post requests. But now I have a
>
t; That would be because your $(':input', this) selector is selecting
> *every* input field in your form and adding it to your inputs array.
> One solution is to put a test in your each() function to see if the
> field is a checkbox or radio, and if it is, only add it to your inpu
Hi,
I use this function to submit my post requests. But now I have a
problem with radio buttons and checkboxes. It sends all button values
to server, so the last radio buttons' (even it's not checked) value
passes as value. checkboxes are same, even it's not checked, it sends
checked value.
$("f
Hi,
I've two simple functions for changing a div's content with image
thumbnails. When hovered a thumbnail holder div's content changes. The
code works fine. But I don't feel this functions are well written...
Could you please have a look at them? Is there a better way (design,
code...) to do wha
Hi,
I'm trying to learn jQuery. Plugins are definitely very helpful. But I
can't add an extra function to http://www.texotela.co.uk/code/
jquery/newsticker/">newsticker plugin.
I want to add "next", "prev" links to make slides more flexifle for
users. When a user clicked next button the slide mu
8 matches
Mail list logo