Questions tagged as 'jquery'

0
answers

List in PHP using Next and Previous

I have a system of next and previous with zoom What I want is that when I click on next or previous product change by ID from the Bank. and zoom in on the image on the page. because I am facing problems....
asked by 02.09.2017 / 17:12
0
answers

Renew authentication token with javascript

I have the JWT class but I can not renew it. How do I renew this token when the registration is done? I already have the token in sessionStorage called the token with the key. Class: function parseJwt (token) { var base64Url = token.split...
asked by 30.08.2017 / 20:48
0
answers

JCarousel does not work control next prev

I have the following code in jquery, it does the carousel correctly, but the next and prev does not work. I need to create them dynamically. What can it be? jsfiddle file: link     
asked by 24.08.2017 / 16:06
1
answer

Bootstrap modal [closed]

I am mounting a mobile application using asp.net (aspx) and modal bootstrap. The purpose of this modal is to fill a label with the information contained in the "date-tagging" attribute of href that triggers this mode. When the modal is triggered...
asked by 24.08.2017 / 15:43
1
answer

Change anchor position on a page

The anchor is the same as image 1. I would like the anchor to be the same as image 2. "I solved" putting the anchor in another div , but can you solve this by HTML / CSS itself or JavaScript?     
asked by 29.08.2017 / 21:24
0
answers

SlideShow - Buttons with Jquery

I have to make a slide with play / pause button, next and previous . On the slide I need to use html, css, java script and my buttons need to be with jquery. The play / pause button I was able to create. But I'm having trouble creating the n...
asked by 29.08.2017 / 21:30
0
answers

Right way to autocomplete

I have the following% auto_complete : $(document).ready(function () { $("#id_cliente").autocomplete({ source: function (request, response) { $.ajax({ url: "/PreVenda/CarregaClientePorId",...
asked by 06.09.2017 / 14:43
0
answers

Set DataTable column data type to date

I have a DataTable that displays values coming from a SQL database, like this: <table id="tabelaLogs"> <thead> <tr> <th>Código</th> <th> Data &...
asked by 21.08.2017 / 02:02
1
answer

CSS to stylize WooCommerce Total [closed]

I'm setting up a virtual store on wordpress and would like to know how I can style Total at the top of the site. Currently it gets broken, as if they had given block between R$ and value. It looks something like th...
asked by 18.08.2017 / 17:33
1
answer

Jquery Ajax not working properly in Browser Mobile as well as in MacOS [closed]

The following code works perfectly in the Windows 10 Browser, but it does not work in the Android / IOS mobile browser completely, and MacOS gives a message telling the user that it is not working well. The problem seems to be in: success: fu...
asked by 18.08.2017 / 06:47