[jQuery] Sortable + Resizable + Ajaxify

2009-04-13 Thread robertaugustin
I'm having this issue I need to solve, using the jQuery plugin Ajaxify alongside with a couple jQuery UI Core functions. Scenario: - 4 parent ULs in a row, where child LI elements are sortables - Ajaxify plugin spawns new LI in corresponding UL by clicking a link above that UL - the LI element th

[jQuery] Re: Sortable: change input field value on receive

2009-02-10 Thread robertaugustin
ethis').val('ABC'); > > - Richard > > On Mon, Feb 9, 2009 at 5:30 PM, robertaugustin wrote: > > > Hi, > > I have this: > > > $('.sort').sortable({ > >   receive: function(){ > >      $(this).children().children('input.cha

[jQuery] Sortable: change input field value on receive

2009-02-09 Thread robertaugustin
Hi, I have this: $('.sort').sortable({ receive: function(){ $(this).children().children('input.changethis').value = 'ABC'; } }); for this markup: ...and I can't get it to work. I need to change the value of the input field as soon as it is dropped in its new locatio

[jQuery] Re: Toggle doesn't perform well in Safari and crashes Chrome

2008-09-13 Thread robertaugustin
ctions as arguments, so your > > $("div#menuchild_1").toggle( > SHOW_FUNCTION >  HIDE_FUNCTION > ); > On Sep 12, 4:32 pm, robertaugustin <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I'm having a problem with jquery's toggle function in

[jQuery] Toggle doesn't perform well in Safari and crashes Chrome

2008-09-12 Thread robertaugustin
Hi, I'm having a problem with jquery's toggle function in Safari 3.1.2 and Google Chrome, maybe one of you knows the issue and can help... Here's the code: ***CODE //For each menu button, toggle its child div (containing child menu items) while hiding the others if they are open $(document