Hi all,
I have a problem with the accordion from UI ... If I have elements
that grow, the container will not.
As the accordion set a fixed height on the container, it cannot grow
=/
Here is the patch I use in ui.accordion.js (line 151) :
function toggle(toShow, toHide, data, clickedActive, down
With the new version of jQuery out (1.2), some specific code is no
longer working ...
The lt and gt method are now deprecated ...
Here is the modification to the pageTrim method :
function pageTrim(){
if (!spread || spread.constructor != Function ) {
sp
agent2026 a écrit :
> This undocumented plugin is really worth adding to the repository I
> think. It needs a little fleshing out, which I've tried to do, but
> all in all is a super fast, super easy to implement pager.
>
> I've modified it with spread (how many pages to either side of your
> cu
On 10 août, 12:52, agent2026 <[EMAIL PROTECTED]> wrote:
> This undocumented plugin is really worth adding to the repository I
> think. It needs a little fleshing out, which I've tried to do, but
> all in all is a super fast, super easy to implement pager.
>
> I've modified it with spread (how man
Hi all,
I've got some problems with the metadata plugin.
First, i tried to use it on element that are cloned. Metadata are not
cloned and are shared with all the cloned elements and the original
one.
The second thing i'm trying to do is to put "class type" metadata
(named myId) on each tr of a
Try
var i = jQuery("#i");
var inputs = jQuery("input", i);
__
Romain
On 3 juil, 12:30, howa <[EMAIL PROTECTED]> wrote:
> e.g.
>
> How to re-select?
>
>
>
>
>
>
>
> var i = jQuery("#i");
>
> Q:
>
> so how to select all the input inside p?
>
> i know i can use jQuery("p > input"), b
Try :
var i = jQuery("#i");
var inputs = jQuery("input", i);
__
Romain
On 3 juil, 12:30, howa <[EMAIL PROTECTED]> wrote:
> e.g.
>
> How to re-select?
>
>
>
>
>
>
>
> var i = jQuery("#i");
>
> Q:
>
> so how to select all the input inside p?
>
> i know i can use jQuery("p > input"),
7 matches
Mail list logo