Questions tagged as 'jquery'

4
answers

How to add a href using jquery

I am trying to add a href to a div I have the following code: <div class="field field-name-field-palabras-clave field-type-text field-label-inline clearfix"> <div class="field-label">Tags:</div> <div class="field-items">...
asked by 04.09.2016 / 03:13
1
answer

Problem with select chained with formvalidation plugin

I have a chained select that is disabled in the hierarchical order of the selects and does not activate the submit, unless all the selections are full. Everything is fine there, the problem arises when I add the formvalidation plugin, it is m...
asked by 25.08.2016 / 05:41
2
answers

Enable INPUTS of a SELECT with Js or jQuery [duplicated]

I have a select , and depending on the value of select in my case the value="2" I want to enable two input and if it is not in value="2" disable them <div class="row"> <div class="col-md-3">...
asked by 26.08.2016 / 17:18
1
answer

Moment.js Deprecation (Not recognized ISO format

I have a date search engine in dataTables that due to format problems I used the moment.js library and everything worked perfectly, but when I wanted to save those searches in session so that the inputs do not lose the values I started to fa...
asked by 19.09.2016 / 14:06
2
answers

collapse submenu when selecting another option from the menu

I have a vertical menu with submenus, the process that makes my current menu is that each one clicks on the option it displays a submenu, and it is hidden until the user clicks on the parent menu again, as I can do so that when you click on anot...
asked by 29.08.2016 / 19:22
1
answer

Jquery DataTables with column image fails the search

I have a jquery DataTable that has a column whose data is 1 or 0. I, by means of the render method, change that value for an image as follows: "columns": [ {data: 'codigo'}, {data: 'tipolote' }, {data: 'activo', width: '10', cl...
asked by 03.11.2016 / 23:01
1
answer

Validate jQuery, send data with submitHandler with sweet alert

the sweet alert does not shoot at me. Maybe it's because of the event. If we comment on the sweet alert and decompose a normal alert if it tells me the message. In my index, I log in, send data to a servlet, recover the sevlet response...
asked by 20.09.2016 / 09:57
1
answer

Pie Chart error public static double

I have 4 pie charts in ASP.NET C #, I use webservice and Jquery, something is not working properly. The main error is the following: I have a sliderbar that if I do not slip it in the first 10 minutes, the memory of the information that was s...
asked by 20.09.2016 / 19:56
4
answers

Get the URLs of all the elements within a div

I want to copy the urls (href) of all "a" within a div, but it has many nested elements. How would it be to copy it? This would be the example: <div id="enlaces"> <div id="tabla"> <div > <table&g...
asked by 13.10.2016 / 00:13
1
answer

Filter in JQuery

I am using the gallery jquery plugin the problem is when not all the images appear and I want that without pressing a filter, only those that I mark as "all" appear this is my HTML code <div class="categories"> &l...
asked by 18.08.2016 / 20:37