653 comments found.
Sorry for asking as much… i just want to draw a bar graph… i´ve added div class=”bars” id=”vBar”
like in the example and included all js but nothing is drawed… if i execute the code from bars.js in my javascript console the bars are shown … thanks
Hi again,
is there a class for a disabled Button ?
thanks
Hey.
What do you mean? Just a class or a part of some plugin?
I just need a styled disabled input button..
oh, general disabled button doesn’t have stylings i guess, but you can style it yourself by using
input[disabled] {
// styles
}
or use a class, .disabled for example
Hi,
is it possible to define a custom progressbar in the document with <script>-tag ?
if i add following code and delete it from custom.js nothing happens:
$( "#progressbar" ).progressbar({
value: <?php echo $val; ?>
});
<script type=”text/javascript”> setTimeout(function(e) { $( ”#progressbar” ).progressbar({ value: 19 }); }, 100) </script>
works but is there a clean solution?
You want just to use a progress bar with custom parameters and only on 1 page, did i get you correctly?
If yes, you can set a unique id to the div and use the same parameters from my demo, but with this id, so your code is correct
Hi Kopyov, this is a really nice template!! I have a little problem, I want to create a buttons with other colours. It is possible to send me the PSD files of the buttons?? I try to create manually but this is not good. The shadows are not displaying like yours. I’m talking about the png files which are in /images/ui/*Btn.png.
Thank you!
Hey. Thanks for purchase!
I’d suggest you to wait a bit, i am working on a new update where i’ll replace images buttons with buttons with css3 gradients
So you’ll be able to edit button colors directly in css
Dear Kopov, usually use the following js in various forms of your template in order to avoid duplication of transmission: <input type = “submit” value = “Submit” class = “greyishBtn submitForm” onClick = “if (this.value == ‘send’) this.form.submit (); this.value = ‘Please wait …’ ; this.disabled = true; ”/> ... But do not get it to work specifically in the “Wizard with validation – First.” How could adapt the above code, or what you’ve indicated earlier, in the form submit button type “Wizard”, as follows: <input class=”basicBtn” id=”back” value=”Back” type=”reset” /> <input class=”blueBtn” id=”next” value=”Next” type=”submit” />
I guess you need to edit a plugin file – jquery.form.wizard.js, you can add any values there for Submit button
Hello,
first of all this is a very nice template! Is there a possibility to create a wizard in v2.0 ?
Regards Leo
Hey.
Thanks!
Wizard already implemented, on UI elements page
.datepicker { width: 58px!important; }
I guess it should have 58px right? And it is indeed growing to 100%. In the example page ui_elements.html you managed to have it the proper size, but it’s not inside the dialog. Any other hint?
width: 96%!important;
in line 376, it should work
I am trying to put a form inside a JQuery Dialog and I can’t figure out how to make the Datepicker to not use the full width of the dialog. I am trying to make a dialog with a Label and two date picker (for start and end date) and using the same html as you have on ui_elements for date pickers, the input field is stretching to match the width of the dialog. I want that it will occupy only it’s size so I can put another one in the right. Thanks!
If you mean input field of datepicker has 100% width, edit styles for a specific datepicker class in ui_custom.css, because by default they have 100% width
Hi Kopyov,
I got problem with form to submit via ajax (serialize).
Example :
<script type=”text/javascript” > $(function() { $(”.submit”).click(function() { var name = $(”#name”).val(); var username = $(”#username”).val(); var password = $(”#password”).val(); var gender = $(”#gender”).val(); var dataString = ‘name=’+ name + ‘&username=’ + username + ‘&password=’ + password + ‘&gender=’ + gender;
if(name==’’ || username==’’ || password==’’ || gender==’‘) { $(’.success’).fadeOut(200).hide(); $(’.error’).fadeOut(200).show(); }else{ $.ajax({ type: “POST”, url: “dsp_cfindexcharting.cfm”, data:$(’#form’).serialize(), success: function(response){ $(’.msg’).html(response); $(’.success’).fadeIn(200).show(); $(’.error’).fadeOut(200).hide();} }); }
return false; }); }); </script>
<form id=”form” method=”post” name=”form”>- <input id=”name” name=”name” type=”text” />
- <input id=”username” name=”username” type=”text” />
- <input id=”password” name=”password” type=”password” />
- <select id=”gender” name=”gender”> <option value=””>Gender</option> <option value=”1”>Male</option> <option value=”2”>Female</option> </select>
When i click submit… it suppose to serialize the submission without refreshing the whole page. Unfortunately, when i use this theme. Its refresh everything.
Is there any workaround for my problem.
Regards,
Bakri
Try to submit a form with $.ajaxSubmit
or try to play with event.preventDefault(); for default event
Hi Kopyov,
Thanx a lot. Its work. now..i got another series of problem. with the jquery .load(), once the page loaded into the container. all your features doesn’t work. for example. i load external page from my main page. That external page contain a dynamic table. the table is loaded, but all the features like search / sort and paging all doesn’t work. how to make it works. Pls help.
Regards,
Bakri
could you please show me your page, i’ll check what’s wrong?
Thanks
Pls navigate here ==> http://civet.viviotech.net/project_dark/index.cfm
Click on “Fund Analysis” will load another page which load from other HTML .
Seems like plugin doesn’t work at all. Does your table work correctly on that page you load?
hi kopyov,
now its working. my mistake. accidently deleted script jquery file on content page.
Thanks for support & speedy reply.
Regards,
Bakri.
Hi Kopyov,
I got another issue with jquery + table plugin. Pls look here > http://civet.viviotech.net/project_dark/index2.cfm If u click “Fund Analysis” the div will load table from file > http://civet.viviotech.net/project_dark/dsp_content.cfm
The issue is. I can independently access http://civet.viviotech.net/project_dark/dsp_content.cfm. But when its load from index2.cfm its so damn slow + give this error message “Cannot reinitialise DataTable. To retrieve the DataTables object for this table, please pass either no arguments to the dataTable() function, or set bRetrieve to true. Alternatively, to destory the old table and create a new one, set bDestroy to true (note that a lot of changes to the configuration can be made through the API which is usually much faster).”
Can you help me to solve this issue.
Regards,
Bakri
your page shows an error that 2 files are missed – mousewheel and spinner, that’s why the rest of jquery plugins could be broken
Hi Kopyov, Pls look here > http://civet.viviotech.net/project_dark/index2.cfm All js file included. No broken plugin. The table file is here > http://civet.viviotech.net/project_dark/dsp_content.cfm
The problem is, if i go straight to http://civet.viviotech.net/project_dark/dsp_content.cfm. No issue. Speed is fast.
But when i load “http://civet.viviotech.net/project_dark/dsp_content.cfm” from http://civet.viviotech.net/project_dark/index2.cfm [click on “Fund Analysis”]. That will takes long time to load. It also give this error “Cannot reinitialise DataTable. To retrieve the DataTables object for this table, please pass either no arguments to the dataTable() function, or set bRetrieve to true. Alternatively, to destory the old table and create a new one, set bDestroy to true (note that a lot of changes to the configuration can be made through the API which is usually much faster).”
I see. Honestly i have no idea why it works so slow, because i don’t know your code, your datatables settings and your general concept. As i understood you load table via ajax by pressing Fund analysis? If yes, try to load table in a simple iframe and check if it works fine there. What settings for datatable are you using?
hi kopyov,
You are rite, my concept is to load the table content which from other file into div using ajax. Not sure wether this is the correct way to do it.
If can give me advise on how to materialise it. Im just using your sample form the source file as for now. no fancy setting. Hope u can help.
This is my content code ==>
<!DOCTYPE html PUBLIC ”-//W3C//DTD XHTML 1 .0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml”> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8” /> <title>Untitled Document</title> </head> <link href=”css/main.css” rel=”stylesheet” type=”text/css” /> <script type=”text/javascript” src=”jquery/1.7/jquery.min.js”></script> <script type=”text/javascript” src=”js/plugins/spinner/jquery.mousewheel.js”></script> <script type=”text/javascript” src=”js/plugins/spinner/ui.spinner.js”></script>
<!—<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js”></script> -->
<script type=”text/javascript” src=”jqueryui/1.8/jquery-ui.min.js”></script>
<script type=”text/javascript” src=”js/plugins/wysiwyg/jquery.wysiwyg.js”></script>
<script type=”text/javascript” src=”js/plugins/wysiwyg/wysiwyg.image.js”></script>
<script type=”text/javascript” src=”js/plugins/wysiwyg/wysiwyg.link.js”></script>
<script type=”text/javascript” src=”js/plugins/wysiwyg/wysiwyg.table.js”></script>
<script type=”text/javascript” src=”js/plugins/flot/jquery.flot.js”></script>
<script type=”text/javascript” src=”js/plugins/flot/jquery.flot.orderBars.js”></script>
<script type=”text/javascript” src=”js/plugins/flot/jquery.flot.pie.js”></script>
<script type=”text/javascript” src=”js/plugins/flot/excanvas.min.js”></script>
<script type=”text/javascript” src=”js/plugins/flot/jquery.flot.resize.js”></script>
<script type=”text/javascript” src=”js/plugins/tables/jquery.dataTables.js”></script>
<script type=”text/javascript” src=”js/plugins/tables/colResizable.min.js”></script>
<script type=”text/javascript” src=”js/plugins/forms/forms.js”></script>
<script type=”text/javascript” src=”js/plugins/forms/autogrowtextarea.js”></script>
<script type=”text/javascript” src=”js/plugins/forms/autotab.js”></script>
<script type=”text/javascript” src=”js/plugins/forms/jquery.validationEngine-en.js”></script>
<script type=”text/javascript” src=”js/plugins/forms/jquery.validationEngine.js”></script>
<script type=”text/javascript” src=”js/plugins/forms/jquery.dualListBox.js”></script>
<script type=”text/javascript” src=”js/plugins/forms/chosen.jquery.min.js”></script>
<script type=”text/javascript” src=”js/plugins/forms/jquery.maskedinput.min.js”></script>
<script type=”text/javascript” src=”js/plugins/forms/jquery.inputlimiter.min.js”></script>
<script type=”text/javascript” src=”js/plugins/forms/jquery.tagsinput.min.js”></script>
<script type=”text/javascript” src=”js/plugins/other/calendar.min.js”></script>
<script type=”text/javascript” src=”js/plugins/other/elfinder.min.js”></script>
<script type=”text/javascript” src=”js/plugins/uploader/plupload.js”></script>
<script type=”text/javascript” src=”js/plugins/uploader/plupload.html5.js”></script>
<script type=”text/javascript” src=”js/plugins/uploader/plupload.html4.js”></script>
<script type=”text/javascript” src=”js/plugins/uploader/jquery.plupload.queue.js”></script>
<script type=”text/javascript” src=”js/plugins/ui/jquery.progress.js”></script>
<script type=”text/javascript” src=”js/plugins/ui/jquery.jgrowl.js”></script>
<script type=”text/javascript” src=”js/plugins/ui/jquery.tipsy.js”></script>
<script type=”text/javascript” src=”js/plugins/ui/jquery.alerts.js”></script>
<script type=”text/javascript” src=”js/plugins/ui/jquery.colorpicker.js”></script>
<script type=”text/javascript” src=”js/plugins/wizards/jquery.form.wizard.js”></script>
<script type=”text/javascript” src=”js/plugins/wizards/jquery.validate.js”></script>
<script type=”text/javascript” src=”js/plugins/ui/jquery.breadcrumbs.js”></script>
<script type=”text/javascript” src=”js/plugins/ui/jquery.collapsible.min.js”></script>
<script type=”text/javascript” src=”js/plugins/ui/jquery.ToTop.js”></script>
<script type=”text/javascript” src=”js/plugins/ui/jquery.listnav.js”></script>
<script type=”text/javascript” src=”js/plugins/ui/jquery.sourcerer.js”></script>
<script type=”text/javascript” src=”js/plugins/ui/jquery.timeentry.min.js”></script>
<script type=”text/javascript” src=”js/plugins/ui/jquery.prettyPhoto.js”></script>
<script type=”text/javascript” src=”js/custom.js”></script>
<!- Dynamic table ->
Dynamic table
| Rendering engine | Browser | Platform(s) | Engine version | CSS grade |
|---|---|---|---|---|
| Trident | Internet Explorer 4.0 | Win 95+ | 4 | X |
| Trident | Internet Explorer 5.0 | Win 95+ | 5 | C |
| Trident | Internet Explorer 5.5 | Win 95+ | 5.5 | A |
| Trident | Internet Explorer 6 | Win 98+ | 6 | A |
| Trident | Internet Explorer 7 | Win XP SP2 + | 7 | A |
| Trident | AOL browser (AOL desktop) | Win XP | 6 | A |
| Gecko | Firefox 1.0 | Win 98+ / OSX .2+ | 1.7 | A |
| Gecko | Firefox 1.5 | Win 98+ / OSX .2+ | 1.8 | A |
| Gecko | Firefox 2.0 | Win 98+ / OSX .2+ | 1.8 | A |
| Gecko | Firefox 3.0 | Win 2k+ / OSX .3+ | 1.9 | A |
| Gecko | Camino 1.0 | OSX .2+ | 1.8 | A |
| Gecko | Camino 1.5 | OSX .3+ | 1.8 | A |
| Gecko | Netscape 7.2 | Win 95+ / Mac OS 8 .6-9.2 | 1.7 | A |
| Gecko | Netscape Browser 8 | Win 98SE+ | 1.7 | A |
| Gecko | Netscape Navigator 9 | Win 98+ / OSX .2+ | 1.8 | A |
| Gecko | Mozilla 1.0 | Win 95+ / OSX .1+ | 1 | A |
| Gecko | Mozilla 1.1 | Win 95+ / OSX .1+ | 1.1 | A |
| Gecko | Mozilla 1.2 | Win 95+ / OSX .1+ | 1.2 | A |
| Gecko | Mozilla 1.3 | Win 95+ / OSX .1+ | 1.3 | A |
| Gecko | Mozilla 1.4 | Win 95+ / OSX .1+ | 1.4 | A |
| Gecko | Mozilla 1.5 | Win 95+ / OSX .1+ | 1.5 | A |
| Gecko | Mozilla 1.6 | Win 95+ / OSX .1+ | 1.6 | A |
| Gecko | Mozilla 1.7 | Win 98+ / OSX .1+ | 1.7 | A |
| Gecko | Mozilla 1.8 | Win 98+ / OSX .1+ | 1.8 | A |
| Gecko | Seamonkey 1.1 | Win 98+ / OSX .2+ | 1.8 | A |
| Gecko | Epiphany 2.20 | Gnome | 1.8 | A |
| Webkit | Safari 1.2 | OSX .3 | 125.5 | A |
| Webkit | Safari 1.3 | OSX .3 | 312.8 | A |
| Webkit | Safari 2.0 | OSX .4+ | 419.3 | A |
| Webkit | Safari 3.0 | OSX .4+ | 522.1 | A |
| Webkit | OmniWeb 5.5 | OSX .4+ | 420 | A |
| Webkit | iPod Touch / iPhone | iPod | 420.1 | A |
| Webkit | S60 | S60 | 413 | A |
| Presto | Opera 7.0 | Win 95+ / OSX .1+ | - | A |
| Presto | Opera 7.5 | Win 95+ / OSX .2+ | - | A |
| Presto | Opera 8.0 | Win 95+ / OSX .2+ | - | A |
| Presto | Opera 8.5 | Win 95+ / OSX .2+ | - | A |
| Presto | Opera 9.0 | Win 95+ / OSX .3+ | - | A |
| Presto | Opera 9.2 | Win 88+ / OSX .3+ | - | A |
| Presto | Opera 9.5 | Win 88+ / OSX .3+ | - | A |
| Presto | Opera for Wii | Wii | - | A |
| Presto | Nokia N800 | N800 | - | A |
| Presto | Nintendo DS browser | Nintendo DS | 8.5 | C/A1 |
| KHTML | Konqureror 3.1 | KDE 3 .1 | 3.1 | C |
| KHTML | Konqureror 3.3 | KDE 3 .3 | 3.3 | A |
| KHTML | Konqureror 3.5 | KDE 3 .5 | 3.5 | A |
| Tasman | Internet Explorer 4.5 | Mac OS 8 -9 | - | X |
| Tasman | Internet Explorer 5.1 | Mac OS 7 .6-9 | 1 | C |
| Tasman | Internet Explorer 5.2 | Mac OS 8 -X | 1 | C |
| Misc | NetFront 3.1 | Embedded devices | - | C |
| Misc | NetFront 3.4 | Embedded devices | - | A |
| Misc | Dillo 0.8 | Embedded devices | - | X |
| Misc | Links | Text only | - | X |
| Misc | Lynx | Text only | - | X |
| Misc | IE Mobile | Windows Mobile 6 | - | C |
| Misc | PSP browser | PSP | - | C |
| Other browsers | All others | - | - | U |
This is my calling main page ==>
<!doctype html>
<head> <meta charset=”utf-8” /> <title>jQuery Ajax – check status</title> <link href=”css/main.css” rel=”stylesheet” type=”text/css” /> <script type=”text/javascript” src=”jquery/1.7/jquery.min.js”></script> <script type=”text/javascript” src=”js/plugins/spinner/jquery.mousewheel.js”></script> <script type=”text/javascript” src=”js/plugins/spinner/ui.spinner.js”></script> <script type=”text/javascript” src=”jqueryui/1.8/jquery-ui.min.js”></script> <script type=”text/javascript” src=”js/plugins/wysiwyg/jquery.wysiwyg.js”></script> <script type=”text/javascript” src=”js/plugins/wysiwyg/wysiwyg.image.js”></script> <script type=”text/javascript” src=”js/plugins/wysiwyg/wysiwyg.link.js”></script> <script type=”text/javascript” src=”js/plugins/wysiwyg/wysiwyg.table.js”></script> <script type=”text/javascript” src=”js/plugins/flot/jquery.flot.js”></script> <script type=”text/javascript” src=”js/plugins/flot/jquery.flot.orderBars.js”></script> <script type=”text/javascript” src=”js/plugins/flot/jquery.flot.pie.js”></script> <script type=”text/javascript” src=”js/plugins/flot/excanvas.min.js”></script> <script type=”text/javascript” src=”js/plugins/flot/jquery.flot.resize.js”></script> <script type=”text/javascript” src=”js/plugins/tables/jquery.dataTables.js”></script> <script type=”text/javascript” src=”js/plugins/tables/colResizable.min.js”></script> <script type=”text/javascript” src=”js/plugins/forms/forms.js”></script> <script type=”text/javascript” src=”js/plugins/forms/autogrowtextarea.js”></script> <script type=”text/javascript” src=”js/plugins/forms/autotab.js”></script> <script type=”text/javascript” src=”js/plugins/forms/jquery.validationEngine-en.js”></script> <script type=”text/javascript” src=”js/plugins/forms/jquery.validationEngine.js”></script> <script type=”text/javascript” src=”js/plugins/forms/jquery.dualListBox.js”></script> <script type=”text/javascript” src=”js/plugins/forms/chosen.jquery.min.js”></script> <script type=”text/javascript” src=”js/plugins/forms/jquery.maskedinput.min.js”></script> <script type=”text/javascript” src=”js/plugins/forms/jquery.inputlimiter.min.js”></script> <script type=”text/javascript” src=”js/plugins/forms/jquery.tagsinput.min.js”></script> <script type=”text/javascript” src=”js/plugins/other/calendar.min.js”></script> <script type=”text/javascript” src=”js/plugins/other/elfinder.min.js”></script> <script type=”text/javascript” src=”js/plugins/uploader/plupload.js”></script> <script type=”text/javascript” src=”js/plugins/uploader/plupload.html5.js”></script> <script type=”text/javascript” src=”js/plugins/uploader/plupload.html4.js”></script> <script type=”text/javascript” src=”js/plugins/uploader/jquery.plupload.queue.js”></script> <script type=”text/javascript” src=”js/plugins/ui/jquery.progress.js”></script> <script type=”text/javascript” src=”js/plugins/ui/jquery.jgrowl.js”></script> <script type=”text/javascript” src=”js/plugins/ui/jquery.tipsy.js”></script> <script type=”text/javascript” src=”js/plugins/ui/jquery.alerts.js”></script> <script type=”text/javascript” src=”js/plugins/ui/jquery.colorpicker.js”></script> <script type=”text/javascript” src=”js/plugins/wizards/jquery.form.wizard.js”></script> <script type=”text/javascript” src=”js/plugins/wizards/jquery.validate.js”></script> <script type=”text/javascript” src=”js/plugins/ui/jquery.breadcrumbs.js”></script> <script type=”text/javascript” src=”js/plugins/ui/jquery.collapsible.min.js”></script> <script type=”text/javascript” src=”js/plugins/ui/jquery.ToTop.js”></script> <script type=”text/javascript” src=”js/plugins/ui/jquery.listnav.js”></script> <script type=”text/javascript” src=”js/plugins/ui/jquery.sourcerer.js”></script> <script type=”text/javascript” src=”js/plugins/ui/jquery.timeentry.min.js”></script> <script type=”text/javascript” src=”js/plugins/ui/jquery.prettyPhoto.js”></script> <script type=”text/javascript” src=”js/custom.js”></script> <script type=”text/javascript”> $(document).ready(function() { });
// select all the links with class="lnk", when one of them is clicked, get its "href" value
// load the content from that URL and check the "status" of the request
// place the response or an error message into the tag with id="content"
$('a.lnk').click(function() {
var url = $(this).attr('href');
})
$("#dvLoading").show("slow");
});
return false;
oTable = $('#example1').dataTable({
"bJQueryUI": true,
"bProcessing": true,
"bServerSide": true,
//"sAjaxSource": "scripts/server_processing.php",
"sPaginationType": "full_numbers",
"sDom": '<""f>t<"F"lp>'
});
$('#container').load(url, function(response, status, xhr) {
// check the status, if "success", place the response into #content
// else, if "error", define an error message and insert it into #content
// else, display an Alert with the status
if(status=='success') {
$('#dvLoading').fadeOut(2000);
$('#container').html(response);
}
else if(status=='error') {
var ermsg = 'There was an error: '+ xhr.status+ ' '+ xhr.statusText+ '';
$('#container').html(ermsg);
}
else { alert(status); }
$(window).load(function(){ $(’#dvLoading’).fadeOut(2000); });
</script> <style> @font-face { font-family: ‘Cuprum’; font-style: normal; font-weight: 400; src : url(font/cuprum.ttf) format(‘truetype’); } @font-face { src: url(font/insda__-webfont.ttf) format(“truetype”); font-family: “INSDA”; /font-style: normal;/ } .normandy_f6 { font: 70px “INSDA”; } .normandy_f5 { font: 50px “INSDA”; } .normandy_f4 { font: 35px “INSDA”; } #dvLoading { background:url(images/loaders/loader7.gif) no-repeat center center; height: 19px; width: 220px; position: fixed; z-index: 1000; left: 50%; top: 50%; margin: -25px 0 0 -25px; } </style> </head>
<!-
Profile -
Tasks -
Messages 8
- new message
- inbox
- outbox
- trash
-
Settings
Logout
- Support tickets 9
- Fund Analysis
- User list
- Billing panel
could you please try to load your pable without ajax, in a simple iframe? Just to check if everything is ok with datatable settings? 
Hi Kopyov,
This is my iframe test ==> http://civet.viviotech.net/project_dark/index3.html
The datatable is taking from your sample. no extra setting.
Hi Kopvoy,
My iFrame solved thru different solution. BTW , i got question on multiple search selectbox. i do have search box + “Multiple with search” as the child. The “Multiple with search” is dynamically fill in data based on the search result. Data is retrieve via AJAX . Unfortunately, when i reload the data thru AJAx. The “Multiple with search” list does not refresh. How can i make it refresh and reflect the new data?
Thanx & regards,
Bakri
Hi Kopyov,
I got 2 issues today.
1. i try to put checkbox on dynamic table. when i go to second page, the checkbox is revert to ordinary checkbox. How can i solved this issue so all checkbox can have similar skin.
2. The tab selection state for tabbing. How can i detect n get the tab selected after i refresh a page. for example, if i click tab no 2, then i refresh the page. How can i make tab no 2 been selected.
Hope u can help me on this. I bit blurr on this technical part.
Regards
Bakri
1. Are you using Uniform plugin for forms styling? Or still JQtransform?
2. For now this is not possible without additional code. In the next update i will add jquery UI tabs, that is possible there. Current tabs are just a set of simple jquery functions and events. Or you can try to play with hashchange
Hi Kopyov,
How do i put 2 or more dynamic table in one page. I’ve try using your example some how only first table appear. 2nd n 3rd dynamic table failed.
Can u gimme hint how to implement this?
Thanks mate
Check for unique id’s for tables, or use classes which run datatables plugin instead of id’s 
Hello! Thanks for the answer above, I resolved the issue. I wonder also if there is some js in the design or method to prevent double click on form submissions, avoiding duplication of transmission?
You can try to add Disabled attr to the button after the first click:
// assuming you're talking submit buttons
$("form :input:submit").click(function() {
this.disabled = 'disabled';
// or $(this).attr("disabled", true);
});
Hi bought this about a week ago and its really easy to work with—Very Nice!. I’m not too familiar with javascript and the only thing I can’t figure out is how to limit Maximum Characters or limit the number of keywords on the tagsinput js. Is this something you could add? either would be great.
Hi.
Full set of plugin settings:
$(selector).tagsInput({
'autocomplete_url': url_to_autocomplete_api,
'autocomplete': { option: value, option: value},
'height':'100px',
'width':'300px',
'interactive':true,
'defaultText':'add a tag',
'onAddTag':callback_function,
'onRemoveTag':callback_function,
'onChange' : callback_function,
'removeWithBackspace' : true,
'minChars' : 0,
'maxChars' : 0 //if not provided there is no limit,
'placeholderColor' : '#666666'
});
More info and complete documentation you can find here
This is not only a theme or template.. With all the included plugins and detailed documentation this is absolutely amazing and definitely worth the money! Outstanding, five stars! 
Thank you for kind words!
Hello there, There is a way to add an horizontal menu with submenus?
Example: http://cssmenumaker.com/menu/grey-impression-drop-down-menu-0
But stylized like your theme…
Hello.
Sorry, i don’t have any plans to add such menus. You can do it yourself, that should be pretty easy with existing styles
Hi dear, I catched an error in theme like this http://d.pr/i/hSeV According to pictue, styled drop down list is not fitting in the page. How can fixed that? Thanks.
Hello! In the form “Wizard with validation” – located on page ui_elements.html-how can implement validation for more than an imput, since the proposed model can only use the “req” to name just one?
Hey.
You can use .required for the input field, if you need to validate multiple input fields with the same message – simply add class=”required”. If you need different messages, set necessary settings for the validation in custom.js file for the validation
Thanks!!!!!!!!!!!!!!!
erro line 211 =(
give me your email, i will send a js file. Or simply remove commas if you’ll find those errors. IE shows an error if the latest element contains a comma
look at the error -> http://www.andremmoura.com.br/amm/login.html
Remove comma from line 111, after
required: "Bazinga! This message is editable"
the error remains only in IE =(
but this error only happens in IE =(
try to remove a comma from that line. And check again that code for the correct syntax