Questions tagged as 'jquery'

2
answers

Set and change color in the menu depending on the scroll

Good afternoon I wondered if some way to change the color of a floating menu in a one page template depending on the section of the page where we are. As in this example: link But without using Bootstrap because I would like to keep my o...
asked by 31.07.2015 / 19:28
1
answer

Open page in a certain section

I would like that by clicking on a link (ex: sports cars) the new page, once loaded, would run an animation until the location of the "sports topic". Follow my project: link In the course section you have the dsg 7 option and clicking...
asked by 01.06.2016 / 16:14
1
answer

Enable buttons in columns of a table with jquery

I need to enable the row buttons in a table whose contents of the first column are equal to the value I have in a variable. I've tried it in many ways but it does not work Follow the code: $("body").delegate('#btnFecharCaixaEditaEvento', 'c...
asked by 02.06.2016 / 17:59
1
answer

datatables retrieve value not shown in table

I have a table generated by datatables that shows name, document, and phone. It works perfectly more I want it to appear tooltip to show additional information, I even managed to show taking the value inserted in the tr plus the problem and that...
asked by 23.07.2016 / 17:13
1
answer

Bug with jquery slide effect

I am developing a button that when passing the mouse presents a slideDown effect. I made an example of jsfiddle: link When you hover the mouse once the expected effect is executed, however, if you mouse over the button several times (withou...
asked by 27.05.2016 / 23:57
13
answers

Phone Mask using jQuery Mask Plugin

I need to change the position of the "-" in the mask. <label for="telefone" >Telefone</label> <input style="width:25%; margin-right:25% " type="tel" name="telefone" id="telefone" pattern="\([0-9]{2}\)[\s][0-9]{4}-[0-9]{4,5}" /&g...
asked by 28.11.2014 / 13:18
0
answers

Help - Uncaught Error: Syntax error, unrecognized expression: # [object HTMLFormElement] [closed]

Probleminnotvalidatingaformwithajax,followtheerror..$.ajax({type:"POST", url: "adicionaConcorrente", cache: false, data: $("#" + varForm).serialize(), beforeSend: function() { // Faz alguma coisa antes de enviar },...
asked by 27.05.2016 / 16:38
0
answers

Printing Pages

I'm facing a problem with webpage printing. I have 3 pages .php pag1.php; pag2.php; pag3.php; I would like the user to click on the print button and my function print () is triggered - so far, no problem - but all pages printed together. Fo...
asked by 18.05.2016 / 14:18
1
answer

Validation of a Dynamic Select Option

I need some super help! I need to validate a SELECT OPTION that is dynamically generated: <table class="small-grid" style="margin-top:18px;"> <?php $i=1; foreach ($ImportF...
asked by 19.05.2016 / 00:36
1
answer

Event manipulator for td?

Galera, first a good day. Well, I'd like to know if it's possible to create a handler in case a -td- should be modified. Example. I have the following code: <table> <tr> <td>Olá</td> </tr> </table...
asked by 21.07.2016 / 13:10