Re: re[jQuery] fresh tabs

2010-02-22 Thread stworthy
Using http://jquery-easyui.wikidot.com jquery-easyui tabs plugin, the tabs panel will refresh automatically. Example: First Tab Second Tab Third Tab Output: http://old.nabble.com/file/p27685351/tabs.png whynotter wrote: > > Hi, > I ha

Re: [jQuery] Plugin to include HTML in a window

2010-02-09 Thread stworthy
Maybe the window plugin of jquery-easyui can fit your needs. http://jquery-easyui.wikidot.com/tutorial:win3 ReynierPM-3 wrote: > > Hi every: > I want to show a HTML form in a window that I can move or close or > minimize (I don't know what's the correct definition here). Exists any > plugin f

Re: [jQuery] popup form

2010-02-05 Thread stworthy
Perhaps here has some plugins you need: datagrid,window,etc. http://jquery-easyui.wikidot.com/ Oguz Yarimtepe wrote: > > > At my web application i am using jquery for updating some div areas. I > also need to update some tables which are produced after executing some > queries at my db. So i

Re: [jQuery] JQuery Context Menu Plugin

2010-02-05 Thread stworthy
Here is another menu plugin http://jquery-easyui.wikidot.com/tutorial:menu Asharudeen wrote: > > Hi, > > I am using JQuery Right Click Context Menu plugin from the following site, > http://www.trendskitchens.co.nz/jquery/contextmenu/ > > Seems it works on Firefox/IE/Chrome browsers. But it ha

[jQuery] create a menu in jQuery easyui

2010-01-19 Thread stworthy
To define a http://code.google.com/p/jquery-easyui/ easyui menu, prepare a menu markup: New Open Save Exit Now build the menu: $('#mm').menu(); Remember the menu is hidden, show the menu by run

Re: [jQuery] Sliding Tabs

2009-12-21 Thread stworthy
Here is a tabs plugin http://www.etmvc.cn/project/show/63 http://www.etmvc.cn/project/show/63 Perhapse it is what you want. KFawcett wrote: > > Is it possible to have an effect like mootools sliding tabs? > > I have multiple tabs but they are overflowing so the look like this: > > tab1, ta

Re: [jQuery] custom event firing

2009-11-26 Thread stworthy
The function of your plugin is to trigger the event 'myEvent'. The first time you invoke the hilight() method but now the 'myEvent' event not bind to '#myDiv',so you cannot get the alert information. The second time you click, the '#myDiv' has bind 'myEvent' one time, so you get the alert informa

[jQuery] another datagrid plugin for jQuery

2009-11-24 Thread stworthy
Today I publish a new datagrid plugin for jQuery which similar to Flexigrid. Lightweight but have powerful features as following: * Resizable columns * Can convert an ordinary table * Paging * Toolbar * Create columns from tags * Checkbox Selecting * Show row numbers

Re: [jQuery] UI Dialog: Need the ID of the clicked button...

2009-11-18 Thread stworthy
Using the data method is a good idea. $.data($('#new')[0],'id',value) discern wrote: > > Use a global. Makes more sense than my solution. Thanks. I always > forget about globals. > > -- View this message in context: http://old.nabble.com/UI-Dialog%3A-Need-the-ID-of-the-clicked-button...-tp

Re: Re[jQuery] move a tab that contains some element

2009-11-18 Thread stworthy
Show you another tabs plugin http://www.etmvc.cn/project/show/63 http://www.etmvc.cn/project/show/63 To remove a tab you can invoke $('#tab').tabs('close',title). Note: close a tab only pass the tab's title, not remember the index of the tab. cPetru wrote: > > Hello > > I created some tabs

Re: [jQuery] SimpleModal issues when loading content via Ajax

2009-11-12 Thread stworthy
I use this dialog plugin instead of SimpleModal, I'm feeling it works good. http://www.etmvc.cn/project/show/61 http://www.etmvc.cn/project/show/61 Eric Getchell wrote: > > Hello, > > I’m having two issues with the SimpleModal jQuery plugin that I’m sure > someone knows the answers to. Essen

Re: [jQuery] Jquery Tabs

2009-11-12 Thread stworthy
try to use this tabs plugin http://www.etmvc.cn/project/show/63 http://www.etmvc.cn/project/show/63 StephenJacob wrote: > > I'm having an issue, which seems common, when loading tab content > using the Jquery Tab plugin. It seems the content loads on the page > prior to being "tabbed". This ca