I'm making a game and I need a routine that disables the click at least until I finish the function.
The function is this below. When I click on the element and execute this function with touchstart and click I want that within...
I need to keep the option chosen in the combobox after the page is submitted,
I have a function that does this, but only for combobox static, for the dynamic combobox it does not work. I'm already searching for hours and can not find anything....
Good afternoon, gentlemen, I'm trying to apply the jQuery File Upload plugin. It really is a simple and intuitive plugin, the problem is that I need to create, within the same page, several divs of image uploads, eg:...
How do I show a div only after the scroll passes a certain #id?
<div class="row" id="menufixo"> <!-- TODO ADICIONAR CLASS navbar-fixed-top PARA MANTER MENU NO TOPO -->
<div class="col-md-12">
&...
Good morning,
I know very little about JQuery and JavaScript (Almost anything) and I have a problem.
It is as follows:
In my site I have two buttons, which open a modal (generated with css). The modal content is basically the same, contain...
Hello, I am trying to mount this code, but it is not working correctly, if possible to analyze because I did not find the errors ...
<script src="jscripts/jquery.min.js" type="text/javascript"></script>
<script>
function Atu...
First of all, I have already looked at several other posts about the subject here and I did not find what I need, my scenario is the following I am generating several EX links:
challenge.php? id = 2 & name = joao
challenge.php? id-3% name...
I'm trying to implement a modal, but I can not get it to open, could anyone help me.
<script src="~/Scripts/jquery-2.2.0.js"></script>
<script type="text/javascript"src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery....
I have input text within form , however I do not want form to be typed ENTER . The code below works, but if I uncomment the alert the form is submitted even with the two lines below. Can anyone explain me why?...
I'm making a section on my site, which has a select field. When I select something in this select , I want to perform a search on the DB, returning information about that selected item to use that information elsewhere in the site....