Questions tagged as 'html'

1
answer

Auto sum system where those that were not clicked are added and zeros where I click

I'm trying to do the following: the screen has to appear from 0 to 36, by the time I click on any of the numbers the value in front of it has to zero. And at the same time in front of all other numbers add +1 to the value you are. And so on with...
asked by 24.06.2014 / 04:37
2
answers

Font-Awesome icon responsive - How to replace icons when clicked?

So, I'm trying to make those responsive headers that, when clicked, organize the column and change the "little set" up or down. I already have my sorts working, but I still lack the "responsiveness" of the icons. So my problem is: I have t...
asked by 12.07.2018 / 16:53
2
answers

How to leave a responsive site with or without bootstrap?

I'm making my first website for a client, just missing the site responsive. I wanted to know how can I do this? Most of the tutorials out there are with bootstrap, however I started and finished the site without bootstrapping, got to start using...
asked by 14.07.2018 / 21:16
2
answers

Problem with bootstrap responsiveness

I'm having trouble aligning the responsiveness of my dashboard. Here is an image of how it sits on large screens. ButifIslowdownthescreenitshuffleslikethis: BelowistheexcerptofthecodeHTMLofthepagewhereIquotethispart.AmIdoingsomethingwrong?Ho...
asked by 18.07.2018 / 15:10
1
answer

I can not click on the link - jquery

Hello, can anyone help me posted the code also in codepen , I can not click the link and I opened the PDF file, what happens is the div slideUp Thank you very much for your attention! (function($) { $('.pasta').click(function()...
asked by 16.08.2018 / 03:12
1
answer

How to use Emscripten?

I wanted to convert my C ++ code to JavaScript so I could use it in web pages. How can I do this? For what I researched Emscripten does this, but I do not know how to use it. How does it work? How to use it? What are your capabilities?...
asked by 16.08.2018 / 15:52
1
answer

Modal does not load Style when started automatically

I have a modal that is opened when the application is started, I made the check if it is the first time the user logs on the system through a cookie. The problem is that when the modal is forced to execute, it does not load the style, it follows...
asked by 16.08.2018 / 15:03
1
answer

Add a tag with the amount next to the field

I want to make a button or text field, for example, of email, that informs the amount of emails on top of the text. Something like:    Emails¹³ Is this done in PHP or HTML?     
asked by 27.08.2018 / 13:01
1
answer

Obtain a string with a regular expression in JS

Well, what I need to do is get a string via input, and "get" a certain value inside such a string. Below is an example to better illustrate the situation: <iframe width="560" height="315" frameborder="0" scrolling="no" marginheight="0" marg...
asked by 03.10.2014 / 00:55
1
answer

How to put a border on a tr that appears over the edge of the td?

I was developing a screen, which contained a table with a style in tr:hover , so when the user moves the mouse over the lines, they look different. Everything was going well until I decided that I wanted to put a "blessed border" around th...
asked by 19.02.2014 / 22:44