Questions tagged as 'jquery'

1
answer

How to smooth appearance of divs

In the onload event of my site, I load a function in which it makes a loading gif that was appearing, sum for the content of the site to appear. <body onload="carregar()"> <div id="preload"> <img src="...
asked by 12.11.2016 / 22:21
1
answer

Hide only child rows

I have a table as follows: <tabele> <thead> <tr>Codigo</tr> </thead> <tbody> <tr class='click-show-hide-tr'>exemplo</tr> <tr class='click-show-hide-tr'>exemplo...
asked by 25.11.2016 / 15:00
1
answer

Sort HTML tables

I have 2 tables that have been initialized in HTML but which are joining rows and columns through 2 Javascript functions. HTML Table 1: <table id="myTable" > <thead> <tr> <th>Disciplina</th> <...
asked by 26.11.2016 / 14:41
1
answer

Uploading images only after clicking button

Hello, everyone! I would like to know how I can cause multiple li's to be loaded only when the user clicks the "see more" button. In the following example, I'd like you to see the first 2 lines when you access the page. To load the last 2...
asked by 25.11.2016 / 17:55
1
answer

Navbar with scroll using SemanticUI

I need to make a navbar fixed top. When the user scrolls the page the navbar should keep on top but in a smaller size, displaying only the icons and omitting the texts. I need it to be done in SemanticUI because it is the system specification. B...
asked by 25.11.2016 / 22:52
2
answers

passing a complex object to MVC4 controller

I'm using MVC4 C #, I have a table that is dynamically generated according to the user's decision, in this format:  generated by js <tr class="itemPedido"> ' + '<td class="col-sm-1">' + '<p class="codigo">' + $(thi...
asked by 25.11.2016 / 16:55
1
answer

How do I do when an option is disabled in select, does jquery detect this action (deselect)?

I'm having a problem when I uncheck an option on a particular select. I can not make the select option, when unchecked, return to its initial state, ie, reset. So, I thought of JQuery detecting when an option is cleared, but I do not know how to...
asked by 25.11.2016 / 12:19
1
answer

Enable / Disable input text with looping

The intention is to put all the text inputs of the variable VesaoNova Disable whenever the text input VersaoAntiga is empty. The problem is in jquery in conditions, how do I solve this? <?php while($row = mysqli_fetch_array($r...
asked by 21.10.2016 / 12:14
1
answer

How to use "time" transitions in a Canvas animation

Sequencing the post " How to generate a Sine curve , where I made some adjustments: I am still working on this ECG (electrocardiogram) simulator, and now I need to "manipulate" the times inside the simulator, For example: It takes too long...
asked by 01.12.2016 / 12:04
1
answer

Get data fields array () jQuery

I have the following fields in array (): <form enctype="multipart/form-data" id="enviar" method="post"> <table class="table" style="border-top: 1px solid #FFF !important;"> <tr> <td>L</td>...
asked by 27.10.2016 / 13:07