Questions tagged as 'jquery'

3
answers

Disable .click function in DIV

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...
asked by 24.07.2015 / 16:07
3
answers

Keep selected option loaded dynamically

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....
asked by 03.08.2015 / 01:15
1
answer

Call function only for created div

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:...
asked by 29.07.2015 / 20:19
1
answer

Show div only after passing a second section

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"> &...
asked by 16.07.2015 / 18:00
1
answer

Change modal content with Javascript

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...
asked by 24.06.2015 / 15:02
1
answer

Jquery account does not work

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...
asked by 11.02.2016 / 19:23
1
answer

How to pass the dynamic variables from a url to php via ajax

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...
asked by 13.02.2016 / 03:24
3
answers

Modal Jquery does not open

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....
asked by 03.02.2016 / 18:17
2
answers

Prevent submit form, but allow other actions when typing enter in an input

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?...
asked by 25.09.2015 / 22:00
1
answer

Return of the ajax function with result of a sql search

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....
asked by 29.09.2015 / 21:04