Questions tagged as 'jquery'

1
answer

Implement toastr in my contact form

How can I implement the Toastr JS in my contact form. I want to leave toastr.success and toastr.error instead of the alert() I have now. This is my code: <?php if(isset($_POST['email'])) { $email_to = "info@micorr...
asked by 18.02.2017 / 16:59
0
answers

Highcharts Error: Uncaught TypeError: Can not read property 'setData' of undefined

I seem to miss the chart $(document).ready(function(){ $('#grafico1').highcharts({ chart: { zoomType: 'x',reflow: true,resetZoomButton: {position: {align: 'left',x: 0}}, type: 'column',...
asked by 07.02.2017 / 15:11
1
answer

fadeIn jquery in the calling of a function

the problem is that I need to apply fadeIn a function success: function(data){ console.log(data); viewUser(); } when the success occurs the viewUser(); will update the user table, the problem is that I would like...
asked by 07.02.2017 / 14:51
0
answers

Problems with Bootstrap DualListBox

What I have so far: I show the content of a JSON in the options within a select, which with the help of the bootstrap-duallistbox shows it in the form of a Dual List with which you can add or remove certain selected options. My pro...
asked by 20.02.2017 / 21:45
1
answer

Help with autocomplete in Spring mvc and jquery

I am using the following: Spring 4.3.5 Apache Tomcat 8 Hibernate 4.3.1 And I have implemented the following: My view box.xhtml <%@page contentType="text/html" pageEncoding="UTF-8"%> <%@taglib prefix="c" uri="http://java....
asked by 21.02.2017 / 01:14
3
answers

ASP.NET MVC and JQuery - How to capture events from any combobox

You could lend me a hand in the following, I'm working with ASP.NET MVC , to capture the text of the selected combo and put it to the model I use a hidden , I have something like this: $(function () { $("#datosCombo").change(function...
asked by 10.01.2017 / 16:13
1
answer

Load Datatables in a table loaded dynamically with Jquery?

I have a table in a html page that I post in another html with jquery load(); When charged dynamically the sun does not recognize it and I can not load the table. $(function() { $('#contenedor-home').load('Views/Vista1.php');/...
asked by 10.01.2017 / 13:03
2
answers

FCM cordova push notification not received in secondary page

I have the following problem with the plugin FCM.plugin to connect Firebase Cloud Messaging with cordova. My application is a login and then a secondary page where I load all the content. The problem is that I do not receive notificati...
asked by 03.01.2017 / 18:10
2
answers

badge in a select to show an accountant

I am looking for a way to display a list that contains the number of students per room, that is: Ex: HTML <div class="form-group"> <select class="form-control" name="selecgrupo" id="selecgrupo"> <option>Selecc...
asked by 02.01.2017 / 15:18
1
answer

Problem with validations in dynamic inputs with ajax?

I have a problem, I have a code to generate dynamic inputs that in turn sends a function in laravel to insert several records at the same time in the database. This is the code that generates the inputs $(document).ready(function() {...
asked by 30.12.2016 / 18:27