Questions tagged as 'jquery'

0
answers

Empty field returning null

Good evening, I have a script in jquery and ajax to search a page in asp.net mvc, but in a table column, when the column is empty, when searching it is shown null and not empty, how do I continue showing empty to do you use null? Thank you...
asked by 31.01.2018 / 02:46
2
answers

Select open window with bank options

I need a help, I have a code that when clicking on checkbox a window would appear, if it disappears the window disappears, so far so good, but now, it will not be a% will display the window. It will be a checkbox and your option...
asked by 30.01.2018 / 14:30
2
answers

Change color of a table row according to the value of td with jquery

Good afternoon everyone! I have a table with this information: <tr> <td>Origem</td> <td>Destino</td> <td>Status</td> </tr> <tr class="status" data-status="<?php echo $linha['status...
asked by 28.01.2018 / 17:13
1
answer

Help to query a single information from a database user with JSON

This is the code that works with the img.php file function loadContato(){ var location = $('.result_File'); var item = ""; $.getJSON("img.php", function(dado){ item += '<p>' + dado[0].username + '</p>';...
asked by 03.03.2018 / 19:15
0
answers

How to activate animate.css plugin from scroll?

Good morning I started using the animate.css plugin and the animation is running. However I wanted it to activate when the scroll arrived in the element. The effect is already occurring when the page loads and the user ends up not seeing it i...
asked by 02.01.2018 / 12:51
1
answer

javascript pagination

I have a paging cod and I want it to do a count of items, ex: has 40 items and I want to read in 5 pages, then the first page reads 1 of 5, the second and 6 of 10 and the third and 11 of 15 and so on, my cod does that, only the last page is If y...
asked by 28.12.2017 / 16:04
0
answers

Form Menu

Iwouldlikethenextmenutobeselectedaccordingtothepage.Homeisselectedbecauseithasthe"active" class. I would like it to be selected automatically when clicking. I've tried it anyway with CSS and Jquery but it does not work. I think it's because the...
asked by 23.12.2017 / 15:54
1
answer

Body scrolling even with page up

Help me! I'm developing a layout like you can see, and even with nav overlapping body , when I roll the page in nav , body scrolls. Can you help me? I would like nav to have 100% height and that when I try to...
asked by 26.01.2018 / 16:40
2
answers

Materialize CSS - fixed label on the top

How do I fix my label always on Top? Normal behavior: stays in input , when we click on input (focus) it stays on input <div class="input-field col s6"> <input placeholder="Placeholder" id="first_name" typ...
asked by 26.01.2018 / 13:17
0
answers

Truncating data when inserting in bank

The system is in a common host with the following config: Apache 2.4.25 PHP 5.4.45 MySQL 5.5.58-cll It is intended to control O.S. and each user has a login with their password. During development and testing everything was OK, howeve...
asked by 15.12.2017 / 12:57