Questions tagged as 'jquery'

1
answer

Download files automatically with JavaScript

I'm creating a Userscript to back up the various ads I have on a site, first reading the list with the ID of each ad and entering a loop to read the ad for each product in the site, it saves the title, price, description etc in a text file (with...
asked by 02.07.2018 / 21:35
1
answer

How to mount a list with checkbox starting from an array?

Talk to people, blz? I'm a beginner in web programming and I'm doing a hybrid application for mobile devices, I'd like to know how I can populate a list by bringing the name of an object and its id inside an array into a js function using jquery...
asked by 29.06.2018 / 22:25
1
answer

How to change an image according to the url parameter

How to change an image according to the url parameter. example: I want this url to show the image link and in another url such as link does not appear. being the main page is unique and only the search parameter that changes.     
asked by 14.07.2017 / 22:13
1
answer

How to email content written in a textarea / textarea?

I would like to know, if there is a script, a way to send the content contained in the textarea to an email. Thanks in advance!     
asked by 19.07.2017 / 02:29
1
answer

Javascript - Opening new window with new tab

Good night, I would like to know if it is possible to open a new window, with the window.open(); method, and a new tab in that window created? All this in Javascript, jQuery or HTML.     
asked by 29.03.2018 / 23:00
1
answer

Return a table between an initial and final date range, php + json

I'm trying to return a table from a report dashboard between a specified date in, but when I click on search it just returns me Error:SyntaxError:JSON.parse:unexpectedcharacteratline1column1oftheJSONdata.Herearemycodes:  selectdata.js$(docum...
asked by 04.04.2018 / 02:11
1
answer

Redirect to page while removing iframe

When the iframe is edited or removed the page is automatically redirected to my url ... <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script><scripttype="text/javascript"> //<![CDATA[ $...
asked by 15.09.2018 / 07:02
1
answer

Add content in element that contains the "element" data-layer in the tag

I have the following code: <ul class="dropdown-list-autocomplete" id="Layer_1abc" data-layer="Layer_1"></ul> And this JS: function AtivaAutoComplete(id_mapa, regiao, path_map){ $("ul#dropdown-list-autocomplete[data-layer='"+i...
asked by 30.01.2017 / 03:00
1
answer

Select DataTable row via JavaScript

How do I select a row from a Datatable via jQuery or pure JavaScript?     
asked by 10.02.2017 / 21:04
1
answer

Empty function inside another to execute script from another file

I have a file called funcoes.js and another called events.js I need the script that is written inside events.js to run inside functions.js in another function, but in the order that it is placed inside it. ex. The function inside funcoes.js...
asked by 15.05.2018 / 12:03