0
I need a JavaScript code for this
5 Réponses
+ 1
Okay thank you so much for helping me out 🙏✌️
+ 1
Umar,
Please put Javascript in tags rather than just 'all' ☝
0
Hey there Umar Ibrahim Muhammed ,
The checkbox doesn't work because you don't have declared a function with that name :)
Just in javaScript section or in a script tag create this function:
function billingFunction(){
//your code goes here :)
...
}
0
Okay I did that.. you can help me now.
0
Now just use a function that check if the checkbox is checked...
An example:
https://code.sololearn.com/WgzC39ePoAH5/?ref=app
Btw just show effort too, the community can't post directly answers or solutions. :)