Questions tagged as 'jquery'

0
answers

Ajax request is not working, why?

With this script I can show a counter next to <i class="fas fa-bell mr-3"></i> when it has data in db marked as status = unread , and when I click on the icon <i class="fas fa-bell mr-3"></i> it update...
asked by 30.11.2018 / 15:53
1
answer

SlideToggle - configuration in Open and Closed - jQuery

I will present the idea that I want to do on my site and then show what I have already done and what is working correctly and then I will present the problem that I can not solve. If I'm not clear somewhere, I'm going to be super happy to clarif...
asked by 30.11.2018 / 17:06
0
answers

How do I do the infinite scroll do not load the same values again?

I have the following code: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"type="text/javascript"></script> <script> $(document).ready(function() { $("#content").scroll(func...
asked by 23.11.2018 / 13:05
2
answers

Reload the main script when completing ajax request

I'm developing an application where I have some views that are loaded into my <section id="view"> via ajax. The view loads normally, but functions that have been programmed with jQuery for all inputs, for example, do not work. As...
asked by 03.02.2018 / 04:51
5
answers

How do I get the value of an input hidden with jquery

I was able to dynamically generate a table with some hidden fields that may not appear. But I'm having trouble fetching these fields and then sending them to a post. Here is the generated html code. <tr> <td>Tenis Azul</td> &...
asked by 28.11.2018 / 18:25
0
answers

How do I generate a JSON file to get variables in Javascript?

It's a Google extension in which I copy text from a page and generate a JSON with what it was copied, but I'm not sure how to do it correctly. I was able to do this part but I'm not sure if I have a JSON. chrome.contextMenus.onClicked.addListe...
asked by 23.11.2018 / 23:28
1
answer

How to pass an index to the element according to its position?

I'm loading data from an external api with json and jquery, with every ajax request a div with the class item, a div with the class more_info and a see button, which loads the rest of the data, and the created divs receive the json data. From li...
asked by 24.11.2018 / 22:48
0
answers

Scan the whole page and create an Array with values

I have this screen: IneedtoscanthescreenbyclickingontheVenderbutton,andgettheCodigo,QuantidadeandValor,forproductsthatTotalAdicionadoisdifferentfromBranco,youcandothisandcreateanarraytoinsertintothedatabase?Thisisthescreencode:<divclass="...
asked by 20.11.2018 / 18:59
0
answers

Sending CANVAS or IMG files to Data via php for email

I'm creating a simulator with cart, where when the client add the simulated product in the cart you have to send the generated print along with the email to the commercial. But I can not think of a way that the generated image (CANVAS or IMG)...
asked by 20.11.2018 / 19:53
0
answers

How do I disable the "click event" on the days of the "Date Range Picker"?

I'm trying to prevent the click event on each day from DateRangePicker , I'm just trying to prevent users from changing the period. I've created a pen in Codepen, follow link: link HTML <input data-start="16/11/2018" data-end="...
asked by 20.11.2018 / 13:14