Questions tagged as 'jquery'

1
answer

Hide a table after the click

I have a table that lists the clients of a company. The user selects the client he wants through the links in each. Clicking the data in the table feeds the inputs of the form. But now I want to hide the table, since the user has already selecte...
asked by 09.01.2018 / 14:15
1
answer

.top error in jQuery

$("#j_menu a").click(function(e) { var goto = $("#"+$(this).attr('href').replace('#','')+""); $('html, body').animate({ scrollTop: goto.offset().top }, 'slow'); }); He accuses an error saying he can not read ".top" but on ano...
asked by 09.01.2018 / 17:26
0
answers

MVC Layer Data Manipulation

Good morning everyone. I have a question / problem. I'm using php and javaScript / Jquery with the default MVC and DAO projects. I want to know how do I get the data from the database that is in DAO using AJAX and send it to VIEW...
asked by 24.01.2018 / 14:15
0
answers

scrollTo effect stopped working in Google Chrome after upgrade, what to do?

I found a question with a similar problem, but it was not very clear to me. Below the code used in my theme: (unminify) ; (function($) { var h = $.scrollTo = function(a, b, c) { $(window).scrollTo(a, b, c) }; h.defaults...
asked by 24.01.2018 / 13:53
1
answer

Remove 'R $' before converting to Double

I have a list of products in a table, and in order to leave the interface more friendly, in the column 'price' concatenei the 'R $' next to the value. Now I need to capture this value to do a math operation and need to convert to float: //cap...
asked by 09.01.2018 / 22:09
1
answer

PHP does not find Session

Hello! I'm logging in with Jquery and PHP, the connection is right. But when I soon rather than keep on a page he does not find my session and sends me back to login. My HTML: <h2 id="errolog">Usuário ou senha errados!</h2>...
asked by 15.01.2018 / 21:25
0
answers

Problem with pagination in asp mvc

I'm having trouble showing one question at a time, I could not find an example of jquery with asp mvc for this problem. This is my View where I show the data to the user, but with Foreach it takes all the data but I wanted to know how do I sh...
asked by 14.01.2018 / 20:28
4
answers

Add values from Select Multiple

I have the following select : <select name="idservico[]" id="idservico"> <option data-valor="25,00" value="1">opção 1</option> <option data-valor="20,00" value="1">opção 2</option> </select> I have...
asked by 08.01.2018 / 15:09
0
answers

Tabbed browsing problem

Well I'm trying to make a tabbed browsing on a page, but I'm having a problem putting it responsive and not working anyone could help? the code: ul.tabs { margin: 0px; padding: 0px; list-style: none; border-bottom: 1px...
asked by 08.01.2018 / 10:50
1
answer

Ajax does not work on android

I am making an ajax request that works perfectly on the Desktop, however when I test on android it does not work, if anyone can help me jQuery(document).ready(function($){ $("#loginform").on('submit', function() { v...
asked by 11.01.2018 / 09:13