I have a method that generates a file, this method is actually generating the file, I have another method inside my service that returns the file for download and for this I return a List until then I return that list with bytes for my controler...
I have a simple form in PHP where the request is made through a JavaScrit with ajax that calls the PHP file and returns a response in JON. But the answer I have is always negative, according to the tests I'm doing it seems to me something with t...
I need to make a JavaScript for an application that checks if the popup blocker is active. I have the following code:
$(window).ready(function(){
var Janela = window.open('', '', '');
if(Janela==null){
alert('Não Abriu!!!');
}
});...
When doing a registration using ajax, success does not execute the commands inside it, when analyzing the code I noticed that there is / ufeff in the value returned by php and I think this is causing the error.
Code php:
<?php
header("C...
Next, how can I capture the pure html of a page, for example "site.com.br/tabela_precos" , this site has a return basically like this:
<html> ....
arquivos e configurações javascript ....
outras tags html .....
......
and here...
As the title says I'm having trouble putting a system from rank from highest to lowest number.
My system is in the order of the database
order in the database = 10,9,6,8,2,3
I have a form in which it is dynamically created using the append method. The result is something in this format:
$('#form').append("<tr><td class='td-min'><input value='"+item.role+"'"+
+" name='"+item.prefix+"' type...
I have a DataTable here and I'm using a plugin so the user can edit the table data, I got it in parts (haha), the problem is that my call is not identifying what the user is entering, and when I define manually the cell value it changes on all r...
Talk to people, blz? I am a beginner in php and I have a populated table with while and I need to use the value of a td in a select on another page returning in a modal.
The structure I set up works by putting the value manually into the script,...