[jQuery] Re: Select radio button item

2007-07-12 Thread dswitzer
Oscar, >I have a radio button group with 4 items, each one has a value >(1,2,3,''). > >On click in a button of my form I would like the check the radio >button with '' value. > >I supose that I can access to the radio group ussing $("@idRaio") but >then I don't know how can access to the item wit

[jQuery] Re: Jörn's autocomplete - question

2007-06-28 Thread dswitzer
>When I downloaded your latest from svn and put that in place of the version >I had from your website, my results no longer displayed. Your website >still >has the old version. What changed? Is there a new call I need to make? >Another way to display the results? > >Does anyone have a working e

[jQuery] Re: Problem with interface Droppables

2007-04-22 Thread dswitzer
I ran into this issue as well today. The version 1.2 of Interface now uses the getPosition() instead of the getPositionLite() for calculating the position. The following code changes to the iutils.js fixes issues if you're dragging from an element with a position of "fixed". Thanks to bander for