Quantcast
Channel: Active questions tagged html - Stack Overflow
Browsing all 73992 articles
Browse latest View live
↧

LeafletJS map sometimes doesn't load with Google Adsense adbox and its...

LeafletJS map sometimes doesn't load with Google Adsense adbox and its script. After removing it goes away. I honestly don't know why its occuring? Can I be sure that it is something to do with the...

View Article


Need to Load Hidden Button at Certain Moment

Hi I have a static html page with JS codeCode:<script> var questions = [ {question:"What's your first name?"}, {question:"What's your last name?"}, {question:"What's your email?", pattern:...

View Article


What data is preferably used in local and session storage

I'm curious to what common data structures are stored in each of the 2 storage's. For example what data structure is commonly stored in localstorage's and what data structures are commonly stored in...

View Article

Use HTML5 (datalist) autocomplete with 'contains' approach, not just 'starts...

(I can't find it, but then again I don't really know how to search for it.)I want to use <input list=xxx> and <datalist id=xxx> to get autocompletion, BUT I want the browser to match all...

View Article

Image may be NSFW.
Clik here to view.

bootstrap 4 layout in angular 7

I'm trying to create a template with bootstrap grid system like the image below from medium screen sizes but unable to do so. Below is my code:HTML:<div class="container-fluid"...

View Article


Sanitize inputs before filling with user data?

When binding previous user input data to an HTML input, is it necessary to sanitize the input before filling the input field with it?I know the importance of sanitizing user inputs before rendering...

View Article

Bootstrap Datepicker startDate and endDate

This is a date range picker. This is already working and validating startDate and endDate input values. My question is how can I put a value to the endDate field?Ex. if startDate is selected at...

View Article

Image may be NSFW.
Clik here to view.

Reload data continuously with Ajax

I have a page with some bootstrap cards. Information showing inside the card is retrieved from MySQL database.What I needI need these cards to be updated every 3 seconds without reloading the page. I...

View Article


Adding class to dynamically generated div only when specific elements are...

I am currently using the Slick Slider by Ken Wheeler to display feature images and video on my website's product detail page. My problem is that I need to target the .slick-slide that has video in it,...

View Article


Applying a Javascript function to multiple buttons?

I am trying to apply a javascript function to multiple buttons where a video with a description pops up. One button is working, but the other isn't. I tried using "onclick" and there's a popup,...

View Article

Image may be NSFW.
Clik here to view.

How to display 3 separate buttons where 1 spans the height of the two next to...

I have 3 separate buttons that display. I am trying to get button A to span button B and C that are stacked on top of each other. When the height of B and C changes, I want button A to match that. What...

View Article

HTML text input not updating with Knockout Bindings

I am trying to automatically add slashes for a DOB input field but Knockout bindings are not playing nice. <input name=x size=10 maxlength=10 class="span12" placeholder="Date of birth (MM/DD/YYYY)"...

View Article

Image may be NSFW.
Clik here to view.

How to show a virtual table generated by MySQL in HTML page

I have this MySQL table MONTHNAME generated by querying from the database using the following script using PHP. $query = 'SELECT monthname(`dateAdded`) as...

View Article


Easiest way to center align a group of buttons in html?

I'm stuck on this very simple thing. I have a div with 8 buttons inside and I want to centre them on my page. I've tried many things and either the buttons start halfway off the page (how?) or they're...

View Article

Trying to solve javascript algorythm HELP PLEASE [closed]

I'm creating an HTML5 game with javascript canvas. I'm trying to make a box in the center that the player can't go through. I've created collision detection, but the only thing I can't figure out is:...

View Article


Is there a way to put a python turtle game on web?

I recently just made a python game using the turtle graphics library:https://repl.it/@Cyh1368/30-somethingand I am willing to put it on a website. Is there any way to do that? For example, add some...

View Article

Make an element have priority flow so that it doesn't wrap around other...

I have 3 elements on a page. [1 2 3]. All 3 have dynamic widths and I would like the middle element to stay in the middle and not be wrapped around. So when the left or right elements start to...

View Article


Getting error message "Call to a member function bind_param() on bool" What...

I am trying to update a table in MySQL library based on the value of a div. which is:<input type="hidden" class="pid" name="pid" value=""> I have been looking everywhere for solutions but I cant...

View Article

How can I hide this table row based on the value of an input field 4 levels down

I have a table with lots of rowsI have a filter to hide these rows based on the content of a child element (an input field) several levels down within the rowThe input field within the row is wrapped...

View Article

Image may be NSFW.
Clik here to view.

How to stop Html.EditorFor from displaying previous values in a dropdown

How do I stop an Html.EditorFor element from displaying previous entered values in a drop down when I click in it. Below the html for this element I am using:@Html.EditorFor(model =>...

View Article
Browsing all 73992 articles
Browse latest View live