Is it possible to simulate Angular data binding in pure javascript?
Example:
<!DOCTYPE html>
<html>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script><body><di...
The task is to measure whether the IQA is good or bad. IQA is a measure of the air quality index. This measurement is made in conjunction with the measurement of two gases: O3, PM10. So you have a table to keep track of if the index is good or b...
Hello,
I have an input called spent, and the value you entered can not be greater than 1,000,00 , if greater than 1,000,00 a modal appears on the screen.
Could you help me with how to do this javascript, please?
Hello, I have a code that works in dataTables on a page, so I took the template and the only changes I made was renaming the js , renaming the function $ () The rest left the same in the case the structure, I only know the basics of js and came...
I have this function that does the filtering of a table, according to the selected field selected and what was typed in the input, and it works.
function myFunction2() {
var input, filter, table, tr, td, i, filtro;
input = document.getEl...
I have a select in a form, and the items in this select are populated dynamically by vue.js.
My problem is that when I open a saved database in the database for editing on this form, I need to have some items selected according to what was sa...
I'll introduce my test code for a better understanding.
index.php
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Teste</...
I have a form with a date period ('Start date' and 'End date'). The start date can not be less than the end date and the end date can not be less than the start date. These inputs are using the datequicker of the JQuery UI (JQueryUI 1.11.0 and J...
I have a menu that has a hoverline effect ("a line that runs down the clicked element!") with JavaScript, however it is created using getId by pulling the ID of the elements.
The challenge is to duplicate the menu keeping the 'hoverline' effe...
I have a problem integrating the bootstrap.js, popper.js, and jquery.js scripts into my Angular project. I've already made a few attempts, but nothing has resolved so far.
My scripts are being merged as follows:
"styles": [
"....