Ligths Off - checking for lights
I'm working on a game in JavaScript (I'm a novice), classic Lights Off puzzle. I managed to get the table to print out, and. However, I have a problem with checkAllOff function, which is supposed to...
View Articleunable to call click method on anchor tag in an pre tag the click event isnt...
HTML:-<pre #toolTip hidden> {{ cellId }} has been removed<a (click)="test()">UNDO</a></pre> <button color="primary" copy [target]="toolTip" (click)="remove(cellId)">{{...
View ArticleCompact dom elements in width
Is there any way to compact dom element in width to avoid free space that may be occupied by a small element? Maybe some libruary or script?I created example from the image...
View ArticleCan't show some websites in iframe tag
I am trying to develop a page in which I can show more than 3 website at a time, as below:<ul> <li> <iframe src="http://www.facebook.com/" /><p> iframe is not...
View Articlehtml page arrange correctly only after reload
I am working with angular, html and css. I build a widget that includes a table of 3*3. For some reason, in the first upload - the table takes only 50 percent from the widget width. It looks OK only...
View ArticleFacing some problem with css @media query
It is working fine when I'm applying it to body color, or changing font-size but when it comes to make element float or flex-direction, it does not respond at all. Tried in every way possible just not...
View ArticleUnable to call click method on anchor tag in a pre tag the click event isn't...
HTML:-<pre #toolTip hidden> {{ cellId }} has been removed<a (click)="test()">UNDO</a></pre> <button color="primary" copy [target]="toolTip" (click)="remove(cellId)">{{...
View ArticleHow can I use PHP foreach in the following example?
I have a big issue right now in using php foreach function.I need to return each name plus each value from the html source code below or a similar one. Example: {_pn_Brand:Dell}. Everything good so...
View ArticleButton does not function on the first click
function showCheckbox(){ var node_list = document.getElementsByClassName('check'); for (var i = 0; i < node_list.length; i++) { if(node_list[i].style.display == 'none') { node_list[i].style.display...
View ArticleHow to combine number/string value to enter value in Calendar
let today = new Date(); let currentMonth = today.getMonth(); let currentYear = today.getFullYear(); let selectYear = document.getElementById("year"); let selectMonth = document.getElementById("month");...
View ArticleHow button and ul of dropdown are connected?
It's from the official documentation of Boostrap. I've deleted the aria-labelledby="dropdownMenu1" attribute from the ul element. <div class="dropdown"> <button class="btn btn-default...
View ArticleHow to create a container/palette for my buttons in Angular 8?
I want to create a container/palette(I don't know really what to call it) for som of my buttons in my webpage to put them into it and change their background color and some other effects. You can see...
View ArticleHow to create cards with a center alignment for full line and left for the...
I use ElectronJs which is a framework "to develop web on dekstop"... I try to make an app with cards like bootstrap can do but I want many cards then when I change the size of my window I want that my...
View ArticleCSS Hover effects on not on background possible?
Is there a way to perform hover effects like "zoom in" etc. on instead of background-image?
View ArticleIOS Safari, what is the first release of IOS to allow HTML/JAVASCRIPT files...
I have a local HTML file containing javascript, which I have never been able to execute with IOS, by double-clicking the file. This has always worked on Android. I recently had access to a new iPad and...
View ArticleShow div only when it crosses a certain length
There's over 25 questions listed in JSON. I'm trying to show the div only when the user has crossed the 5th question out of the 25 questions. How can I go about this?Here's where I'm stuck:<div...
View ArticleShould we style a fieldset tag as hidden for accessibility concerns?
From what I've read in this SO post, the main purposes of the fieldset tag is not logically group other labels and inputs semantically and to style them.If I don't want to styling option, but want the...
View ArticleWhat is the opinion about post slider ( javascript ) [closed]
im Trying to improve my JavaScript skills, but i need some help from people who understand it good. Yesterday i made a simple post slider with JavaScript and i would like to know about quality of the...
View ArticleHow do I change the css for a future element being made in a to do list?
For my final project we're making a to do list with the phonegap plugins system. For extra credit, the user should be able to pick the colors that they want for the priority of the set task (low,...
View ArticleInvalid input syntax for integer: ""
I have a problem, to build INSERT PHP file with HTML form code. When I drop from HTML form, then this error pops out ""invalid input syntax for integer: "" LINE 2:""in all code, I comment every single...
View Article