Questions tagged as 'jquery'

0
answers

Extract Tweets Searchs-Tweets

This is the first time that I have consulted in this forum so I will try to be precise: The idea is to extract tweets from the internet: I have taken an internet example and it fails me. This is the script where I try to extract: $('docu...
asked by 25.05.2018 / 10:38
0
answers

help with this error: SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data

help please I have javascript function through ajax send a query to the php server but I get the error mentioned in the title. javascript function: function buscaCliente(){ var opcion = $("#opcionBuscaC").val(); var variable=$('#variableBusca'...
asked by 25.05.2018 / 15:03
0
answers

Dynamically load editor tinymce 4

I have been with this problem for several days and I want to load it through the get function of jquery in the following way. $('.panel-group').on('click','.notification',function(){ var Form = $(this).data('form'); var Content = $(thi...
asked by 30.05.2018 / 16:40
0
answers

How do I supplant the rows of my datagridview in c #?

What I want is to replace in a column that I get from my sql query and that I put in a column of the datagridview and that instead of the url I bring an image icon so that when I click redirect me to the image with the route that I got, but do n...
asked by 23.05.2018 / 17:46
0
answers

RFC2822 format error with fullcalendar

I'm making a calendar of events with fullcalendar. I'm trying to use a button to add an event to my calendar, but when it comes to doing it, I get the following error in the console. The piece of code that is executed is the following....
asked by 24.05.2018 / 07:57
0
answers

Send model to PartialView with $ .load

I'm here because I have a small problem with handling a Model between View and% PartialView The question is the following, I have a view (that fulfills the form), so as not to overload it so aggressively, add a PartialView...
asked by 24.05.2018 / 12:24
1
answer

Return the answer from an ajax [duplicate]

Hi, I have the following function of jquery (function ($) {  $.onlyData = function (id) { var respuesta; var datos =$(id).data("sql"); datos=datos.split("-") var campoBD = datos[0]; var tableModel =...
asked by 20.06.2018 / 15:35
0
answers

Clean and display a table depending on the selected client of a Dropdowlist?

I have a dynamic table that I paint by means of Javascript, only that I have a problem when selecting the client in the DropDownList, it shows me the table, and if I change the client I insert the lines in the same table, I would like it to sele...
asked by 23.05.2018 / 21:26
0
answers

Create a dependent select?

I'm trying to create a dependent select with laravel, but I can not get the second select to work, the response returns empty. This is my script <script type="text/javascript"> $(document).ready(function(){ $.ajaxSetup({...
asked by 23.05.2018 / 23:05
1
answer

Conflict with ngRoute and JQuery

Colleagues, I have the following scenario, I am building a website of type SPA ( Single Page Application ), so I need to work with $routeProvider to link the routes to each view. So far so good, dynamic routes work well for me; the...
asked by 22.05.2018 / 20:28