Questions tagged [jquery-easyui]

Easyui is a collection of user-interface plugins based on jQuery.

Resources

About

EasyUI components can either be declared directly within the HTML markup via predefined classes (such as easyui-dialog as an extension to existing classes), or via JavaScript code built on jQuery (such as $('#id').dialog({...});).

The EasyUI framework offers out-of-the-box solutions for common website elements such as dialogs, datagrids or menus. Layout elements include tabs and accordion views (whereby panels can be collapsed, keeping only their title visible). Asynchronous handling via AJAX is also supported.

Use

To use EasyUI elements in a website, the JavaScript http://www.jeasyui.com/easyui/jquery.easyui.min.js needs to be included as well as the jQuery library. It is recommended to use the version of jQuery referred to in the EasyUI documentation (currently 1.7.2.) due to incompatibilities with the most recent versions (e.g. for the EasyUI edatagrid plugin).

419 questions
0
votes
2 answers

How to get jQuery EasyUI datagrid and treegrid to load in background?

I am trying build a jQuery EasyUI datagrid or treegrid out of a large query. Apparently the database takes long enough to respond that I get the "a script on this page may be busy" popup. Moreover, the entire browser (Firefox) locks up while it's…
bokov
  • 3,444
  • 2
  • 31
  • 49
0
votes
1 answer

How to reload the tabs in jquery easyui plugin?

I am using the jquery easyui to implement tabs. However, there is no reload function on the tabs. There is an reload example on official document, but it seems that it is just adding a reload icon instead of having an actual reload function:
user782104
  • 13,233
  • 55
  • 172
  • 312
-1
votes
2 answers

When I include the accordion, I find it always defaults to the first panel

<%@include file="mainNavigation.jsp"%> I don't like to copy the same code so I include the accordion, but when I open a new web, the accordion still at default panel. I try to write js to change the default panel, but it did not work. ${page} is…
steven
  • 25
  • 5
-1
votes
1 answer

jquery tree events didn't work

i have initialize jQuery EasyUI's tree and click on nodes it didn't alert to me. here is my html code
and my javascript is…
Neo Teo
  • 159
  • 6
  • 16
-1
votes
1 answer

easyui submit form but no data returned

I want to submit the form with easyui and test if it works. When I try, no data is being returned. Inclduded below is my html. There is only one line of code in the php file, loginvalidate.php: echo hello world Why is there not data returned? The…
生鱼片
  • 1
  • 1
-1
votes
3 answers

Ajax page refresh after passing values to server

I have the following code onClick of a button function Test(){ $.ajax({ type: 'POST', url: 'testme?userId= <%=session.getAttribute("username").toString()%>', load: 'test.jsp' }); } What I am trying to achieve with the above is after passing…
Jacob
  • 14,463
  • 65
  • 207
  • 320
-1
votes
4 answers

How to set the default value of input item with jQuery EasyUI framework

I am trying to set the default value of an input item from last two days. For this, i have also searched in google but till not cannot find the solution. I am using jQuery EasyUI framework.
user3354952
  • 17
  • 1
  • 5
-1
votes
1 answer

Creating links inside a jQuery dialog

This is driving me nuts. I've been banging my head against this for a couple of days now and it seems like this should be really simple. I have a jQuery EasyUI page that I'm building and it has a datagrid that opens a dialog box when you select…
Scott Nipp
  • 121
  • 12
-1
votes
2 answers

Jquery Easy UI: Insert textbox in datagrid view

I am using jquery easy ui plugin.I want to insert text box in a datagrid view. Want to insert text box.
NKM
  • 304
  • 2
  • 7
  • 13
-1
votes
2 answers

Jquery EasyUI and
issues

I'm trying to build a site that uses a layout from the JQuery EasyUI using .NET with C# 4.0. However, whenever I wrap the site in a control, the layout is completely screwed up and doesn't display correctly. I imagine it has something to do with…
-2
votes
1 answer

Twitter bootstrap integration with easyUI

Can someone share his experience on using Easy UI and BootStrap together? just want to know if i will face any compatibility issue using them together?
-2
votes
1 answer

jEasyUI, Toolbar in tab

I would like to add a toolbar to a tab, but I cannot find anything regarding that in the documentation. I understand a tab is basically a panel. Is it possible to access that and add the toolbar? My goal is to have a toolbar in each tab with for…
skorge
  • 11
  • 3
-4
votes
1 answer

JS error: SyntaxError: expected expression, got '}'

I use JEasyUI combo box and I have it configured liked this:
zac
  • 4,495
  • 15
  • 62
  • 127
1 2 3
27
28