How do I transfer HTML script functions to an external JavaScript file?
I'm currently building a website that should include a list of selectable locations. On selection, there is an overlay panning from left to right. I want to be able to send the location value from the...
View ArticleHow to adjust the 4th image column to make it a responsive image gallery
I am making a responsive image gallery via flex-box. So i have 4 images in each container and there are 4 containers like this. So with normal view-port, its running fine with 4 rows and 4 columns.But...
View ArticleClearfix div doesnt clear the float in bootstrap
In the second .row div, i have a .fizetesi_modok div. I want this .fizetesi_modok div to be under the other divs, so i want to clear the floats.But the .clearfix does nothing here, the .fizetesi_modok...
View Articleswipe menu with jquery
I want to have a menu on the right and one on the left with jquery mobile. With the help of this (tutorial) I try to make a menu on the left and another menu on the rightI came to this...
View ArticleThere is the possibility of placing a * to specify that apply a...
Example .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 > div { background: #441102; border: 1px solid #1efe52;...
View ArticleHow to use the li-name as link in the li-item
Hye,Ive got a javascript function to get all the ''-items on the current page. This works correctly, but i want to use the output-name as link for each li item. Here a example:One of the li items has...
View ArticleLaravel helper method for active the sidebar
I am trying to use the laravel helper method for active the sidebar but it does not working. Can anyone tell us how to apply Laravel helper method to this sidebar. Here this is my sidebar.blade.php...
View ArticleVALUE printing in console but undefined in DOM
I am using JS to print data in html table . But when i try to object.value i get undefined in dom but console is printing the values. I want to print the true if the value corresponding ot the column...
View ArticleSave darkmode state html / css / js
Need to know how I could possibly save the state of the darkmode? I got this js code right here: $('#switch').on('click', () => { if ($('#switch').prop('checked')) { $('body').addClass('dark');...
View ArticleExecute props value as HTML in React.js
I have below code in Child component.<label>{this.props.label}</label> My Parent component code is like below.<InputText label='<span className="text-danger">*</span>...
View ArticleCan the password masking be done delay by self?
First, I am using html, js, and api of some company to create a page for webview. Api is not an important part of the question, so you can ignore it.I am making a password pop-up using six input tags....
View ArticleEchoing image in php mail , showing error
I have a form when a user enters data and submits, it will go to his mail, now I am having problem with keeping my logo in the mail, below is my php code for mail<?php if(isset($_POST['submit'])){...
View ArticlePagination url issues with express js
I've created a Pagination and i'm facing some issues, the goal is to when the URL is '/platform' then use the DOM to update the pagination. I'm using Express to pass in the URL path (req.url).var...
View ArticleShow countif mysql query table to html
I have a countif query in mysql and I would like to show the table on my html. I'm currently using laravel 6.0 framework.Here is the picture of the table i want to show:Here is my code in html:Here is...
View ArticleIs it possible to view a webpage how it was from a .har file?
Possibly a bad question, but I'm curious if you export everything as har from chrome, is there a way to rebuild the webpage as it was when you exported it
View Articleng-show not working on angularjs the div is still hidden
I'm assingnin the response data to the $scope but the div with the ng-show remains hidden,I'm noob on angularjs,what is wrong??else { debugger; $scope.exception = data.exception;//data arrives correcly...
View ArticleAngular Html + Css = PDF , problem to generate a proper PDF
I'm developing a web application using .Net core 3.0 (Back-end) and Angular 8 (Front-end). The user completes a form and then I have to generate a PDF (with design & picture) with the data that he...
View Articlewhy my bootstrap grid has too many margin?
I'm using Bootstrap in Angular and I've installed it via npm, but for some reason there is too much margin at the sides, can someone please help me?and here is the code<div class="container">...
View ArticleCustom CSS property "background-color" not working
I've been trying to use CSS variables recently into a very simple code. It actualy did not work. I double checked the informations I found about how to use variables but I can't find my mistake. Maybe...
View ArticleHow to make image repeat itself instead of stretching?
I have background image which is needed to be repeated to it's content like that: But using this code:.imgbord { background: url('https://i.imgur.com/LGlfFuU.png'); background-repeat: round; color:...
View Article