Questions tagged as 'jquery'

0
answers

JCarousel does not activate the Next button

I have a carousel that is created dynamically with data coming from the database. But when creating dynamically it does not appear to activate Next. How can I solve this? Here are the codes: JQUERY:$('.jcarousel-imagem-produto').jcarouse...
asked by 09.08.2017 / 15:52
1
answer

Table Line Relative Position

I have a table with 50 lines Of these only 10 are visible Added class css "ux-select" line 5 The code $('table tbody tr:visible.ux-select').index() will tell me what line number in the context of the table as a whole (return 5)...
asked by 14.08.2017 / 21:15
1
answer

Manipulating Cache with Jquery

Hello I need to work with the cache of all browsers, I need to save data in the cache and then do the reading using Jquery. Does anyone know of a site with a tutorial on the subject? Thank you     
asked by 08.08.2017 / 22:54
1
answer

Modal Bootstrap ASP.NET

I'm creating a mobile app using the modal bootstrap, asp.net (aspx). A href link triggers the modal and needs to send to the modal value contained in attribute of type data- * that was created. The goal is to populate a label contained in the mo...
asked by 24.08.2017 / 04:43
0
answers

Validation of form in real time with php?

Assuming I have a form with some fields, and one of these fields is a CPF field. <input name="cpf" data-input-mask="cpf" data-input-field="cpf" data-input-validator="cpf" value="" class="form-control...
asked by 16.08.2017 / 22:23
0
answers

I want to submit the input with id = 'o' with jquery so when I click the submit button nothing happens

<form id="postnoticastoinvetors" name="postnoticastoinvetors" method="post" action=""> <div id="textopostagora" contentEditable="true" data-text="Publish Your news" spellcheck="true" aria-multiline="true" style=...
asked by 17.08.2017 / 00:16
1
answer

Button to check and uncheck all checkboxes

First, there's this question about Mark / Uncheck all checkboxes except the disabled , however I do not want it to clear what is already marked when clicking again. I want the button to uncheck all checkboxes , but if it has any checked, it sh...
asked by 07.08.2017 / 17:10
1
answer

How to disable a link that is calling a modal bootstrap?

I'm trying to make a <a href> do not call a modal from Bootstrap . <div class="row"> <div class="col-md-6"> <div class="form-group"> <div class="md-checkbox-list has-feedback" id="divTermosContrat...
asked by 07.08.2017 / 20:11
2
answers

How to get the item searched with autocomplete?

I have an autocomplete that works perfectly. How do I get the item fetched and put inside a div? Type x-salad research and when you click it put x-salad inside the div. The AutoCompleteSelectHandler (event, ui) function returns nothing. // BUS...
asked by 07.08.2017 / 20:24
2
answers

Sum between DIVs and display result in another div

I do not understand why I can not execute the following script because I am somewhat of a layperson: <div class="prices"> <h3>Option 1 = $<span class="sum" id="option-1">11.11</span></h3> <h3>Option 2 =...
asked by 07.08.2017 / 06:29