Questions tagged as 'jquery'

1
answer

jQuery addClass in scroll

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...
asked by 09.04.2014 / 18:21
1
answer

JqGrid: Frozen column

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...
asked by 07.04.2014 / 21:14
1
answer

Plugin Editor's Clip does not insert the exact html

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...
asked by 11.04.2014 / 19:35
1
answer

How to identify which link triggered a .hover ()?

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...
asked by 14.04.2014 / 20:16
1
answer

How do I search in multiple Checkbox fields?

I have several Checkbox <div class="checkbox"> <label> <input type="checkbox" class="chkItem" name="Selected" value="1" /> A </label> </div> <div class="checkbox"> <label> <input type...
asked by 12.09.2014 / 18:36
1
answer

Force at least one field to be mandatory

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...
asked by 03.09.2014 / 20:03
1
answer

How do I set value for Jquery Datatables filter?

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({...
asked by 09.09.2014 / 03:05
1
answer

JQuery Mask working only for one field

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-...
asked by 05.09.2014 / 13:28
3
answers

jQuery highcharts multiline

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...
asked by 14.02.2014 / 14:24
2
answers

Set option not to edit - CAKEPHP

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...
asked by 26.02.2014 / 14:57