Hello, this worked great for me. Thankyou. One more help is required. I need third text box to be calculated and filled based on 1st and second and it will readonly. Where to handle that, could u please guide me.
Hello, can you make a similar video using laravel 9 with 4 tables (customers, products, orders, order_details) and insert data into orders and order_details tables? Once select or enter customer details and add multiple products and insert it into tables and generate a pdf invoice for printing? Thank you.
Hello sahil ji I am working with my company project where i want to one result when user click + button then one dynamically open fields array, in this block one more + button there now when user click in this + button then one modal will appear and show 1 textarea and 1 save button. Now what i want to do is when user write anything in this modal textarea field the + button will convert into eye button. I used fa fa-eye class. Pls guide and give me a perfect solution 🙏
How to put auto fill in multiple data? Exactly in js? I have auto fill in first data, when I put the auto fill in js, the first data changed and the second data not filled. I hope u can answer me, thank u
Xamp 8.2 $(document).on('click','.remove_item_btn',function(e){ e.preventDefault(); let row_item = $(this).parent().parent(); }); not workin. I have checked the '.remove_item_btn' . Also in 8.2 the show_item script only works without white_space for me ? Any help would be appreciates.
Hello. I would like to know and have the code of this presentation but making two changes to the code, and it is the following: 1. That more items can be added, but the remove button does not appear, after the first group of data is added. 1.B The ADD Button should not appear, and be called SEND, it should only appear when filling in the last group of Data, that is, the last ITEM. 2. That the maximum number of ADD ITEM can be limited to a certain integer, that is, if n= 5 it only allows adding 5 groups of data, never less than n=5 groups. if they are 3, 3, if they are 4, 4 or if they are 8, 8 and so on. 3. That after loading the N number of lines, the ADD button serves to send the data to the DDBB. 4. If it is possible that at the moment of reaching the last item, that is, in our example 5, if it reaches 5 Activate the Button called ADD, but call SEND. I am willing to pay him for this solution. if you help me
Hola. me gustaria saber si alguien tiene el conocimiento y puede ayudarme, y tener el codigo de esta presentacion pero haciendo los cambios a el codigo, y es lo siguiente: 1. Que se pueda agregar mas item, pero que no aparezca el boton de remove, despues de agregado el primer grupo de datos. 1.B no debe aparecer el Boton de ADD, y llamarse ENVIAR, solo debera aparecer al llenar el ultimo grupo de Datos, es decir, el utimo ITEM. 2. Que se pueda limitar el numero maximo de ADD ITEM a un numero entero determinado, es decir, que si n= 5 solo permita agregar 5 grupos de datos unicamente, nunca menos de los n=5 grupos. si son 3, 3, si son 4, 4 o si son 8, 8 y asi sucesivamente. 3. Que despues de cargados los N cantidad de lineas, el boton de ADD sirva para enviar los datos a la DDBB. 4. de ser posible que a el momento de llegar a el ultimo item, es decir, en nuestro ejemplo 5 , si llega a 5 Active el Boton llamado ADD, pero que se llame ENVIAR. Estoy dispuesto a pagarel por esta solucion. si me ayuda.
This is the reason I like tutors from Hindi. They are always real & genuine in sharing their skills & knowledge. Thanks
I followed this step-by-step and it worked perfectly. The learning value is worth any amount one may - and should - donate.
Thank you so much for the donation. Please let me know if you need any help or any work for me.
Just info, if you want to add the field below main field. Change prepend to append.
I just need that..thank you
Superb brow, but can pls explain in django and also delete and edit for entire entries. Waiting for your reply
Me solucionaste un problema con el que ya tenía 1 semana 🤧. Excelente video 😃 !!
Thanks a lot! You made it look so easy.
best video on this topic, best teaching technique
Excellent, thanks bro. Very helpful and very useful...
This is the best video of this topic! Thank You! 🤗❤️👍🏆
truly user friendly . is it possible to add and remove field by clicking enter and backspace respectively?
please share the src code for your functionality. it would be helpful for the other community, and for beginners who r beginners
Done working... here is the script, all it needed was the .remove() after the second .parent(); The easy ones are the hardest when it looking at you
This is the best, Thank you so much!!!
Which extension was used in the browser to retrieve the data presented in the form?
Thank you so much brother
Hello, this worked great for me.
Thankyou.
One more help is required.
I need third text box to be calculated and filled based on 1st and second and it will readonly.
Where to handle that, could u please guide me.
thank you for all
Thanks brother😊
Excellent video
Hello, can you make a similar video using laravel 9 with 4 tables (customers, products, orders, order_details) and insert data into orders and order_details tables? Once select or enter customer details and add multiple products and insert it into tables and generate a pdf invoice for printing?
Thank you.
Sir kya aap aapke VsCode ke extentions bata sakte ho ?
hi can i ask for the controller if you used laravel?
Great video... Is the code on github ?
If you want codes then contact me on wolfmania44@gmail.com
thank you very helpful
Hello sahil ji
I am working with my company project where i want to one result when user click + button then one dynamically open fields array, in this block one more + button there now when user click in this + button then one modal will appear and show 1 textarea and 1 save button. Now what i want to do is when user write anything in this modal textarea field the + button will convert into eye button. I used fa fa-eye class. Pls guide and give me a perfect solution 🙏
How to put auto fill in multiple data? Exactly in js? I have auto fill in first data, when I put the auto fill in js, the first data changed and the second data not filled. I hope u can answer me, thank u
Xamp 8.2 $(document).on('click','.remove_item_btn',function(e){
e.preventDefault();
let row_item = $(this).parent().parent();
});
not workin.
I have checked the '.remove_item_btn' .
Also in 8.2 the show_item script only works without white_space for me ? Any help would be appreciates.
Dimanakah saya bisa mendownload SC sebagai sample untuk belajar....
how to show this data in singel page
Help ! Dynamically Add/Remove Form Inputs into csv file by php?
How about updating dynamically?
thank you
how to validate whether data is present are not
Script ".add_item_btn" is not loading in form. Pls help
how in the moment add new input on bottom
i want to pull data into google sheet... is it possible... ? i tried for many day but i could not get... can You guide how is possible
yes it is.. Use App Script
Hello. I would like to know and have the code of this presentation but making two changes to the code, and it is the following:
1. That more items can be added, but the remove button does not appear, after the first group of data is added.
1.B The ADD Button should not appear, and be called SEND, it should only appear when filling in the last group of Data, that is, the last ITEM.
2. That the maximum number of ADD ITEM can be limited to a certain integer, that is, if n= 5 it only allows adding 5 groups of data, never less than n=5 groups. if they are 3, 3, if they are 4, 4 or if they are 8, 8 and so on.
3. That after loading the N number of lines, the ADD button serves to send the data to the DDBB.
4. If it is possible that at the moment of reaching the last item, that is, in our example 5, if it reaches 5 Activate the Button called ADD, but call SEND.
I am willing to pay him for this solution. if you help me
Hi. Did you find help?
can you do it to an update
Just what the doctor ordered… now how to send data to sheets
i cant find your source code
🤣great video
I have a error please help me
why is not working in my case ?
that what i want but i need it using c# 😂 😂 😂 😂
source?
should have looked at the full video
sir please PHP Prepare statement mysqli CRUD with text and image upload Ajax jQuery and Bootstrap model jquery table plugin not use pdo or oops
Can you pleae give me code?
i need source code please
in the script part there is a error .... there should be (".show_item") in place of("#show_item") it needs a (.) not (#) because its a class
it's not working . i use PHP v 7.2.34 and Mysql 5.7.36
i get the problem. u must becarefull in copy paste
I use PHP too, is there any way to fix it?
@@Setiawan- where u copy paste the code?
Hola. me gustaria saber si alguien tiene el conocimiento y puede ayudarme, y tener el codigo de esta presentacion pero haciendo los cambios a el codigo, y es lo siguiente:
1. Que se pueda agregar mas item, pero que no aparezca el boton de remove, despues de agregado el primer grupo de datos.
1.B no debe aparecer el Boton de ADD, y llamarse ENVIAR, solo debera aparecer al llenar el ultimo grupo de Datos, es decir, el utimo ITEM.
2. Que se pueda limitar el numero maximo de ADD ITEM a un numero entero determinado, es decir, que si n= 5 solo permita agregar 5 grupos de datos unicamente, nunca menos de los n=5 grupos. si son 3, 3, si son 4, 4 o si son 8, 8 y asi sucesivamente.
3. Que despues de cargados los N cantidad de lineas, el boton de ADD sirva para enviar los datos a la DDBB.
4. de ser posible que a el momento de llegar a el ultimo item, es decir, en nuestro ejemplo 5 , si llega a 5 Active el Boton llamado ADD, pero que se llame ENVIAR.
Estoy dispuesto a pagarel por esta solucion. si me ayuda.
Ok Ok Ok Ok
Still working as dev @dcodemania?
If you do, I need your help, would hire you.
Yes, you can contact me on wolfmania44@gmail.com