Hello,
Can you help me create an object with this code and send it via ajax.
console.log("cadastro-assessoria trabalhando");
//Variáveis
$(document).ready(function() {
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {...
I'm trying to change a script I have for weather, but without success, today the user selects an option in the select and clicks the button to perform the search, what I'm trying to do is use OnChange to shorten the operation.
What I tried wi...
Hello, is it possible to return one of these two functions that are inside another function separately?
For example, depending on the situation I want to return the result of the function question and in another moment the function answer?...
Hello
I need to open an external page through an AJAX request in my ROW in Bootstrap, but I'm not having success, I'm following the tutorial below, but it's not opening my page in the Bootstrap ROW, like I can do ? Are there any native Bootst...
I need to do the following onkeyup of inputs that have class virgula_nao , obey the function:
$(document).on('keyup', '#virgula_nao', function () {
valor_do_input = valor_do_input.value.replace(/,/gi, ".");}
});
I do...
How do I get all options (html and values) tags with jquery
<select id="test" name"algumName">
<option value="1">1</option>
<option value="2">2</option>
<optio...
I do not know if it's the split you use, in jquery, but I'm not having success. In my code I get the ID value that comes dynamically, I want to split the ID in two. One part up to character 16 and then the rest .. how can I do this?
I have a login form running with JQuery + PHP, I am imploding the option to redirect based on the url I want to receive via GET, as below:
https://pt-br.example.com/?redirect=https://blog.example.com/
Problem is that I do not get receive vi...
I created an ajax request for success to dynamically create a new li element, however I also have a function in ajax to delete the registry and in success remove the li created.
The problem is that, in all elements that were created dynamica...
I need help cloning an element already dynamically created with Jquery and add +1 in the element's 'value' and 'name'.
else if(valorSelect == 'listaSuspensa'){
$(this).parents(".questionario").find('.divResposta').html(
'<div class="divList...