Questions tagged as 'jquery'

2
answers

Select values from a td with click

The code below is a page, which the user types the name of a city, and checks for similar results. With this, it brings multiple results into a dynamically created table, depending on the data brought back from the results, this is already worki...
asked by 06.09.2017 / 14:49
2
answers

how to make editable radiobutton?

Next, I will have to add radiobuttons dynamically, in that they will have to be able to write. They come as label ne? I needed to be able to edit this label, it could be a text too, the important thing is to be able to add the radiobutton and th...
asked by 12.06.2017 / 20:11
2
answers

Submit only one element of two with same name

I have a form , and in this I have to inform the neighborhood, however the element that stores the information of the neighborhood can vary according to the value of the city selected previously. Example: If the city is "main" it s...
asked by 12.04.2018 / 20:19
3
answers

Hide and reveal text using JavaScript [duplicate]

I have a div that has a news, I need to hide a part of the text when the file is read by the browser, in addition the user can see the full text if you want by clicking "View More" which is a <a> and then make it reduced. I...
asked by 14.04.2018 / 04:12
1
answer

Print in A3 and A4 format

I need to develop something that can print in A3 and A4 formats, exactly the same as that site: link Note that by clicking on the print icon it first resizes to the correct format and then when you click Print, it shows the preview exact...
asked by 22.11.2017 / 00:40
3
answers

jQuery .toggleClass () is not working as expected

I have this code but I do not understand why the .toggleClass() method is not working as expected to change the opacity of the element: Example in JSFiddle HTML <div id="admin"> <p><br/>Admin</p>...
asked by 27.02.2014 / 11:02
3
answers

Cut word with CSS

I have the following div. <span class="credit-font" id="valYearCD">2036</span> I need the content from within 2036 to be reduced, and any content that appears within that div, show only the last two numbers, in case it would jus...
asked by 30.05.2018 / 19:56
2
answers

How to delete the last row of the table?

<table class="table"> <thead> <tr> <th>#</th> <th>Id.</th> <th>Descrição</th> <th>Qtd.</th> <th>Unitário</th> <...
asked by 20.06.2018 / 02:07
2
answers

Input text of hours! [closed]

Good afternoon, I need a valid team mask where Hours accept up 23 and minutes up 59 could anyone help me?     
asked by 04.05.2017 / 20:50
2
answers

Create JavaScript mask using jQuery

I have a client registration page in my MVC project requesting default data like name, cpf, dt nasc ... I need to create masks of these fields. After searching I came to the DigitalBush plugin. So I liked it and I want to adhere to it. How...
asked by 05.05.2017 / 02:25