Questions tagged as 'jquery'

1
answer

Autocomplete jQuery-ui does not show data in Html.TextBox

I want to use jQuery ui Autocomplete in a MVC C # application that uses a WCF service. In my controller I make the call to the service and the service consults the database and everything goes well, the controller receives the letter that the...
asked by 29.05.2017 / 16:46
2
answers

Problems with keypress

I have a problem when inserting rows in the table with the enter key event: it works fine if I put the function with the button, but I do not want to add rows when the button is clicked, if I do not want to add the rows in the table when filling...
asked by 25.05.2017 / 18:38
3
answers

Problem to run 'change' event in select

I have the following SELECT: <select id="municipio" class="celda corto"> <option selected="true" disabled="disabled"><?= $rows['municipio'] ?></option> <option>Veracruz</option> <option>Boc...
asked by 07.06.2017 / 18:00
1
answer

Called Ajax with C # does not work

I created a project in VisualStudio 2015, a template ... The problem is that I can not make calls from jQuery Ajax. What is the reason? C # [WebMethod] [ScriptMethod(ResponseFormat = ResponseFormat.Json)] public static Response&...
asked by 24.05.2017 / 17:45
0
answers

Problems with a component created with vuejs

I have the following code, which returns a list, which is loaded into a table. Vue.component('tickets',{ template: '#tickets-template', data: function(){ return{ tickets:[] } }, created:function(){ this.getTickets()...
asked by 23.05.2017 / 20:02
1
answer

show message with image in div when js is disabled

I have a website whose functionalities use jQuery, I send information through JSOn and I also use jQuery Datatables so it is important that the user has JS enabled in their browser and before that I have been explicitly specified the way I shoul...
asked by 23.05.2017 / 20:24
0
answers

Error saving image with ajax in codeigniter

Good, I'm starting to use codeigniter with the upload library, and ajax to save an image, it is saved in a table image that has 3 attributes id_image (that is autoincrementable), route, and as foreign id_person. this part being clear my problem....
asked by 23.05.2017 / 19:21
1
answer

Instafeed.js does not work

I'm trying to upload the photos of my Instagram on my website and it's impossible . I already tried in several possible ways and followed exactly what was said in link Why does not it work? <!DOCTYPE html> <html> <hea...
asked by 18.05.2017 / 03:43
0
answers

reload audio src with jquery

What I want to do is a game to guess the song, they are from TV series. I have it done in the following way: -The user enters and in the body I have put the HTML5 tag: <audio controls> <source src="audios/XXXX.mp3" type="...
asked by 19.05.2017 / 08:35
1
answer

Error in Ajax call (jQuery) with Thymeleaf

I am trying to render a select depending on the selected value in another select. <form id="myform" action="#" th:action="@{/actionRequest}" th:object="${myModel}" method="post" enctype="multipart/form-data"> <div class="col-x...
asked by 22.05.2017 / 20:13