I usually use, because I learned that it was the most correct , the assignment of events as follows:
$('seletor').on('click', function(){});
However, I see many developers using the following syntax:
$('seletor').click(function (){});...
I can not send and read an array via jQuery, could you help me?
My submission looks like this:
var tipoAtividade = $('#arrayTipoAtividade:checked').serialize();
The activity type variable is receiving this data:
tipo_atividade%5B%5D=AGUA...
I have a problem that after loading HTML content dynamically asynchronously with the jQuery Steps plugin: / p>
<section data-mode="async" data-url="test.html"></section>
AngularJS does not detect the content and thus al...
My question is the following I know there are nodejs to connect servers to clients.
How can I get a json object from one page to another?
It would be something emit client to client
I solved with peerjs
I'll leave the site to anyone...
I have a While loop in my php that contains to get variables through POST with the serializeToJSON plugin.
It works in part, but it always takes the last result of the PHP loop with the inputs, when it should get all inputs from the loop, f...
I have a select, some options and a jquery code that does not change the select, updates the screen with the data of the chosen option. The question is, how do I maintain the option after the window.location?
Note: I'm using Asp.Net
Code...
I have a question in the click declaration of an element with jQuery, I know you can do it in the following ways:
$('body').on('click', '...selector...', function () {...})
or
$('...selector...').click(function () {...})
I know the f...
I'm trying to do exactly what is in the documentation about DataGrid
I drag the components and drop into p:droppable , but nothing happens, it gives a revert and does not create the table as in the documentation example.
My...
I've never developed a website before, I've always worked with systems, so I'm having problems in what should be the easiest part of developing HTML pages.
I'm in the middle phase of project development, which is a platform encompassed by ERP...