Re: Selecting all and posting

2020-02-24 Thread Integr@te System
Hi Isaac, Plz review and attempt sth like this sample: as we have with any type of fields you like for user input : sth.html Click On const checkbox = document.querySelector('input[type=checkbox]'); const button = document.querySelector('button'); checkbox.onchange = () => { if (checkbox.c

Re: Selecting all and posting

2020-02-23 Thread maninder singh Kumar
There is a doubt about the model [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Mon, Feb 24, 2020 at 4:37 AM Rishabh Gupta wrote: > I can help give me checkout . You need to use of javascript .You can > take id fro

Re: Selecting all and posting

2020-02-23 Thread Rishabh Gupta
I can help give me checkout . You need to use of javascript .You can take id from input field and place in value On Sun, Feb 23, 2020 at 9:12 PM Isaac Ndutumo wrote: > > Am working on a hospital system where the billing model requires users to > select varies items from the bill list and post th

Selecting all and posting

2020-02-23 Thread Isaac Ndutumo
Am working on a hospital system where the billing model requires users to select varies items from the bill list and post them by creating a receipt or an invoice. Am new in JavaScript programming combined with Django. Any help on below tasks will be highly appreciated 1. Select all or few