I have the following code which shows an image in a thumbnail using jQuery, which my idea is to pass "the image" of ajax to the controller to do what I need
$('#subirFoto').on("change", function (event) {
$("#arrastreImagen").html("");...
I'm using Json to make an insert in MySQL using ajax, but I do not get any results and the insertion is not done, what am I doing wrong?
JS code
$("#btnprueba").click(function () {
var array1 = [];
$("#tabla .DataRow...
How can I not pass certain data from js to php:
The structure of some radios buttons
<input class="rad" name="1" id="106" value="0" type="radio">
<input class="rad" name="1" id="45" value="0" type="radio">
<input class="rad...
I happen to have an error in the browser when extracting the xml data from an external domain through jquery ajax.
I try to do it this way:
$.ajax({
type: "GET" ,
url: "http://api.radionomy.com/currentsong.cfm?radiouid=E8FBFBE1-E50...
I was looking for if it is possible to make a section in which the comments are saved in a .txt, and every time you comment, this file is updated, only with javascript and php.
It worked perfect until I used ajax.
Do you have any other way of doing it?
* They have enough rows of data from #result followed by div.unicc
I want to give it in the + open the next .unicc
Someone to solve me please.
$(".Mostrar_Tab...
I have been reviewing the site and I have not been able to find an answer to my question.
I'm trying from a select with a list of products that I have in a view that when I select one I get updated the existence data of that product that I get f...
I have an input of type date in HTML5 to select the date and from the date fill a select with options with the available schedule of the database for that day.
For that I activate the event onChange of the input type date and I use ajax to call...
Ajax will be used, but for the exam I have in a few hours they ask me to use ajax with some api and from there to get the information, I have no idea, can someone explain how I can do it? Thanks