I have the code below and I'm trying to get the li elements to get with the active class depending on scroll (parallax effect ), everything works well (click functions for the scroll) except that. If you know better, please share...
I would like to know if someone has already placed a frozen: true column with cellEdit: true , I checked the doc that there is a restriction of it.
Does anyone know of any way to do the frozen being the column editable? (forc...
I'm testing the Editor plugin to insert snippets of code in my editor. p>
However, when trying to insert a snippet of code following some templates of Twitter Bootstrap the plugin or the Editor is changing the html to be inserted (" the c...
I am not able to use this here, to identify which of the links I am passing the mouse, when I move the mouse in one of the links it activates the two links and this is not to happen. I'm also having trouble hiding .post-prev and...
I have 4 CheckBox in my form HTML , I'm working on the validations only with Jquery.Validate , is there a way I can set at least 1 of these checBox's on?
Any property of validate ? Or just creating a role in the race?
I f...
I have my input and button
<input id="gridSearch" type="text" /> <button id="filter" class="btn btn-default">Buscar</button>
and my table
$.fn.dataTable.ext.legacy.ajax = true;
var grid = $("#gridCustomer").DataTable({...
Dear, in my code I need to insert two mask , but only INSC_EST is working, the other is not.
Here is the code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript" src="../../js/jquery-...
I have an MVC application and would like to clarify some doubts on how to implement a chart with the database data. I'm using jQuery to get the values from the database, but I did not understand how to grab these values and generate a graph usin...
I'm working on a real estate project and I have add , edit and delete , everything is normal. In real estate I have the cidade and bairro tables, which when I register are two <option> , but when I go...