I have the following functions:
Gets server data by ajax and saves it to an Array of objects:
function carregaPesquisaTabela(){
controlLoading();
$.ajax({
url: "header.php",
type: "POST",
dataType:"json",
data: {
'procuraPes...
Hello, I have a blog in wordpress where I need all external links to be opened in a new tab when clicking. But these links are loaded by ajax and the function I have is done before ajax finishes loading everything.
$(function() {
$("a[href^='h...
I have menu that stays in an include and if I am in the home and I click on one of the options goes right to the desired page, only that when I am on the page itself only works the first link which is what I am the rest not . Do you have to put...
Hello, I'm developing a panel and I need datepicker in Portuguese,
I already tried to modify the js file itself but the dates disappeared.
$('#datepicker').datepicker({
autoclose: true,
language:'pt-BR',
format: {...
I created a chat, where 2 people can chat. besides the option to write a new message, the chat presents the user with a message history that shows the messages exchanged between him and the other user. as soon as a user writes a new message, it...
The difficulty in question is how to recover the Id or the class of TH / TD being that the code is in a variable within a FOR I will try to explain with some images.
After a search in the database, and I can list all the people in my family....
I'm having trouble opening and closing a particular search bar.
I need to open a div while focus is in the field and take it out while it does not, but when you click on the div it is open it can not be removed or closed.
I tr...
Can anyone help me please?
The script I did is to transform the curriculum matrix that is in an ul into separate columns, but it is catching the curriculum matrix of other courses. I remember how to separate this by selector, but I can not un...
I have a script to increment a value in a input of multiplication when + or - is pressed. It is working as expected since there is no focus in input of multiplication.
Every focus in input script get...