Questions tagged as 'html'

3
answers

How to change the text of a link after it has been clicked?

How do I get the text of a link where to be written "show more" change to "show less" and vice versa when clicked? >     
asked by 28.12.2016 / 17:39
1
answer

How do I start a Skype call from an action in the browser?

I need to add an "online support" button on my page but instead of creating an online chat I would like to use Skype. What is the best way to implement this?     
asked by 30.01.2014 / 15:13
2
answers

Effect number increasing / decreasing

I searched SOpt and did not find what I wanted Let's say I have a button and when you click it change the value of some div > or input . The starting value is 1 , and click , change to 10 . I would like this transition not...
asked by 20.08.2017 / 21:07
2
answers

Abalone shape with CSS how to do? How to make a shape in this half-rounded format?

I'd like to make an element half round, it's not an ellipse, not a circle, and not an element with border-radius . It is a half-rounded way as you can see in the image below and I could not do it with CSS. Itriedtogetthisshakenform,but...
asked by 19.12.2018 / 12:09
2
answers

What does "== $ 0" mean when inspecting a page?

When I inspected a page, I noticed that == $0 appears that is not part of HTML. What does this code mean? Are you part of JavaScript?     
asked by 27.07.2018 / 01:47
1
answer

How to prevent pseudo-element (before or after) inside a clickable tag?

Is there any way to prevent the pseudo-element ::after or ::before from a <a> link becoming part of the link itself? My idea was to use ::after in a <a> link tag, this ::after would be u...
asked by 04.09.2018 / 20:17
5
answers

How to add a class in a class by clicking on it, leaving only it with that class?

For example: I have more than ul with li ; If I click on a% of% of the first li it has to add a class; If I click on a ul of the second li , it adds that same class. Only which does not interfere with the...
asked by 11.02.2014 / 13:10
2
answers

Mixing Javascript libraries in a project

I wonder if it's not good practice to load several different Javascript libraries into one application. For example, the project has an X deadline for delivery, but should be done in AngularJS but the developer knows more about jQuery which m...
asked by 20.09.2015 / 00:12
3
answers

Position caption above div

I'm using the bootstrap carousel with caption. Between the slide image and the caption there is a div with the image of an orange triangle. I need the caption to stay above the triangle. I have already used z-index but I can not position this ca...
asked by 22.06.2017 / 23:22
5
answers

What is CDN and how to enable it in my JavaScript files?

On a performance verification site I received the "Use CDN for all static assets" message for my JavaScript files. What are CDNs and how to implement them?     
asked by 29.11.2016 / 18:42