Questions tagged as 'span'

4
answers

Difference between span img and div img

I've seen in some source code: <span> <img="../imagens/1.jpg"></span> and in others: <div> <img="../imagens/1.jpg"></div> Is this wrong? I always thought <span> was used exclusively for...
asked by 15.01.2015 / 18:24
2
answers

Span within @ Html.ActionLink

I have the following column of a table: <td style="font-size:10%"> <p class="list-group-item-text"> @Html.ActionLink((string)item.cidadenome, "Cidade", "Cidade", new { cidadecod = item.cidadecod, contratocod = item.contrat...
asked by 08.09.2016 / 21:25
1
answer

Click the Span (Trash icon) to trigger in my li events fadeOut and then remove

I'm creating an Todo List with vanilla js and I ran into a problem. When I click on the bin icon (within my span) I can not delete my li. Could I point the way so that I can do javascript with the effect of fadeOut and then remove it from my...
asked by 14.12.2018 / 13:56
1
answer

Overlapping labels

Greetings. With the following code ... link Labels are overlaid when the screen is dimmed. I wish it would be one underneath the other. Can anyone help me? Thank you very much.     
asked by 30.03.2018 / 22:40
1
answer

Adding a tag to another tag using JavaScript

I have a jQuery that I use on a website that I'm doing that applies the zoom effect to an image. But when I hover over the image and it zooms in, jQuery creates another IMG tag with the same image by applying a class="zoomImg" to it:...
asked by 23.03.2015 / 13:48
1
answer

How to set a value for a span with React

I was trying to do that when the user pressed the submit button, he would check what the user entered, and if it was not valid he would send an error message through the span.Obs: I cut the code for easier reading, but the problem is in this par...
asked by 25.10.2017 / 18:30
2
answers

How to approach the view of your location, and make it follow during a journey?

Please, I'm new to the area and I'm creating an app that will tell the distance, speed, calories spent, and user time during a race / walk. The simulator is finding the location, but the screen does not follow the walk, besides the view from...
asked by 10.04.2017 / 16:57
2
answers

Span Element Front

I have the following column of a table: <td style="font-size:10%"> <p class="list-group-item-text"> <a href="@Url.Action("Cidade", "Cidade", new { cidadecod = item.cidadecod, contratocod = item.contratocod })" class=...
asked by 08.09.2016 / 21:59
1
answer

How to get text from a Span with Class [VB.NET]

<span class="odometer-value">0</span> This is the code. I need to get the result "0" and put it in a Label. But sometimes you can have ex: 10 (2 numbers) and the code will be: <span class="odometer-value">1</span&g...
asked by 30.10.2018 / 18:22