Questions tagged as 'jquery'

1
answer

Sending post to ActionResult via knockout

Personal speech, following: I'm trying to send post using ko , to a ActionResult method of my controller instead of a JsonResult as usual. When debugging the project it goes into ActionResult but does not open...
asked by 24.09.2015 / 00:38
1
answer

How to implement the jQuery Filer Plugin?

I'm trying to implement a component for uploading images with thumbnails, and I've spent a lot of time looking for one that fits my need. After a day of searching I found the jQuery Filer. Anyway, I'm having difficulties with the implementati...
asked by 21.09.2015 / 23:04
1
answer

Load HTML into DIV received via AJAX request converting special characters

I'm maintaining an application where there is now a need to load an HTML from the database into a div. As for the return of this HTML from the database, it's cool, I already get the values in a JSON and could (possibly) load it into the view, bu...
asked by 24.09.2015 / 16:41
1
answer

How to traverse the values of an [object Object]

I need to get the values of each key within a loop . The values are in "Blocks": [ { "estado":"Ceará", "cidade":"Fortaleza", "nome_revendedor":"Zélia", "telefone":"85 9999999", "email":"[email protected]...
asked by 07.01.2016 / 19:25
1
answer

POPUP appears only once per user - Cookies

I have a POPUP on my site that appears whenever the person updates or enters it. I want to create a javascript function (because the page is in HTML and you can not use PHP POPUP only once per user with an interval time, type 1 day f...
asked by 16.09.2015 / 13:21
3
answers

How to edit HTML table data with jquery

I'm creating a registration page where I can only make use of HTML, jquery and css. However, I have difficulties in the function to change the data of the records, whenever I insert a record in the table, the previous one of the one of the bug i...
asked by 18.09.2015 / 21:40
1
answer

problem with jQuery ajax

I'm having a problem using google charts, where it works perfectly in Internet Explorer, but when I run the same page in google chrome or firefox, the graphics are not displayed My action [OutputCache(Location = OutputCacheLocation.None)]...
asked by 15.09.2015 / 19:29
1
answer

How to disconnect the webcam using the SayCheese plugin?

My question is simple but I can not. I'm using a simple and basic Javascript plugin called SayCheese for my webcam in a C # MVC web project. My question is: How to make the webcam off when the user clicks the button to close a Bootstrap...
asked by 18.09.2015 / 15:58
1
answer

Finding Data with jQuery

If anyone can help me: I'm doing an ASP.NET MVC system of academic control. At the time of enrollment, I wanted to put a blank field to enter the CPF, and other fields as the name, but only for presentation, and get the id to effect the enrol...
asked by 05.08.2015 / 21:26
1
answer

PHP Upload ajax of miscellaneous files without submit [duplicate]

I need to upload without leaving the page, I believe the best would be ajax, correct? I found some posts here in SOpt, but I could not adapt my need. I need to send these two fields, one for file and one for hidden text. <input type...
asked by 04.09.2015 / 18:46