Questions tagged as 'jquery'

2
answers

jquery validate not valid within modal bootstrap

I'm having trouble making jquery validate work within the bootstrap modal using a dynamic link (I do not know if this is the reason). When it is out it works perfectly more inside the same not. below the codes: document.php <scri...
asked by 25.11.2016 / 12:26
2
answers

Show inputs by clicking "Include"

I have a div called "product", inside it I have 4 inputs text: <input type="text" name="produto"> <input type="text" name="quantidade"> <input type="text" name="valor"> <input type="text" name="subtotal"> <input...
asked by 23.11.2016 / 19:46
2
answers

Working with Labels in CSS

When we use attributes like Label the text is written from left to right. Can we change that? Make the text start for example from the middle to the sides or from the right to the left? Example: ----> Left to right | MY TEXT ----...
asked by 15.07.2016 / 15:04
1
answer

how to get the value of a specific checkbox in asp.net mvc using JQuery

I have a table in a system in ASP.NET MVC that each record has a checkbox, here is the code below the view: <table class="table table-hover table-striped" id="tabelaProdutos"> <thead> <tr> <th>Tipo de Produt...
asked by 15.07.2016 / 15:12
1
answer

Slider jquery and variable php

I have the following page: <?php ini_set('display_errors', 0 ); error_reporting(0); include"conn_imprep.php"; if (!isset($_SESSION)) session_start(); if (!isset($_SESSION['s_usu_login'])) { session_destroy(); header("Location:log...
asked by 28.06.2016 / 00:55
1
answer

Error requesting in javascript

I'm trying to make a request in this format $.get("http://meuurl.com/webservice", function (data) { console.log(data); }).fail(function (data) { console.log(data); }); But I get this error    Failed to load resou...
asked by 27.06.2016 / 20:26
1
answer

jquery scroll submenu

Hi I need my scroll submenu to appear the other options because when it opens it does not fit the page, nor in the tablet and mobile layouts. I've tried using css overflow-y and more is not working so I'm looking for a solution in jquery, but I...
asked by 18.06.2016 / 05:01
1
answer

hide option with javascript

Well, I have 3 select in my code, being tipo , outros and margem . When I set the MARGENS option to select tipo select margem appears on the screen. Until then everything ok. However, th...
asked by 07.07.2016 / 14:21
1
answer

Scroll does not work after append with jquery

Well,I'mgettingpostswhenIloadthepage,butwhenIdoanewpostandIgiveanappenditgoestothebottomofthepageandalsoitstaysinthemiddlethescrolldoesnotfollow,Itriedeverythingwithjquerybutnroll:Anyhelpiswelcome,okayandgoodnight..//Pegaopostnobd$lastpost=DBRe...
asked by 06.07.2016 / 07:43
1
answer

How to not duplicate items in a list returned from json with ajax

I'm having problems, basically I'm doing a search on products with like, but it's duplicating the products, I'll attach an image that clarifies better. $(document).ready(function(){ $("#search").on( 'keyup', function () { var pesquisa =...
asked by 07.07.2016 / 20:58