How to easily HTTP Post with Javascript, jQuery
The link below provides an AJAX method with working example on how to send form using Javascript and jQuery to […]
The link below provides an AJAX method with working example on how to send form using Javascript and jQuery to […]
$.validator.setDefaults({ errorElement: “span”, errorClass: “help-block”, highlight: function (element, errorClass, validClass) { $(element).closest(‘.form-group’).addClass(‘has-error’); }, unhighlight: function (element, errorClass, validClass) { […]
This tip is great for use with Joomla and mmenu. @micha149 has shown me this jQuery snippet which will catch […]
“Also, many of the legacy plug-ins have been integrated directly into DataTables 1.10’s core API (for example fnReloadAjax‘s functionality […]
This technique might be very useful for this that deal with templates where the CSS themes may be overridden […]
You must be logged in to post a comment.