Enter your query, example: how not cry when slicing onion or how to enter an Free Italian Sex Webcams?

How to save data using ajax Videos

jQuery Ajax Tutorial #2 - Posting data to backend (jQuery tutorial #8)

Free RESTful API to use for practice!: //rest.learncode.academy/ In this jQuery AJAX Tutorial for beginners, we're going to be adding new data to our ...

User Comments

https://lh3.googleusercontent.com/-ZF8xkpnNuN8/AAAAAAAAAAI/AAAAAAAAAB0/esPjw1fGI-g/photo.jpg?sz=64
a short question: when ever you want a click on a button to execute a piece of code... couldnt u have used something like $("#add-order").click(function (){ blah blah blah *code* }); Wouldnt that be the same?
https://lh6.googleusercontent.com/-wJAE6KLPZiA/AAAAAAAAAAI/AAAAAAAAAHs/OYH0ZQNObF4/photo.jpg?sz=64
+Rasmus Dyhr Yes U can use that ,This method is a shortcut for:.on(click,function(){Your blah blah blah code});
https://lh6.googleusercontent.com/-wjAOaqQUlLs/AAAAAAAAAAI/AAAAAAAAAJY/kOdwllAQNms/photo.jpg?sz=64
I'm getting undefined for name and drink when adding an order as well. I might be wrong but I think it's an issue with the application not writing to the json file or to a database. Actually, the new order functionality isn't being stored anywhere. Checked my code, and it's identical to the video. Any ideas any one?
https://lh6.googleusercontent.com/-wjAOaqQUlLs/AAAAAAAAAAI/AAAAAAAAAJY/kOdwllAQNms/photo.jpg?sz=64
+Bacho Kekelidze Right on, big thanks Bacho
https://lh5.googleusercontent.com/-JeDRmquzYEg/AAAAAAAAAAI/AAAAAAAAADs/H9D8DbXW71g/photo.jpg?sz=64
+Skyrim Beast try name.val() without $ sign, it worked for me ;)
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
No prob! Glad i could help l. I had the same problem when i first did the tutorial. Lol.
https://lh6.googleusercontent.com/-wjAOaqQUlLs/AAAAAAAAAAI/AAAAAAAAAJY/kOdwllAQNms/photo.jpg?sz=64
Thanks much Ken.  I did get this worked out so that it does save data to a database
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
+Skyrim Beast use the api that he provided. //rest.learncode.academy/api/learncode/friends <-- put this in the url section of your ajax request.
https://lh3.googleusercontent.com/-Mc5ub3xhBHs/AAAAAAAAAAI/AAAAAAAAABg/2ADRlflt09w/photo.jpg?sz=64
when I click the button to post it will save the records in the database but when it appends the element it brings undefined, what am I doing wrong here :(
https://lh5.googleusercontent.com/-JeDRmquzYEg/AAAAAAAAAAI/AAAAAAAAADs/H9D8DbXW71g/photo.jpg?sz=64
+Pyroo0 try to use name.val() without $
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
+Pyroo0 use the api that he provided. //rest.learncode.academy/api/learncode/friends <-- put this in the url section of your ajax request.
https://lh5.googleusercontent.com/-vvuxjJU5Qa8/AAAAAAAAAAI/AAAAAAAAAWY/v_NwTmhAGmg/photo.jpg?sz=64
It's not working for me.( Basically I just copied code from the video but it's not writing date in json file and give that variable undefined. What could be the reason? I checked some solution in stackoverflow, but neither of them work for me
https://lh6.googleusercontent.com/-Vnx-nWSBTgc/AAAAAAAAAAI/AAAAAAAAA64/M7N2d3ZqQGw/photo.jpg?sz=64
+Anna Presnyakova same here I hope +LearnCode.academy has some idea about it pleaseeee!
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
+Anna Presnyakova Use the api that he provided. //rest.learncode.academy/api/learncode/friends <-- put this in the url section of your $.ajax.
https://lh5.googleusercontent.com/-3OeIrXSF4Ts/AAAAAAAAAAI/AAAAAAAAACU/T40ev8DLSfI/photo.jpg?sz=64
may i see your code? Mail me: [email protected]
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
+Anna Presnyakova me as well. it's not writing into file. i already checked if i made some typo but everything seems fine to me and somehow it return undefined. please reply it you already figure it out.
https://lh5.googleusercontent.com/-3OeIrXSF4Ts/AAAAAAAAAAI/AAAAAAAAACU/T40ev8DLSfI/photo.jpg?sz=64
+Anna Presnyakova Watch KUDVENKAT series. For asp, ajax, js, jquery.. just aewsome....

AJAX SAVE DATA USING YIIFRAMEWORK PART 1

tutorial ajax saving data using yii framework part1.

Send form data using Ajax without page refresh Part 2/2

I will put the code on pastebin.ca .. Code#1: Ajax.content= null; Ajax.url= null; document[Ajax.name].parentNode.removeChild(document[Ajax.name]); whole ...

User Comments

https://gp3.googleusercontent.com/-FGZhzcBzDok/AAAAAAAAAAI/AAAAAAAAAAA/NiHr8kaKQE0/s48-c-k-no/photo.jpg?sz=64
@Pridofscke I am replying to your comment really really late like 7 months late. I just want to say. It worked : ). Its a big mistake, i had to skip the '&' when any empty checkbox or radio button was encountered but I forgot : (. Thanks for your comment and sorry am replying really late.
https://gp3.googleusercontent.com/-pz-E4tmVg0I/AAAAAAAAAAI/AAAAAAAAAAA/8sOlSlzPXn4/s48-c-k-no/photo.jpg?sz=64
Can you post more tutorials on Jquery, or other programming languages you might be using - java/python
https://i1.ytimg.com/i/w246PDIBt1Dfgkuw3ugNoQ/1.jpg?sz=64
You never set flag back to false in your loop. Good tutorial though :)

Send form data using Ajax without page refresh Part 1

This is a simple example to get all data from form .. formate that data then sending it through ajax. whole code at : //pastebin.ca/1496664 please joing my ...

User Comments

https://gp3.googleusercontent.com/-FGZhzcBzDok/AAAAAAAAAAI/AAAAAAAAAAA/NiHr8kaKQE0/s48-c-k-no/photo.jpg?sz=64
@Avi0107 Sorry man. I will past it somewhere else soon. Thanks for watching my video anyway
https://gp4.googleusercontent.com/-mM3NVdClCfQ/AAAAAAAAAAI/AAAAAAAAAAA/oFS1Q4lxOIM/s48-c-k-no/photo.jpg?sz=64
would you please update the link.. I really like the vedio but need the file .. Thanks
https://gp6.googleusercontent.com/-iljNEdS5gUA/AAAAAAAAAAI/AAAAAAAAAAA/HJTClDZfKrc/s48-c-k-no/photo.jpg?sz=64
thanks but pastebin link is not good
https://gp6.googleusercontent.com/-GHbfrm_XVfw/AAAAAAAAAAI/AAAAAAAAAAA/S9hJcAIx4EM/s48-c-k-no/photo.jpg?sz=64
nice job man keep it up man salam
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
would this also work for jsp?

How to use ajax insert update delete laravel with mysql

How to use ajax insert update delete laravel with mysql ajax insert update delete laravel with mysql insert update delete laravel with mysql.

User Comments

https://lh6.googleusercontent.com/-BN5R4F1MVRo/AAAAAAAAAAI/AAAAAAAAAnU/UMKxrOVTjpQ/photo.jpg?sz=64
goodnight friend !!! excellent video, could facilitate its exercise source code ?, thank both
https://lh4.googleusercontent.com/-ZcJQ5TJTVEE/AAAAAAAAAAI/AAAAAAAAAFM/JcNMaRnbMLo/photo.jpg?sz=64
+Luis Diaz i want to share too but my hard disk it is broken
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
hi friend i'm new in laravel so i'd like to make some questions, what version of laravel use in this tutorial? i'm trying to do this in laravel 5.1 and when i make the test of minute 25.52 with the code "alert(re);" in method "saverecord" appears a error mssge in chrome console: 500 (Internal Server Error) and says 'Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check //xhr.spec.whatwg.org/.' some other questions: is student.php the model or the controller, if is the controller don't you use any student model, and if it's the model where is the student controller? how can i solve the error i got and if is ok to make this tutorial in laravel 5.1 thanks for your answer
https://lh4.googleusercontent.com/-ZcJQ5TJTVEE/AAAAAAAAAAI/AAAAAAAAAFM/JcNMaRnbMLo/photo.jpg?sz=64
+Carl Castillo you can see how to create action for form or you can pass it with ajax url
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
+Coding Program ok thanks for your tutorials. is also with ajax the link of tutorial for laravel 5 you give?
https://lh4.googleusercontent.com/-ZcJQ5TJTVEE/AAAAAAAAAAI/AAAAAAAAAFM/JcNMaRnbMLo/photo.jpg?sz=64
+Carl Castillo for laravel 4 and laravel 5 not the same please watch how to make insert update delete laravel 5 first before create ajax with laravel 5 friend https://www.youtube.com/watch?v=etsTnruNIa8
https://lh5.googleusercontent.com/-VBQxPg59VPY/AAAAAAAAAAI/AAAAAAAAABY/280oFfPbpBk/photo.jpg?sz=64
there is no rules, how can i give the validation ?
https://lh4.googleusercontent.com/-ZcJQ5TJTVEE/AAAAAAAAAAI/AAAAAAAAAFM/JcNMaRnbMLo/photo.jpg?sz=64
+kang opar if you want to use validation we can control wit js
https://lh6.googleusercontent.com/-AV7uSsMpMKw/AAAAAAAAAAI/AAAAAAAAACI/D2p_iobfXcE/photo.jpg?sz=64
I want to download this layout. Can u send link to me please?
https://lh4.googleusercontent.com/-ZcJQ5TJTVEE/AAAAAAAAAAI/AAAAAAAAAFM/JcNMaRnbMLo/photo.jpg?sz=64
+Ravy Sin https://shapebootstrap.net/item/1524915-adminlte-dashboard-and-control-panel

Advanced Jquery Pagination using Ajax and php - Querying the ajax page - Part1

In this tutorial series, lets learn how to do ajax pagination using php and jquery. We'll be using the skills we gained from my other tutorial on javascript templating ...

Advanced Jquery Pagination using Ajax and php - Setting up the ajax page - Part 1

In this tutorial series, lets learn how to do ajax pagination using php and jquery. We'll be using the skills we gained from my other tutorial on javascript templating ...

Advanced Jquery Pagination using Ajax and php - Next and previous links - Part 1

In this tutorial series, lets learn how to do ajax pagination using php and jquery. We'll be using the skills we gained from my other tutorial on javascript templating ...

Advanced Jquery Pagination using Ajax and php - Next and previous links - Part 3

In this tutorial series, lets learn how to do ajax pagination using php and jquery. We'll be using the skills we gained from my other tutorial on javascript templating ...
Sign up for free to join this conversation on fsaved.com.
Already have an account? Sign in to comment