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
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
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
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo