2227 comments found.
New to jquery and have tried everything I can research. I have a login page. jquery validation is working. However, AFTER I validate the page (say for required fields), I then need to call a server side method to validate the login credentials and/or store information to a database. Here is what I have tried: The method gets triggered, but not AFTER the jquery validation. It happens at the same time. Any assistance would be greatly appreciated.
<script type="text/javascript">
$(document).ready(function () {
var msgbox = $("#status");
});
$("#btnSubmit").click(function () {
$.ajax({
});
type: "POST",
//Page Name (in which the method should be called) and method name
});
url: "Login.aspx/ValidateLogin",
// If you want to pass parameter or data to server side function you can try line
//data: "{'args':txtUserName}",
//else If you don't want to pass any value to server side function leave
data: "{}",
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function (msg) {
//Got the response from server and render to the client
msgbox.html(msg.d);
}
</script>
Hello Support Team,
any updates for (Ecomerce) ? http://demo.interface.club/limitless/layout_4/LTR/material/ecommerce_product_list.html
Regards
Hello there
Yes, should be available for download tomorrow or on Thursday depending on review queue.
Thanks
Thanks for your advise 
Hi Kopyov,
any chance to ‘personalized’ Limitless tool kit for one of our corporate dashboard?
If possible, please inbox me for further discussion.
Cheers, kinooy at yahoo dot com
Hi
It is possible, but unfortunately i am fully booked for the next 2 months, sorry. Please send me some details to e.kopyov[at]gmail.com
Thanks
Hi, What exactly do we buy with the extended license? CSS? Can different developers work simultaneously to create one end-product? Thanks,
Kristien Neyens
Hey Kristien
With the Extended license you get exactly the same copy of Limitless, but without strict limitation in usage – you can use the template in the item that is sold and of course no limits on developers or teams, the only limit is 1 license per 1 product.
Thanks
hi just a question… is it possible to use regular expressions within your validation system? if yes, how?
can you give me an example?
tnks.
Hi I love your theme, I want to add in the latest full calendar update as it has improved touch support would I need to make many changes to get it implemented ?
Thanks Steve
Hey Steve,
Please wait 2 more days and i’ll push an update for Limitless, which will include latest version of Fullcalendar 
Thanks
Fantastic! Other feature would be mobile drag option on your full calendar advanced, http://demo.interface.club/limitless/layout_1/LTR/default/extension_fullcalendar_advanced.html
Ah, to enable touch support for those dragging events you can use TouchPunch extension, which adds touch support for jQuery UI Sorting.
Thanks
Dear author,
i tried to use the .no-shadow class on the panel element, but not worked. There is no reference for it in the css files.
Regards
Hello
Ohh, thank you very much for pointing out this issue. Apparently it was lost during update, will be fixed in 2 days. Very sorry about that.
Thanks!
Hello guys,
any news on new update. we are about to work on a e’commerce solution and just waiting for you to hit us with the amazing design for e’commerce. is it coming soon sometimes?
many thanks 
Hello there
Yes, will be available for download on Wednesday 
Thanks
Great news
Many thanks 
is that possible to make FAB Menu opens left/right instead of top/bottom …can u pls suggest me the solution
Hi
Yes, it is possible, but requires quite a lot of changes in fab.less file. I am planning to implement that in 2.0 version
Thanks
ok thanks for the reply
I am trying to use noui slider in my react project. Ii uploaded all the assets and converted its html into jsx. I can see the noui slider on my page. But there is no functionality. like I cannot drag it to change values. What should i do?
Hi
To better understand your problem, i need to see your code and the result. Do you see any JS errors in your console?
Thanks
planned add landing page?¿
Hi
No, sorry. Authors are not allowed to bundle templates from different categories.
Thanks
Hi,
I have a quick question about the javascript prompts. I am trying to store value from prompt and trying to send it via ajax but i am unable to do that. Or, Is there any way i can store the value from prompt and use it in php.
Thankyou!
Hey
Unfortunately i can’t help you much with php, not an expert. Could you please post the code you are using? Just want to understand better what you are trying to achieve and what goes wrong.
Thanks
is there a webpack compatible build for the theme?
Unfortunately no, but considering it for future releases.
Thanks
Hi – I have a question if I may: I want to use the steps wizard / form wizard. My only issue is that I have lots of steps. Possible as many as 20 or more.
The idea is to create a task system where one can create multiple worklow steps in being able to complete a task. I cannot squizz them all in the screen. Is there a way to scroll the steps from left to right?
Also – do you have a multiple file uploader?
And lastly – the tabs: also if I have many tabs, how can we ensure that it doesn’t squizz in the width – is there a horizontal scroll on that by any chance?
Thank you
Thanks.
Hi
1. Unfortunately no, steps design is pretty limited in terms of size – on small screens big number of steps will have a bad user experience, because user will need to scroll down a lot to see the actual content. I would suggest you to combine steps and use 6 steps max.
2. Yes, all file uploaders – plupload, dropzone and bootstrap file input support multiple files.
3. In version 2.0 i am planning to include tabDrop extension, but current version doesn’t have a solution. Adding scrollbar will break dropdown menu in tabs nav.
Thanks
Kopyov, will this theme get updated to bootstrap 4?
Hey
Of course, i am waiting for the first Beta to start working on integration.
Thanks
Hi. Me again 
I have a issue about the responsiveness about the tables.
In desktop and tablet they look fine. But when I try it in mobile, the table is overflowing (examples in the links below).
Is it possible that I can make some columns dissapear in mobile?
Desktop: https://moj.wefit.si/other/desktop.PNG tablet: https://moj.wefit.si/other/ipad.PNG Mobile: https://moj.wefit.si/other/mobile.PNGi have found the issue: If i put in
How can I make it work with this?
soemthing went wrong in upper comment:
so..If a row is with colspan=5 does not work any more, and also if I put in php code it stops working
Hey
There is no a perfect solution for responsive tables at the moment – default bootstrap option is to wrap table in <div class="table-responsive">...</div> container, which basically adds scrollbars to prevent overflowing.
Another option that you can try is Responsive tables, which allows you to hide certain columns on different screens.
Unfortunately i can’t help you with php, sorry about that.
Thanks
Hi Kopyov
Is the template has new and edit Invoice screen?
Regards, Ron
Hey
Nope, it has a basic invoice template only. However there is an option with inline edit, which uses CKEditor, but i am not sure it covers your needs.
Thanks
Hi Kopyov !
First of all, congratulations for limitless template. I am a mathematician and an algo programmer and I am managing to do super cool things with your template
Love it.
Now the issue:
I am trying to use ‘form_multiselect.js’ and ‘extra_trees.js’ in the same page, but only one of the two plugins works, the first I include in the head kills the second one, hence I understand they may have some incompatibility? Would there be a way to fix it? Same happens combining extra_trees with ‘editor_code.js’ 
Would really appreciate it if you could provide a fix for that !!
Thank you so much.
Regards,
Eloi
Hi Eloi,
This happens, because you are using config files from live preview. Please do not use any files from assets/js/pages/ folder, they are for demo purposes only and contain a lot of different examples of multiple plugins in each file. For example, extra_trees.js file also contains initialization code related to Switchery plugin, which you don’t use i believe
What i’d suggest you to do:
1. Create a new file custom.js
2. Add a path to this file in your code
3. Open form_multiselect.js and extra_trees.js and copy desired configuration of both plugins, all of them are properly commented
4. Add this configuration to your newly created custom.js
5. That’s all.
Let me know if you have any questions.
Thanks!
Is the “inline table row editing” feature available with the template.
Is the “inline table row editing” feature available with the template.
Nope, you can purchase Datatables Editor extensions for Datatables, which supports inline edit.
Thanks