React js: Activating progressbar countdown after button click
I am trying to activate a progressbar countdown after I push abutton. So the button will be disabled for 90 seconds. After the progressbar arrived to 90, the button will be active again. How to do...
View ArticleCSP defined in apache conf not working when serving php files
I am configuring apache csp lockdown of a site, and experienced a strange behavior when i open the same file as a php script compared to open it as a html file.The html file is:<html>...
View ArticleChange size of text in text input tag?
I have a large input box for text but I can't change the font size?<input type="text">I would like to change the font size inside the text field but I can't seem to do it using CSS. Any help?
View ArticleHow to make a disappear
So this is my first question. I'm very new to coding, and only have done a few basic programs, so please don't judge me if the answer is obvious. Me and my friend have worked together to create a chat...
View ArticleWhy is my font-size not working for my navigation bar?
OK, so I've tried using a live HTML editor, and it worked in there, but it is not working when I open my index.html file. Please show me what I am doing wrong. Here is my HTML code.<!DOCTYPE...
View ArticleProblem loading a tooltip on an html page
I'm new with CSS, I'm tryin to display an image with some text below when you hover over certain position on the page (It's a board member description). The problem is, for some reason the image is not...
View ArticleHow can I use IF condition for calculated value in my HTML query?
I am new in Query and I want to make my function use IF condition, I mean if the input value more than 130 use this calculation $('#totalprice3').text(((val1+(val1*9) / 100) * 3.75) + 500); instead of...
View ArticleScoped stylesheet file without iframe
I want to apply some css using a link tag only to the children of a certain element. I don't want to use an iframe.I don't know what css will be there, it is dynamically created by users... So I cannot...
View ArticleTrying to change background color based off if the hour is in the past,...
I am trying to change the background color based on if the current hour is past, present, or in the future. Use case: I am building a day planner using moment.js. Every hour has its own field, ie: 8am,...
View ArticleI cannot get .toggleClass to work for some reason. Shopping list assignment...
The add and remove functions are working, but the "check" function which contains .toggleClass is not working. Any help would be greatly appreciated. I'm putting a link to the code below. Here is the...
View Articlesecond dropdown usable after choose in first
I will tell you first what I want to get. the user in the first dropdown selects the manufacturer, in the second dropdown the types of shoes assigned to that manufacturer complement, if he chooses in...
View ArticleCSS Fading Slideshow Initial Images Stuck
I grabbed the code from here and altered it for my slideshow. In my slideshow it fades each image in and out completely. My problem is only that in the beginning all the PNG images are stacked on top...
View ArticleJavaScript : Uncaught TypeError: Cannot set property 'href' of null
While changing the href through javascript getting this error.Not able to change the href through javascript<script type="text/javascript"> var element =...
View ArticleDisplay DOM document in Angular component
I try to draw a line with leadr-line(https://www.npmjs.com/package/leader-line) between two dots, but the line is diplayed in the background instead of component view import {DOCUMENT} from...
View ArticleC# FindElement(By...) with two criteria
I am currently trying to automate a checkout process. Now I am stuck, the buttons on the site displaying the sizes are nearly identical, they only differ in valueThat's why I wanted to ask if I can...
View ArticleHow to prevent PO Box in address field?
I use HTML5 patter to validate address field input. Here is example of my code:<input class="form-control" type="text" name="address1" id="address1" value="" maxlength="40" required> I would like...
View ArticleHow do I access the value of a td (x3) of the same tr (x1), if I click on the...
How do I access the value of a td (x3) of the same tr (x1), if I click on the tr (x1 of td (x2))?$(document).ready(function () { $.ajax({ url: '/api/Usuario/GetPermisosRolPorUsuario', method: 'GET',...
View ArticleResizing page ruins formatting (HTML and CSS)
I recently 'completed' a practice project for a basic survey web page. After tinkering for hours to get it to look how I wanted, I tested how resizing the page affected the content and was dissapointed...
View ArticleHow to strip quotes around Django generated html?
I'm trying to display a hyperlink in a form based on a value taken from a database. As far as I can tell Django doesn't support this natively, so instead I'm trying to generate the html manually. In...
View ArticleTrouble using ng-options to populate dropdown with vm
New to angularJS and having some trouble with creating a dropdown menu. My goal is to make it behave something like this: https://www.w3schools.com/angular/tryit.asp?filename=try_ng_select_selectedI'm...
View Article