jQuery: The Write Less, Do More JavaScript Library

building an asynchronous tabgroup input

View: New views
4 Messages — Rating Filter:   Alert me  

building an asynchronous tabgroup input

by roundcrisis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


hi people

how are you all?

I m about to start building a plugin(?) but before i do i wanted to
see if it exists and any comments you might have
the pluging is for asynchronous loading tabgroup
the tab group elelments must be dependent on json (or xml) each of the
tabs must be able to handle events
It should be p[osible to refence one tabgroup from somewhere else (for
example click on another pluggin and that that affects the tab group
say adding new tab elements, or updating the expected behaviour (say
changing the target url))

I have used jquery before for grids, tabs etc, but this is a bit
bigger so i wanted to get extra insight
Thanks for your help



Re: building an asynchronous tabgroup [Please comment]

by roundcrisis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


bump

On Jul 23, 3:15 pm, roundcrisis <roundcri...@...> wrote:

> hi people
>
> how are you all?
>
> I m about to start building a plugin(?) but before i do i wanted to
> see if it exists and any comments you might have
> the pluging is for asynchronous loading tabgroup
> the tab group elelments must be dependent on json (or xml) each of the
> tabs must be able to handle events
> It should be p[osible to refence one tabgroup from somewhere else (for
> example click on another pluggin and that that affects the tab group
> say adding new tab elements, or updating the expected behaviour (say
> changing the target url))
>
> I have used jquery before for grids, tabs etc, but this is a bit
> bigger so i wanted to get extra insight
> Thanks for your help

Re: building an asynchronous tabgroup [Please comment]

by roundcrisis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


well it s been easier than i though so far
but it does feel very manual

basically im using the tab plugin and getting the data form an xml
file
however i m hardcoding any extra script i want to add to each of the
tabs and that just ...well its wrong
but i dont know what else to do
suggestions?

On Jul 24, 12:00 pm, roundcrisis <roundcri...@...> wrote:

> bump
>
> On Jul 23, 3:15 pm, roundcrisis <roundcri...@...> wrote:
>
>
>
> > hi people
>
> > how are you all?
>
> > I m about to start building a plugin(?) but before i do i wanted to
> > see if it exists and any comments you might have
> > the pluging is for asynchronous loading tabgroup
> > the tab group elelments must be dependent on json (or xml) each of the
> > tabs must be able to handle events
> > It should be p[osible to refence one tabgroup from somewhere else (for
> > example click on another pluggin and that that affects the tab group
> > say adding new tab elements, or updating the expected behaviour (say
> > changing the target url))
>
> > I have used jquery before for grids, tabs etc, but this is a bit
> > bigger so i wanted to get extra insight
> > Thanks for your help- Hide quoted text -
>
> - Show quoted text -

Re: building an asynchronous tabgroup [Please comment]

by WolfpakZ :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Without more detail on the particulars of what you're doing, it's hard
to say. Livequery can help with binding events, so you don't have to
unbind/rebind all the time. Hopefully that helps.

-Dan

On Jul 28, 9:32 am, roundcrisis <roundcri...@...> wrote:

> well it s been easier than i though so far
> but it does feel very manual
>
> basically im using the tab plugin and getting the data form an xml
> file
> however i m hardcoding any extra script i want to add to each of the
> tabs and that just ...well its wrong
> but i dont know what else to do
> suggestions?
>
> On Jul 24, 12:00 pm, roundcrisis <roundcri...@...> wrote:
>
> > bump
>
> > On Jul 23, 3:15 pm, roundcrisis <roundcri...@...> wrote:
>
> > > hi people
>
> > > how are you all?
>
> > > I m about to start building a plugin(?) but before i do i wanted to
> > > see if it exists and any comments you might have
> > > the pluging is for asynchronous loading tabgroup
> > > the tab group elelments must be dependent on json (or xml) each of the
> > > tabs must be able to handle events
> > > It should be p[osible to refence one tabgroup from somewhere else (for
> > > example click on another pluggin and that that affects the tab group
> > > say adding new tab elements, or updating the expected behaviour (say
> > > changing the target url))
>
> > > I have used jquery before for grids, tabs etc, but this is a bit
> > > bigger so i wanted to get extra insight
> > > Thanks for your help- Hide quoted text -
>
> > - Show quoted text -