Most voted "html" questions
Use this tag when the question refers to some resource, information or problem related exclusively to the HTML language (Hypertext Markup Language). HTML is the main markup language used to structure web pages and format content. The latest revision of the HTML specification is HTML5.
Learn more…14,259 questions
Sort by count of
-
2
votes3
answers2193
viewsHow to Mount a Dynamic Checkbox
I have a: <select name="snh_predio" id="snh_predio"></select> Which is automatically loaded. When this is changed: $("#snh_predio").change(function() { }); I want you to print a list of…
-
2
votes1
answer1213
viewsconflict with jquery googleapis
I am importing several Aces to the same site, the problem is some stop working. For example, one api to make an autocomplete, another to make an effect in the menu and another to a feedback box. Is…
-
2
votes1
answer6036
viewsHow to place a border on a <tr> that appears above the edge of the <td>?
I was developing a screen, which contained a table with a style tr:hover for when the user hovers over the lines of it, they look different. Everything was going well until the moment I decided I…
-
2
votes1
answer282
viewsVideo API - How to automatically update your posts?
Is there any Video API for Youtube and Vimeo that can be embedded, through a script , on a website and that gives me the condition to automatically update the posts made?
-
2
votes2
answers167
viewsHow to use Jquery Custom Scrollbar on elements with display:None
It does not mount the scroll bar on elements that are "display: None". Does anyone know how to solve? Here the scrollbar plugin…
-
2
votes2
answers415
viewsHow to use css Calc() in safari?
Calc() in safari is not working. I tried prefixes and it didn’t work either. Someone knows a solution? I’m wearing it like this: #myDiv{ width: calc(100% - 160px); width: -webkit-calc(100% - 160px);…
-
2
votes2
answers336
viewsWhy 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 precisely with it I’m having problems, ends up denying in Addmethod’s own msg(). <html> <head>…
-
2
votes2
answers545
viewsWith which files should you use the <link> tag with Bootstrap?
I’m studying about the Twitter Bootstrap and I have a question: with which files should use the tag <link>? Are all files or just some specific files?…
-
2
votes1
answer191
viewsLink opening in a new window
I have an image, which is a link to the index(home) page. It turns out that when I click on the link, the browser opens another window, but it should still open. How do I resolve this? Below my…
-
2
votes1
answer658
viewsSelector or Script to assign different content to elements with the same class
We can assign a title (attribute title), to an element marked in HTML, which has this class, thus: $(".title-texto").attr("title", $(".title-texto").text()); Example of HTML markup with only one…
-
2
votes1
answer981
viewsHow to display the value of jQuery UI Slider in a text input and update the Slider if a value is entered in the text input?
The result I need to achieve using jQuery UI Slider seems to be simple. The Slider will be used to define the age of the user who would submit the form, with minimum value 18 (years) and maximum 100…
-
2
votes3
answers956
viewsAuto completing input with address
Is there an API that when typing a city name for example, will the suggestion appear as the city name below the form? Please do not send the Place Autocompleter from Google, I need an API that…
-
2
votes1
answer1354
viewsUpload multiple files using Uploadfy in ASP.NET MVC
How to implement multi-file upload with uploadf? I find it very interesting to use the upload bars etc. is making this mistake: This is my controller: You may notice that you have many error…
-
2
votes4
answers1039
viewsError while displaying video html
I’m putting a video using Html5 and codeigniter on my page, but is only showing the player without displaying the video. script: <video width="420" height="340" autoplay controls> <source…
-
2
votes1
answer672
viewsError 404 (Not Found) on Facebook
I have a problem sharing links from a site on facebook because, the links are right and appears the following message from the site when sharing: Error 404 (Not Found)!! The site is in wordpress and…
-
2
votes2
answers11882
viewsCalling function with onclick
Guys I can’t call a function using onclick, calling it straight from the html tag comes normal but if I call unobstructive way without chance I’ve already read several Docs tried n ways and nothing…
-
2
votes2
answers1318
viewsHow to write HTML inside Ajax Success
I have a project in ASP.NET MVC 4 and in it I have a requisition Ajax where calls the controller sending only one parameter. The request does everything correctly, brings me a list with the data I…
-
2
votes2
answers3896
viewsChanging the color of a HTML5 <Progress> element
I need to change the color of a Progress bar (tag <progress> HTML5) with CSS. The default of Google Chrome is like this: But if I try to style with css gets like this: How can I leave the…
-
2
votes4
answers864
viewsHow to set Background-image with SVG hosted elsewhere
I’m making a website that needs to pick up a svg from another site (www.teste.com.br/image.svg) and set it as the background. But I’m not getting it. go on like I’m doing: <html> <head>…
-
2
votes2
answers899
views -
2
votes2
answers2660
viewsHow to grab a file extension?
I am using JSP and HTML and need to select a file and know its extension. The only way I know how to open a file is with input file but with it I can’t get the extension. How can I get this result?…
-
2
votes1
answer135
viewsHow to identify which link fired a . Hover()?
I’m having trouble using the this here, to identify which of the links I am passing the mouse, when I pass the mouse in one of the links it activates the two links and this is not to happen. I’m…
-
2
votes1
answer96
viewsHow to get data from a Bulletedlist in Codebehind ASP.NET?
I have a list of items defined through a Bulletedlist on an Asp.net. page This list is populated with multiple items through attributes DataSource, DataTextField, DataValueField and the method…
-
2
votes2
answers48943
viewsHow to change the color of a single link?
How to change the color of a single link? I’ve tried to go on "Modify - Page properties - Links", however the settings that are put there go to ALL links, and is not what I want on my site.…
-
2
votes2
answers1056
viewsI can’t remove the fields I just planted
I needed to insert some fields dynamically and I found a video lesson that showed how to do it. However, after doing everything right, my code does not remove the ones I just entered. Where is the…
-
2
votes2
answers1579
viewsHow to hide href with jQuery while input file is not selected?
I have a form image upload where the user before updating the avatar image or profile cover, views (in this same form) their registered image or a system pattern. Turns out my input type has an…
-
2
votes2
answers651
viewsUse or not use table
I need to position controls Abels, exactly one below the other and sometimes beside. I do this with table, but ask. Is there another way to do this and give a result similar to table? Table is…
-
2
votes2
answers1834
viewsHow to separate text icon in a <div>
I’m creating an element for my site (which is responsive), but I can’t leave the elements apart. Below are some prints: How are you: How I want it to stay: EXAMPLE - Jsfiddle…
-
2
votes1
answer314
viewsWrong width in Chart div
I am trying to make an effect, when I choose an option in select, I show the corresponding div with highchart. Has 2 problems: 1- Width of Chart is not correctly completing width of div. 2- I’m not…
-
2
votes1
answer433
viewsHow to do Trigger('change') in a select input?
I would like to simulate a change event in my input, but I’m not getting it to work. As soon as the page loads I select a different value in my input that way: $("#selExercicio option:contains('" +…
-
2
votes1
answer987
viewsHow to capture the HTML from the open page in Chrome with Delphi?
I need to capture the source code of a given HTML page opened at that time on google Chrome. In Internet Explorer I know how it does, Chrome does not find anything like it. Any suggestions ?
-
2
votes1
answer1707
viewsPlace border in split div
I’m trying to put a box around my form. So far so good, but now when I intend to divide the form in half this same box around the form ceases to work. <div class="formCreate " style="width:…
-
2
votes1
answer104
viewsMake . append() before . load()
I’m using the .load() to load content (partial) from controller of my application. What I wanted to do before the .load, was to add code html while carrying a partial. I tried to do it .append…
-
2
votes1
answer158
viewsCheckbox that pulls content from a custom post type
I have a custom post type knits (here will be registered all knitwear products) and have another custom post type products (where will be listed all products). What I would like to do: in this…
-
2
votes1
answer434
viewsMvccheckboxlist, Radiobuttons and Text Inputs
I have a project where I’m using Mvccheckboxlist. My question is this:: Could I put a mvccheckboxlist together with radio Buttons and inputs ? Because I am in a project at a school that I have to…
-
2
votes3
answers8073
viewsConcatenate a link within a href attribute with a variable?
I wanted to know how to concatenate a link inside an attribute href with a variable? Observation has to be something 'inline'. I use a platform that doesn’t let me use scripts inside the page so the…
-
2
votes1
answer2632
viewsBootstrap - Merge lines
How do I make Melclar two or more cells in Bootstrap? I’ll post the code: <div class="container"> <div class="row-fluid"> <div class="span4">4</div> <div…
-
2
votes1
answer119
viewsPage display error - Django
At Django I’m developing a Library project! (I’m Beginner at Django, I’ve never worked with web development) Summarizing I have in the file models.py a model Library and a model Book, in the model…
-
2
votes3
answers621
viewsService to resize uploaded images to a Wordpress site
I have a Wordpress site which has the biggest headache to resize images, and I think a PHP script that resizes images is not the solution for me. Every post involves about 3 images, it is very…
-
2
votes3
answers1882
viewsHow to use Fixed position within a div?
I have a div who has yours header and its content that has a height fixed and this has scroll. How to put position: fixed in the header (where is the title), without it moving when the scroll go…
-
2
votes2
answers4155
viewsMake item highlighted if it refers to the selected menu
I have the following code <div class="produtosMenuItens"> <div class="produtosMenuItensTit bs">Residencial</div> <ul class="produtosMenuItensDiplay" style="display: block;">…
-
2
votes1
answer211
viewsjQuery Datapicker error page with Ajax
I am finishing a registration page and realized that jQuery Calendar after loading for the second time does not work. $(function() { //Mascaras para Calendário.... $(…
-
2
votes2
answers474
viewsMount query for database query according to checks marked
I have the following situation, the user can select the language level, as: Basic, Intermediate or Advanced and I have it in checkbox form. I need to assemble a dynamic query according to the or…
-
2
votes1
answer1251
viewsHow to read Querystring parameters in Javascript
How do I collect arguments from an HTML page? Like I tried to use like C# / ASP.NET: var conteudo = Response.QueryString["usuario"]; Considering a query string as: /default.html?usuario=pt Then he…
-
2
votes2
answers2929
viewsOpen tab after loading
I am thinking of doing this using jQuery and I used some methods already available on the internet but they are not working. I tried to modify it more I think I’m doing it the wrong way. What I want…
-
2
votes2
answers7771
viewsPass parameter (a list object) from View (List type) to Controller. Asp.NET MVC
I own a view like "List<SimpleUser>" and I want to pass by parameter to my controller the object that is in my foreach, but this arriving null being done as follows: View: @{ ViewBag.Title =…
-
2
votes1
answer2156
viewsFixed Div when decreasing the screen
I’m developing the following website: http://173.44.46.62/~bellanap/pedidos.php but when you lower the screen, the div where the form is breaking. It needs to be fixed. Help me?…
-
2
votes1
answer1004
viewsChanging td color without updating the page with ajax
How to solve this problem, I saw that there are solutions in ajax but I couldn’t develop, what I need is to change the color of td of a table without having to refresh the page, change the color of…
-
2
votes1
answer803
viewsSvg is not rendered, the browser downloads the file in iis
When accessing the site that contains a svg image, it does not appear but the browser downloads the image and in the debug console appears the following message: Resource Interpreted as Document but…
-
2
votes2
answers4896
viewsJquery Datatables - Pagination Number Quantity
I’m implementing the Datatables pagination and I couldn’t figure out how to modify the number of pagination buttons. As you can see, we have to 1 to 5, or we might have to 7 to 11 the numbers of the…