Questions tagged as 'jquery'

2
answers

Getting URL Variables in One Page, and using in another

I have a link in which I get the parameters in the url completely, in case it points to an HTML where I have my inputs, and I get the URL with the parameters, what I need and get the variables from that URL and use it on another page when giving...
asked by 24.06.2017 / 02:08
2
answers

Correcting or preventing display of "Script Error" [closed]

In Delphi I call an HTML page that displays some graphics made with jChartFX within a TWebBrowser , are working normally, but clicking any graphic it shows me this Script Error alert: I'd like to know if code looks l...
asked by 21.06.2017 / 23:28
1
answer

Create variable with the contents of another variable

I need to create a variable but its name must be the contents of another already created. Example: var nome = "teste"; Now using the value of the variable name that is "test" I need to automatically create a test variable     
asked by 27.03.2017 / 23:29
3
answers

Call the same function twice

I'm testing a function that pops up for a given link, and I would call it for 2 links then basically its call is like this: jsPopunder(URL); I tried to create an array with the URLs and call the function using a loop according to the quanti...
asked by 04.06.2017 / 20:45
2
answers

Infinite Scroll with JSON + Javascript data

I am developing an application where I get the data via JSON and model them via javascript, I need a help to create an infinite scroll in javascript, showing 10 result and when it arrives at the bottom of the page it loads 10 more, until...
asked by 24.03.2017 / 22:22
3
answers

Doubt validate .click () out of function () jQuery

I need to validate if button with class .pop-yes has been clicked, but I need to validate this out of the .click() event so that the $(this).parent [...] line is executed. The way it's here, it runs before I click...
asked by 19.04.2017 / 16:38
1
answer

Execute function only when user releases input type="range"?

I'm using input[type="range"] as a progress bar for a video player, it's by simulating the event to change the time of the video because I only want the action to be executed only after the user drops the input , Example : $('inpu...
asked by 20.04.2017 / 00:45
1
answer

Calculate the total value of an order with jQuery

I'm new to jQuery and wanted to do a simple sum operation, however as I'm learning the syntax I still have difficulties. I was able to generate the total value of the requests, however, I can not generate total value: the rate has the fixed v...
asked by 06.05.2017 / 23:00
1
answer

Attr function jquery does not work [closed]

I created the attr function in jquery but is not picking up what would be the reason? <script src="https://code.jquery.com/jquery-1.11.3.js"></script><script>$("#teste" ).attr( "itemprop", "name" ); </script> <div...
asked by 22.03.2017 / 21:11
1
answer

Clear value of an id with jquery

Colleagues. I have a select from which you are bringing the stocks from a database. I'm capturing it this way: <select name='estoque' id='estoqueProdutos'> <option value='1'>1</option> <option value='2'>2</optio...
asked by 06.04.2017 / 19:21