Questions tagged as 'jquery'

1
answer

"Cut" a variable

I have this variable: var example = AcloseBcloseCclose; I want to separate the words divided by close and save each one in a variable. Ex: A close B close C close; var a = A; var b = B var c = C; How could I do th...
asked by 06.11.2018 / 13:21
1
answer

Questions javascript [closed]

I'm having trouble solving these exercises if they could help ... Here is the code: <form name="myForm"> <label>Radio station name <input type="text" name="name" /> </label> <select name="music_ty...
asked by 01.07.2015 / 11:58
1
answer

How to make a progress bar of the PHP download [closed]

I have a site to upload and download files, I want to make a progress of download similar to Mega , take a look at the download page: page .. I already tried to do more I could not, can someone please help me?     
asked by 27.06.2014 / 00:07
2
answers

Study angular 1 or 2 [closed]

I'm pretty old, the first language I learned was in Action Script 1 (this in the early 2000s). Today I need to recycle myself and I want to start dropping Jquery and go to Angular, mainly to develop applications with IONIC 2, because my studio h...
asked by 20.07.2016 / 16:04
2
answers

I need a script (JQUERY) to go to another page and save the data. [closed]

Sorry I did not show any code, as I did not find a logical solution. I need a script that access another page and save the data without being on that page understand? Example: You are in index.php and have $ given $ given2. Now the mission is...
asked by 19.12.2017 / 05:18
1
answer

Pass $ _SESSION in load () jquery

I would like to know if it is possible to pass $_SESSION to load() of jquery. I have a page, where I call by load another, but I need to get the value of $_SESSION on the second page, but it is not working, hence my quest...
asked by 27.08.2016 / 01:21
1
answer

How to disable Browser AutoFill? [duplicate]

This screen is for registering my system. And here's the input. <input id="senha" name="senha" placeholder="" class="form-control input-md" required="" type="password" autocomplete="off" value=""> As you can see I alread...
asked by 19.09.2017 / 20:25
1
answer

Remove empty spaces in arrays in JS

I would like to know how to eliminate the gaps that are in a vector. The situation is as follows: I need to read all text tags from an HTML page and store them in an array so that I can work on them individually in the future. I created an ar...
asked by 18.01.2018 / 21:47
1
answer

Working with arrays [closed]

I have this array: {tag: "teste"} How do I save the word test in a variable?     
asked by 11.12.2018 / 18:57
1
answer

Change link of two links whose id are equal to js

I needed to duplicate a code from a link, whose id is the same (I can not change, nor can I actually). I need to change the text of this link. I did this: document.getElementById("send").innerHTML = "Enviar itens"; But it only changes the t...
asked by 08.11.2018 / 20:45