Questions tagged as 'html'

1
answer

How to get data from a BulletedList in CodeBehind ASP.NET?

I have a list of items set through a BulletedList in an Asp.net page. This list is populated with multiple items through the DataSource , DataTextField , DataValueField , and DataBind() attributes in CodeBehind in C #....
asked by 16.04.2014 / 01:05
1
answer

How to identify which link triggered a .hover ()?

I am not able to use this here, to identify which of the links I am passing the mouse, when I move the mouse in one of the links it activates the two links and this is not to happen. I'm also having trouble hiding .post-prev and...
asked by 14.04.2014 / 20:16
1
answer

Force at least one field to be mandatory

I have 4 CheckBox in my form HTML , I'm working on the validations only with Jquery.Validate , is there a way I can set at least 1 of these checBox's on? Any property of validate ? Or just creating a role in the race? I f...
asked by 03.09.2014 / 20:03
1
answer

JQuery Mask working only for one field

Dear, in my code I need to insert two mask , but only INSC_EST is working, the other is not. Here is the code: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script type="text/javascript" src="../../js/jquery-...
asked by 05.09.2014 / 13:28
2
answers

How to use Jquery Custom Scrollbar on elements with display: none

It does not mount the scroll bar on elements that are with "display: none". Does anyone know how to solve it? Here the scrollbar plugin     
asked by 28.02.2014 / 19:07
2
answers

Why does the script not only accept the letter F?

I made a regular expression to accept values from 0.0 to 10.0 and the letter F and with it I'm having problems, it ends up denying in the msg of AddMethod () itself. <html> <head> <script src="jquery-2.0.3.js" type...
asked by 27.02.2014 / 21:22
2
answers

How to fix table column in an accessible way?

I have a table with several columns and I need the first column to be fixed in the table . However, all of the "ready" solutions I found solve by creating two tables, which is inaccessible. I need the result exactly as this plugin link doe...
asked by 06.02.2014 / 16:39
3
answers

@ font-face does not work in Firefox but IE and Chrome work [closed]

I always use @font-face in my projects and never had this problem. I have doubts if you have any problems with my CSS. @font-face is not working in Firefox. My code looks like this. <link rel="stylesheet" type="text/c...
asked by 31.01.2014 / 14:12
0
answers

What is a Mixed Content? And what are "optionally lockable content" and "lockable content"?

Although I understand almost nothing about this subject I was reading about Security Protocols and Certificates because I saw this Mixed Content alert on a site ReadingaboutthesubjectIcameacrosstermslike"Mixed Content", "Optionally Lo...
asked by 20.11.2018 / 11:46
1
answer

Ignore open enter key

On my system, I created a modal that will serve as an alert whenever the user does some invalid operation. But to force the user to always close the modal via the close button, I wanted to prevent him from closing the modal by pressing ENTER...
asked by 16.11.2018 / 16:25