[jQuery] Re: Sortable blocks all other events

2008-06-26 Thread e2e
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

[jQuery] Sortable blocks all other events

2008-06-25 Thread e2e
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

[jQuery] Re: Problem with radio/checkboxes on ajax post

2007-12-05 Thread e2e
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

[jQuery] Re: Problem with radio/checkboxes on ajax post

2007-12-04 Thread e2e
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 >

[jQuery] Re: Problem with radio/checkboxes on ajax post

2007-12-04 Thread e2e
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

[jQuery] Problem with radio/checkboxes on ajax post

2007-12-03 Thread e2e
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

[jQuery] Newbie: Feedback, advice needed

2007-10-31 Thread e2e
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

[jQuery] Adding extra functions to newsticker plugin

2007-09-21 Thread e2e
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