How do I fetch a particular item from html code using bs4? [on hold]
I have the following HTML code. I want to convert the HTML code below: <div class="company_data__list"> <div class="company_data__row"><div...
View ArticleHow to rotate the cube and have its sides expanded using css html?
i want to rotate the cube and its faces expanded. i have tried something like below, .wrapper{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } .cube-wrap { width: 40px;...
View ArticleHow can I convert the html code with irregular columns into a nested json file?
I have the following HTML code. I want to convert the HTML code below: <div class="company_data__list"> <div class="company_data__row"><div...
View ArticleIframe creates extra space below
Why does an iframe add extra space under its element? Look at this weird behavior: .border { background: red; width: 300px; height: 200px; border: 1px solid green; overflow: visible; margin: 0;...
View ArticleCan't get my elements from DOM to add them CSS properties?
I am working on a shopify template, so I a tryig to edit some code, and change some CSS properties using JS. When I inspect my elements, I see that : I am intersted in four elements, with classes...
View ArticleHow to automatically change HTML table column count based on screen size?
I want to have different layout for different window screen size specially for mobile devices. If for example. the screen is 1080p then 4 columns, if 720p then 2 columns. How can I dynamically do this...
View ArticleHow to alter existing Atom.io Snippets
I'm looking to alter Atom.io preset HTML/CSS snippets, rather than creating new ones. Specifially looking to change tab Ive tried using the .source in snippets.cson but had no luck I want: link...
View ArticleCan you "remember" what link is clicked on a webpage?
I'm working in Visual Studios to create a website for a movie theater (for class) I'm wondering if there's a way to "remember" what link is clicked for a showing time? I know I could just create a...
View Articleworking navigation but toggle does not open
After nearly a week I am still struggling with toggle on navigation. This is my current CSS, what I need to do now, is simply get the toggle to open, it did open before so something minor is stopping...
View ArticleNodeJS Regex issue with html tags
I have never really used Regex before so I don't know much about it or how to even make one so I came here for help. The html I am trying to parse is something like this here <div...
View ArticleHow to fix source of pause range that changes video in HTML
When I pause a video between 2-4 secs, it'll change the video without any issues. But when I want to add a specific video src to change it only if it's that video, it doesn't work. So how would I fix...
View ArticleAm i correctly trying to update a record in a database using PHP?
I'm trying to update a record in a database. The records and some fields are shown on a page in a table. Upon pressing the edit button next to a record in the webpage, it takes the user to a new page...
View ArticleJavascript: Zoom in on mouseover WITHOUT Jquery or plugins
I've looked for this everywhere for weeks, and I simply cannot find something to tell me what I'm doing wrong or how to even proceed. The goal is to create a function similar to Amazon's zoom in on...
View ArticleIdentify which td element was click if none of the td have ids
I am trying to update a <div> with a table using jQuery. I want to add a click handler to each <td>, but the click handler will be different for each <td>. How do you tell which...
View ArticleJaavaScript Form Validation not working using isNaN
I have changed my code and added the isNaN to make sure a credit card validation is checking that only numbers are entered, however it broke the code. Note this is only a code snippet of the broken...
View ArticleHow do I use html code in an .inc file which is called by a php file?
Title seems a little butchered, but basically I have a php file that is trying to call .inc file with includes code for a menu. I'm using: <?php include_once("php_menu.inc") ?> And this is my...
View ArticleAre there any ways to integrate fingerprint biometrics on HTML5 or Javascript?
I have this new project that requires fingerprint bio metrics. A Regular fingerprint scanner device will be used but I have less idea on how to use web technologies(HTML,JS,etc...) with this device, I...
View ArticleQNA with Fixed Timer and grab the time when page redirects
I have a small project that involves timer, automatic page redirect and database submission. I am new to js so iam just doing what i know and what i found on the interent. In Summary I have qna (10 to...
View ArticleWhy do I not see HTML tags in console output when using innerHTML or...
This question already has an answer here: Why can't I use a heading tag inside a p tag and style it with CSS? 5 answers consoleOutputText = document.getElementById('phrase2').innerText...
View ArticleJS DateTimePicker onChange event not working
JS datetimepicker onChange event not working at all. I've tried OnSelect, OnClose, OnChange, OnHide, OnChangeMonth to trigger datetimepicker event, but none of them works. <input type="text"...
View Article