Questions tagged as 'jquery'

1
answer

I can not call a javascript function

Well, my problem is that I want to get the data of the 'function success: function(json) ', the problem is that it does not read it ... What's wrong? $('#chat-form').on('submit', function(event){ event.preventDefault(); $.ajax({...
asked by 23.01.2017 / 18:16
1
answer

checkbox: checked change the color background jQuery

link How to mark the background to black of the div when the radio is in checked , and only one div can be black at the same time JQuery. The problem I have now is that the div are marked with black color, but when I mark one when...
asked by 24.01.2017 / 10:30
1
answer

validation of a form through ajax and jquery-validate

Good I have the following problem, I made a function to update my data with PHP and Codeigniter, using AJAX too .. everything works fine, but it turns out that I want to validate my form using jquery-validate before making the AJAX request, for...
asked by 24.01.2017 / 14:05
1
answer

jQuery Datatables - Hide Cells (td) not selected

I am starting to learn jquery , the request is as follows: Show a list of invoices pending payment (ok) Place a filter in the provider's name (ok) Make summations in tfoot (ok) Make an ordering of all the columns (ok) Se...
asked by 01.12.2016 / 21:06
1
answer

Question about scroll - jquery

I have a button as part of the content of an html file - > this one in turn within an iframe - > the iframe in turn within the mother website. How can I indicate with jquery the button that makes the mother page that contains everything...
asked by 23.03.2017 / 16:46
2
answers

Validate in two different groups of radio buttons

Hello very good afternoon I have a form of about 28 questions in which each question has two answers that is organized by groups, what I want to try is that the answers do not overlap see the attached image I am looking for how to validate...
asked by 25.11.2016 / 04:21
2
answers

obtain value of a td by means of an onchange select in another td within the same tr in a foreach

I have this table created with the% co_from% a% co_from% is used <table class="table table-bordered"> <tbody> @foreach($usuarios as $key => $tag) <tr id="caputracorreo" data-us...
asked by 25.11.2016 / 15:49
1
answer

Can I render an HTML file inside a React component?

My case is: I have an HTML file that works perfectly, with all its scripts, functions ... My problem is to pass it to a React component. Because of that, is it possible to import this file to the React component, and render it in your view us...
asked by 12.12.2016 / 15:01
1
answer

Update record in BD with datatable edit JQuery

I'm using the Jquery datatable edit library and I've already filled my table with data from a DB, how can I know the id of the record that will be updated? and How would the process of updating on my BD? my code is this <link re...
asked by 14.11.2016 / 03:31
2
answers

Error trying to add row in datables.

Trying to add a row throws me the following error:    DataTables warning: table id = table - Request unknown parameter 'name' for row 0, column 1. For more information about this error, please see link This is the datatables code $(do...
asked by 15.11.2016 / 15:59