Questions tagged as 'html'

3
answers

UserControl to control Logon Schedules [closed]

How can I make a user control of Visual Studio a screen similar to this image below, in an ASCX (HTML, CSS, / em>: I tried several <div> , but I think it would be a very long process, and I think it's possible to do it wit...
asked by 20.08.2015 / 21:55
1
answer

button does not work in Firefox within a Wordpress theme [closed]

I'm creating a button inside a Wordpress theme, but the same does not work in Firefox, already in Chrome and IE works without any problems. My button: <button class="faleconosco"><a class="texto_faleconosco" href="https://www.googl...
asked by 14.08.2015 / 02:19
1
answer

JavaScript control element using scroll

Hello, I was thinking of putting in a project of mine, an "effect" of controlling a certain element using the position of the scroll bar, when the user descends through the page. I tried to do some testing but ended up giving in to nothing. I th...
asked by 10.09.2015 / 19:30
2
answers

How do I get value in the td tag in jquery?

How do I get the value 1 and manipulate it, by jquery, that is inside the td tag (I want this value to increase as I click an id = 'add-row' button): <td>1</td>     
asked by 18.10.2015 / 20:36
1
answer

How to reset form state with model data?

I have a model in which I fill in the fields of a form (use asp.net mvc and the view is typed), that is, I load the fields of this form according to the data of the database for the user to change on the screen What I want to do is a "undo" bu...
asked by 07.08.2015 / 15:10
1
answer

Input with Link to "modal"

I'm developing a project with sudoku, and I'd like to show a "modal" with the possibilities every time the user clicks on some cell. This site illustrates well what I need: link How can I do this? (I'm using input in cells)     
asked by 15.07.2015 / 01:22
1
answer

Jquery: Mask does not turn off

I can not type anything inside a textbox field that I put a date mask on, it will not let me delete or type it over, it always stays 11/11/1111 Here are the codes I put: Everything I'm importing: <script src="~/Scripts/jquery-1.10...
asked by 16.07.2015 / 17:21
2
answers

How to validate drop-down with jquery-validation

I'm trying to validate a drop-down list with jquery-validation and I could not, I took an example and tried to adapt my need, I did this: The form that triggers validation: <form class="form-horizontal" id="frmFaseObrigatoria" action=""...
asked by 24.08.2015 / 13:52
1
answer

Steering to two pages

I'm working on some updates and I need my JavaScript function to open a new tab with one ticket and go back to another one after I click on generate ticket. It opens the new tab, but does not return to the select_estab.php page, it does not issu...
asked by 13.07.2015 / 21:38
2
answers

Video still executing when closing modal

I have a modal bootstrap that opens automatically when the page loads. Within this mode there is only one video. However, when this video is executed and the modal is closed the video is still running. How do I, when closing the modal stop the v...
asked by 10.07.2015 / 14:44