Questions tagged as 'onclick'

1
answer

change listview play in audio

I would like to change this listview schema Instead of pushing on the play buttons, I just want to push the list item and it (in the case) play the sound and when I click on another item it stops what was running and play the other but I'm ha...
asked by 30.08.2017 / 05:10
0
answers

Event '.on (' click ', function () {});' shoot multiple times

Good morning, I am working on a page where it has several ul dynamic, that is with li being implemented in them via input and counted through several variables (one for each ul ), and to facilitate I did a function of Exclude...
asked by 03.12.2016 / 13:07
1
answer

JavaScript Error in Chekar asp: CheckBox

Good morning. I have the following code: HTML: <asp:CheckBox ID="ckPergunta" runat="server" onchange='SelectChoices(this);' /> JavaScript: <script type="text/javascript"> SelectChoices(); function SelectChoices() {...
asked by 26.11.2015 / 13:46
2
answers

What is the difference of $ ('.boot'). on ('click') for $ (document) .on ('click', '.botao')? [duplicate]

I searched and could not find anything (probably because I do not know how to search). Anyway, does anyone know? NOTE: I do not want to know the difference between .click and .on ('click'), please read both options carefully. What I want to...
asked by 11.10.2018 / 20:16
2
answers

Display Div with specific content when clicking on link

Good morning, I'm creating this topic because I performed a search in the forum and found this solution here. Opening a < div > when you click on a < a >? link But I need a more specific solution. I am developing a questio...
asked by 09.11.2016 / 16:26
1
answer

How to call a method that is inside my Fragment through the onclick of a button that is also inside the fragment?

How to call a method that is inside my fragment by java through the onclick of a button contained in the same fragment? Here is the code: public class FragmentMinet extends Fragment { @Override public View onCreateView(LayoutInflater inflate...
asked by 28.06.2016 / 14:59
1
answer

Change the properties of an SVG object with JS

I'm learning about creating SVG graphics for HTML and would like to know how to change the properties of an SVG cicle, rect) through JS for example, when you click on a button it changes the position of a line. I looked at some websites a...
asked by 13.03.2018 / 06:00
2
answers

Events with the tag selectoption

I'm trying to make a page with html + javascript, but I do not know anything about php ... Anyway, my doubt is this! I have created a checkbox, and when the user selects that option, I want to change a text ... But I can not identify which optio...
asked by 05.11.2016 / 17:49
2
answers

Refresh layout from a button

On the main screen of my app there are two buttons, one to the right and the other to the left, symbolizing the previous and next months, in them I call an attempt to reload the page with the values of the previous / next month, but it does not...
asked by 03.03.2015 / 21:48
1
answer

Retrieve table cell value and move to second PHP screen

Hello, I have a need and I have a great difficulty with PHP, some I was able to help myself, I'm creating a table with information from the database, and inside a cell I'm putting an Onclick to open a second screen to show the detailing. I ne...
asked by 26.06.2018 / 18:51