Questions tagged as 'javascript'

1
answer

Problem with bootstrap

I have a problem here in my TCC, I'm creating a web application, in the front end of my project I have a screen that contains a tab with two fields, when clicking a form appears for the user to pre-fill and click the other other form. My problem...
asked by 07.11.2014 / 02:23
2
answers

Simulate Click with webview in a href

<li class="paginate_button page-item next" id="tb_next" <a href="#" aria-controls="tb" data-dt-idx="5" tabindex="0" class="page-link">Seguinte</a> </li> Hello friends, I have a page that has this html code and I need to...
asked by 26.11.2018 / 14:02
2
answers

How to increment and decrement values with javascript

I have a textbox , and two more and less buttons, I want to decrease to zero, I managed to do but I can not decrease from 1: HTML <asp:TextBox ID="txtAcrescimo" type="number" CssClass="form-control" MaxLength="18" runat="server" on...
asked by 10.04.2015 / 14:12
3
answers

Improving jquery code

I have a code in jquery that does the following, it creates a class after the hover, until it is working normally, but since I will have to replicate this action in other places but will change the css properties of each section, in the case are...
asked by 08.10.2018 / 16:14
1
answer

Problem removing readonly in Internet Explorer [closed]

I have a function that removes readonly from a field after focusing on it: $input.removeAttr('readonly'); The problem is that only in Internet Explorer even after removing the readonly it does not allow me to type in the field....
asked by 27.04.2015 / 20:09
3
answers

Check which p has no text

How can I check which p has no text value? I have the following HTML code <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body>...
asked by 05.09.2018 / 00:22
2
answers

How do you capture the hours in a String?

I'm making a javascript code in which I'll need to split a sentence so I search the hours, I want only the value of them and so I can separate them, to put the value separately. Ex: String: 11:11 as 22:22 / 33:33 as 44:44 / 55:55 as 66:66 S...
asked by 04.01.2019 / 12:00
3
answers

Change link text without id or class

I need to change the link text, but this link does not have any identifiers to do this quickly. I do not know almost anything about Js, but I think it's possible to do this by accessing the TD and then the link. <td class="corpo-nome">...
asked by 08.11.2018 / 19:18
1
answer

Animate inverted one-button "close"

I'm developing an animate with JS and CSS, which when clicking the button, the element does bounceOutLeft and Right , and thus shows hidden content. The animation is working, however, like making a "close" button, and when you cli...
asked by 08.04.2014 / 16:00
3
answers

Inaccurate result in calculation with broken numbers

Problem Test on the consoles of your browsers: 1067.11-1000 = 67.1099999999999 The correct one would be 67.11 Could anyone explain this to me? And how do I resolve this?
asked by 13.02.2014 / 15:23