AJAX CRUD - Laravel: Edit and Update Data without Page Reload using AJAX jQuery with Bootstrap Modal

  Рет қаралды 30,184

Funda Of Web IT

Funda Of Web IT

Күн бұрын

Пікірлер: 68
@glenbensondeguzman4643
@glenbensondeguzman4643 4 жыл бұрын
This is the best tutorial when Im looking for the answer so far! thank you sir
@NamNT-Hirota
@NamNT-Hirota 3 жыл бұрын
I saw your update function still using reload entire page
@ssbrar
@ssbrar 4 жыл бұрын
Bro like bhi kar diya, subscribe bhi kar liya,, 👍👍👍 all the best .
@kunalrajput4539
@kunalrajput4539 5 жыл бұрын
even though audio is not clear , this is what i was looking for . great dude keep up . also can you share the code .
@bishopcedric4395
@bishopcedric4395 3 жыл бұрын
A tip : watch movies on Flixzone. Been using them for watching loads of movies recently.
@linglingzhang8583
@linglingzhang8583 2 жыл бұрын
18:24, u use the $id, but didnt include in the parameter of function. so how u get this $id?
@ateeqrehman7873
@ateeqrehman7873 4 жыл бұрын
Thank you sir ji..nice explaination
@rahulkrishna7810
@rahulkrishna7810 2 жыл бұрын
if edit button type is means what to do
@javv1748
@javv1748 4 жыл бұрын
When you use ajax you dont have to refresh the page. Why do you refresh the page ????
@omprakashn8627
@omprakashn8627 4 жыл бұрын
The data is been edited/updated in your backend without reloading.. You can check this in ur DB... To view the updated/new data , we have to reload the page. Or else get the response and append your data. So this will enable you to get your data without reloading the page.
@imranmalik3983
@imranmalik3983 3 жыл бұрын
Error is put is undefined method or internal server error 500 same code run bro what I do for solve this
@pattysbakeshop4659
@pattysbakeshop4659 5 жыл бұрын
Thank a lot sir.. I just forgot to put i forgot to add insert method, and the method helper thanks a lot sir
@fundaofwebit
@fundaofwebit 5 жыл бұрын
Your welcome.. bpd itdept Thanks for supporting me.. :-) Please Subscribe, like and Share..
@luannguyenthien5175
@luannguyenthien5175 3 жыл бұрын
thanks for helpful video.
@lysokkong5826
@lysokkong5826 4 жыл бұрын
Thank you. Your video makes my day.
@julianfarfan7344
@julianfarfan7344 5 жыл бұрын
All work´s fine thanks for share!!!
@pattysbakeshop4659
@pattysbakeshop4659 5 жыл бұрын
Sir i got error exception: "ErrorException" file: "C:\xampp\htdocs\sales\app\Http\Controllers\StudentController.php" line: 41 message: "Creating default object from empty value"
@rupaliemade6223
@rupaliemade6223 3 жыл бұрын
your page is reloading so what is use of ajax then
@fundaofwebit
@fundaofwebit 3 жыл бұрын
var thisclicked = $(this); Inside your ajax success function -{ thisclicked.closest('tbody').find('tr').remove(); }
@kelvinkipchumbakoech9758
@kelvinkipchumbakoech9758 4 жыл бұрын
i don't see any link in the description
@nisarshaikh5199
@nisarshaikh5199 5 жыл бұрын
You should provide libraries of ajax which you have using in the code
@pattysbakeshop4659
@pattysbakeshop4659 5 жыл бұрын
Will you please help me with this sir. exception: "ErrorException" file: "C:\xampp\htdocs\sales\app\Http\Controllers\StudentController.php" line: 41 message: "Creating default object from empty value"
@vineetbhatti7467
@vineetbhatti7467 4 жыл бұрын
U R A HERO
@aakashgupta8274
@aakashgupta8274 4 жыл бұрын
pls make a image upload video
@abedelrahmanalsarsak143
@abedelrahmanalsarsak143 4 жыл бұрын
ajax should never reload the page when you edit the row but in your case, you reload the page after editing so where is the ajax?? I think you are misunderstanding the ajax functionality please solve your mistakes or remove the course because the student will learn in the wrong way
@fundaofwebit
@fundaofwebit 4 жыл бұрын
Ok... so.. guys.. if anyone is working with the video.. please remove the content from ajax in success { reload function }. So.. it will not load... n then.. you can.. append ur data.. by ur requirement. Thank you.
@ElyesBoudhina
@ElyesBoudhina 4 жыл бұрын
@@fundaofwebit hi Fund did you figure out how to reload the web page using AJAX ? Since the purpose of AJAX is to load only one segment of the page with out reloading it fully.
@fundaofwebit
@fundaofwebit 4 жыл бұрын
@@ElyesBoudhina we hv to add the data using jquery text() to the closest parent n child of our table tr.. Then it will directly paste it.. Without reloading.. As am getting the data from table in textbox using closest value ... Try with the same method.. Thank you
@ElyesBoudhina
@ElyesBoudhina 4 жыл бұрын
@@fundaofwebit I'll try but if you could make a video about it, I am sure that will be extremely helpful for all of us.
@fundaofwebit
@fundaofwebit 4 жыл бұрын
@@ElyesBoudhina yes sure.. I'll update it very soon. Thank you. Keep supporting. Please subscribe, like n share
@syednabeelali9038
@syednabeelali9038 4 жыл бұрын
yr ap ki vedio achi to hai but awaz nai ati ap kil vedio me
@firzahardyn
@firzahardyn 5 жыл бұрын
sir, you havent vidio tutorial laravel ajax delete?
@fundaofwebit
@fundaofwebit 5 жыл бұрын
Yes..!!.. I hv missed it... Ajax Delete.. its by mistake I did nt do the recording on this topic.... I wil upload it soon... within this week..
@firzahardyn
@firzahardyn 5 жыл бұрын
@@fundaofwebit thank you sir, i'm waiting your next vidio about Ajax Delete
@firzahardyn
@firzahardyn 5 жыл бұрын
or same your vidio laravel with bootstrap modal pop up?
@fundaofwebit
@fundaofwebit 5 жыл бұрын
@@firzahardyn yaa... I .. I'll make this Delete Data with AJAX... as it is displayed in a table format.. from there... if u want you can make a model pop up and delete the data... or else.. we can directly delete the data without any reloading the page..
@fundaofwebit
@fundaofwebit 5 жыл бұрын
@@firzahardyn kzbin.info/www/bejne/qmWZfX6PdpZreK8
@abdullahanwar8064
@abdullahanwar8064 4 жыл бұрын
yar ap video jo lagatay wo ajax ka boll kar lagatay ho baad main ap reload karwa daytay ho page ko ajeeb banaday ho ap jab nai ata ap ko tho video mat banao ap 1 ghanta banday ka zaya karwa daytay ho baad main boltay ho yaye kar lo wo kar lo lst main ja kar
@fundaofwebit
@fundaofwebit 4 жыл бұрын
Dekhiye... Concept is very clear hai... Aapke database me, data is updating without reloading or refreshing the page. 100℅ works on video. And to show on your table view, you append your data or load your fetch function. Ajeeb banda is very clear and clear.. Update data without page load, it's perfectly done.. Actually what you want is after updating the data, you want to fetch the data without reloading page also.. Toh iska another solution hota hai... Thoda sochke bola kar bhai.. Ajeeb banda bolta hai....
@abdullahanwar8064
@abdullahanwar8064 4 жыл бұрын
@@fundaofwebit bhai mujay pata hq append kar kar kal mujay pqta main nay kaisay kiya 3 ghantay mujay idar udar saye videos dakhni pari tab ja kar append wala concept milla tho qgar un ki video dakh kar mujay concept layna tho hum phir ap ki video ka kaya karain achaar dalain yan tho phir ap jahan itna sab bata daytay wahan append bi karwa liya karo fetch walay main append itna muskil tho nahi tha json response lay kar data append karwana tha yaye cheese 1 bar ki tab easy lagti par jo fresher hain un kay liyay muskil hi ha
@abdullahanwar8064
@abdullahanwar8064 4 жыл бұрын
@@fundaofwebit agar ap ko ati ha tho ap video thori si bari kar kar sath main append wala kaam jo response latay json saye wo bi kar diya karo tho koi ap ko ajeeb insaan na bollay ap nay apni video ka name ajax rakha ho tho ajax ki defination clear karain ap apni phir or kaya bolain ap ko ap ki append kay chakar main banda phelay ap ki video dakhay 1 ghanta yahan lagaye phir 2 3 ghantay append walay kaam search karnay main lagaye
@abdullahanwar8064
@abdullahanwar8064 4 жыл бұрын
@@fundaofwebit main kab boll raha append wala kaam muskil ha lakin jab first time karna ho tab ap kay just boll daynay saye kay json response mangwa lo phir us response par data append karwa lo is saye fresher ko kuch samaj nahi ati tho ap mind kiyay begair issay kar diya karain sath main
@fundaofwebit
@fundaofwebit 4 жыл бұрын
Apna apna nazariya hai... Mera concept kuch aur tha.. Aur waise kardiya.. Append ki baat hai, I'll make a video on this only, continued wala karke, jo ki freshers ko problem na ho.. By the way thank you. It's good 😎. But.. Kahi bhi, kuch bhi puchne ka tarika hota hai bhai.. ✌.
Бенчик, пора купаться! 🛁 #бенчик #арти #симбочка
00:34
Симбочка Пимпочка
Рет қаралды 3,5 МЛН
Миллионер | 2 - серия
16:04
Million Show
Рет қаралды 1,6 МЛН
How to whistle ?? 😱😱
00:31
Tibo InShape
Рет қаралды 16 МЛН
小蚂蚁会选到什么呢!#火影忍者 #佐助 #家庭
00:47
火影忍者一家
Рет қаралды 120 МЛН
Laravel 8 Tutorial - Update Record Using Ajax
21:28
Surfside Media
Рет қаралды 18 М.
PHP CRUD: Bootstrap Modal: Edit and Update Data into Database in PHP
20:49
These CSS PRO Tips & Tricks Will Blow Your Mind!
8:48
Coding2GO
Рет қаралды 420 М.
How to Insert Data in Laravel Using AJAX without Refresh Browser
18:16
Web Tech Knowledge
Рет қаралды 16 М.
What’s Up with Laravel? It’s Everywhere, and Here’s Why!
6:22
Inline editing with Jquery/PHP/MySQL
32:03
PHPBasics
Рет қаралды 13 М.
MODAL EDIT IN LARAVEL (CRUD)
14:03
Coffee with Laravel
Рет қаралды 19 М.
Бенчик, пора купаться! 🛁 #бенчик #арти #симбочка
00:34
Симбочка Пимпочка
Рет қаралды 3,5 МЛН