Thanx For a great Help. can u help me to resolve this issue that i designed a header with some triggers like login trigger that opens a form with a submit button on the same page. Working fine till now. I do not want to page refresh until we enter correct login credentials on this home page's header but what i exactly want is this if i enter correct user credentials then page must be refreshed and the form must be hidden from home page but there appear a user's dropdown trigger for going into admin panel of that use.
Suppose a an html page contain large number of input fields which need to be ajax submitted. How can we do that? It would not be the right way to send n number of variables into post page. Then what approach should be adopted? Moreover I have noticed you did not explain different ajax parameters like beforesubmit, aftersubmit, also there are multiple status except 200 and 404. It would be better if you could explain all ajax related scenario and clarify all real life issues.
Great Bro nice work. and can you please make one more video with upload file field.. mjhe sekhna hai k single or multiple pictures kese upload krte hain ajax me
nyce video. i have one question when i send data with post method but data is appear only few time then hidden and page are also load the content. what s the issue may b u solve this issue.
Sir, get method use karne sey upar browser ka URL mein dikhaidena chahiye na. Toh jquery pein GET method use karne se upar URL mein kyu kuch dikhai nahi dey raha hey? Btw, video bahut badiya hein sir
i have one question when i send data with post method but data is appear only few time then hidden and page are also load the content. what s the issue may b u solve this issue. Code: Index.php:
Shakil bhai ic k sath agar hum image file b include karna hu to us k kasay code show kary gay..ma n stackover flow ma para tha wah new form ha us ka kaya kam ha ...plaase reply ...
sir muze apani website me aisa karana he ki admin 3 images dalega ek desktop ke size ki image ek hogi tablet ke size ki image aur ek hogi mobile ke size ki image to front page pe screen size ke wise image load honi chahiye agar mobile size ki screen ho to only mobile ki image load honi chahiye to ye kaise ho sakata he using ajax and php
very simple when user email and password correct then use jQuery hide method, hide login page and show your desire div or redirect page using "document.location='here is your location'" understand?
I’m doing a project on online examination and I’m using asp.net I want to bring questions along with options to the browser from database. How do i do it?
.ready Function Dom Ready honay ka w8 krta ha For Ex video me jitni bhi Html hai Jub wo load hogi aur web pr Output release hoga To Apka Dom Ready hoga in this case Jub Dom Ready hojye ga Tu hum Click Event pr Focus kr Rahay hain Agr us se Phelay kray gay tu Error Askta ha tu Best Practice yeahi ha Ka Dom ka Ready honay ka W8 karay then kisi even pr focus
304 error means not modified. If the client has done a conditional GET and access is allowed, but the document has not been modified since the date and time specified in If-Modified-Since field, the server responds with a 304 status code and does not send the document body to the client.
Thanks sir but apne jo itne sare advertisement lga rkhe hain vo sahi nhi hai Agr you tube koi najayaz chez ya haram chez like sexul protection, film etc ka add chalata hai to is add se ane wali kamai haram kamai hogi Chuki sbke pass alag alag ad ate hain isliye apko kabhi pta bhi nhi lg payga Apka kam bht hi achha hai but haram kamai apki akherat kharab kr skti hai.. insha'Allah aap kisi bade aalim mufti sr consult krege.. Allah Hafiz
khir UA-cam tho keyword and user Histroy k mutabiq ads show kartha hain on Videos agar aik banda Sexual contents search kartha hain tho zaror usko usky mutabiq ads milyga but phir mujy UA-cam leave karna paryga koingy UA-cam par Video bana mushkil kam hain Hourse lag jathy hain aik video banany pi tho phir best baat ye hogi kih main UA-cam ko learve karo
You are a great content creator! Nice videos, Nice explanations, Keeping things simple, lightweight.
Pakistan Ka best tutor.. thanku soo much sir
Thank you Sir,
You really explained it in a very simple and effective way
Shakil bhai you are the best. Lot of respect.
thank you brother
sir, i want how can insert the data from PHP form in to the multiple table with the help of primary key and foreign key in ajax...
shakil bhai.i m from ondia.we loves ur tutorial
thank you brother
Nice, best tune of teaching, such a very helpful video for beginners, thanks
Thanx For a great Help.
can u help me to resolve this issue that i designed a header with some triggers like login trigger that opens a form with a submit button on the same page. Working fine till now. I do not want to page refresh until we enter correct login credentials on this home page's header but what i exactly want is this if i enter correct user credentials then page must be refreshed and the form must be hidden from home page but there appear a user's dropdown trigger for going into admin panel of that use.
Suppose a an html page contain large number of input fields which need to be ajax submitted. How can we do that? It would not be the right way to send n number of variables into post page. Then what approach should be adopted? Moreover I have noticed you did not explain different ajax parameters like beforesubmit, aftersubmit, also there are multiple status except 200 and 404. It would be better if you could explain all ajax related scenario and clarify all real life issues.
By serializing form ,
data :$("#formid").serialized()
Great Bro nice work. and can you please make one more video with upload file field.. mjhe sekhna hai k single or multiple pictures kese upload krte hain ajax me
inshallah try karonga k banado
jazakallah
nyce video. i have one question when i send data with post method but data is appear only few time then hidden and page are also load the content. what s the issue may b u solve this issue.
please show me your ajax code paste your code in comments
which is better or secure post . get . ajax ??? sir
are chaha jaan bhout badhiya ......
Sir, get method use karne sey upar browser ka URL mein dikhaidena chahiye na. Toh jquery pein GET method use karne se upar URL mein kyu kuch dikhai nahi dey raha hey? Btw, video bahut badiya hein sir
ajax may estrah nahe hotha
Good work bro! but work out on JSON and XML data with Ajax. Thanks
yes inshallah json k sath ajax par bhi series ka erada hain
@@shakilkhanprogrammer Please bro json ke sth ajax video upload krdi hai kia aapny please dear bro reply must ???
@@shakilkhanprogrammer I'm waiting !
Thank You Sir, It's very helpful...
Sir ham ajax sa 1 hi page ko refresh karva sakta ha kya......ya fir 5-6 page ko ek sath refresh karva sakta ha jesa fb ma hota ha
yes you can refresh many pages
Nic effort Shakil it is very helpful video with us ....thank you very much
thank you brother
Dear Shakil we have the jquery and javascript tutorial
so what i do?
brother can we use another function instead of feedback function?
yes it does not matter you can use any variable
mashalla dir kha.
thank you moor habib
i have one question when i send data with post method but data is appear only few time then hidden and page are also load the content. what s the issue may b u solve this issue.
Code: Index.php:
Add
ajax.js:
$(document).ready(function(){
$("#button").click(function(){
var name=$("#name").val();
$.post("shakil.php",{zeeshan:name},function(feedback){
$(".msg").html(feedback);
});
});
});
shakil.php:
brother your button code is completely wrong, change your button code to this code Add
Sir what about update and delete
Shakil bhai ic k sath agar hum image file b include karna hu to us k kasay code show kary gay..ma n stackover flow ma para tha wah new form ha us ka kaya kam ha ...plaase reply ...
nahe same form hoga may try kartha hon k image upload bhi karo in ajax
kasay ic ma include hoga image upload ..please
Nice very helpfull video sir
Sir koi Inventory System with php ajax to release keren Please!
love you brother....great help of me .. this tut
good
sir muze apani website me aisa karana he ki admin 3 images dalega ek desktop ke size ki image ek hogi tablet ke size ki image aur ek hogi mobile ke size ki image to front page pe screen size ke wise image load honi chahiye agar mobile size ki screen ho to only mobile ki image load honi chahiye to ye kaise ho sakata he using ajax and php
something like this
but when loggen in
All the page's header shows this on clickig login trigger
Account Infr
Settings
Logout'
very simple when user email and password correct then use jQuery hide method, hide login page and show your desire div or redirect page using "document.location='here is your location'" understand?
For both username and password, you’ve given same value for name.As far as I know, every control should be given a unique name and id.
I’m doing a project on online examination and I’m using asp.net I want to bring questions along with options to the browser from database. How do i do it?
i,m not asp expert dear
Oh, alright 😅👍🏻
good brother
thank you zahir shah saib
.ready wale function main .click wala function kyu nest kia hai? Help.
.ready Function Dom Ready honay ka w8 krta ha For Ex video me jitni bhi Html hai Jub wo load hogi aur web pr Output release hoga To Apka Dom Ready hoga in this case Jub Dom Ready hojye ga Tu hum Click Event pr Focus kr Rahay hain Agr us se Phelay kray gay tu Error Askta ha tu Best Practice yeahi ha Ka Dom ka Ready honay ka W8 karay then kisi even pr focus
thank u bhai jaan .
Where is the next Class??
Please send me Link...
nice brother thank you for help
sir apne form ke method mai post use kyu nahi kiya??
we dont need to show method in form because we already define method in ajax request
Great shakil bhaijaan
if we see ' network ->status 304' so that is what kind of error ?
plz tel me, I'm face the problem.
brother paste your ajax and php code here
304 error means not modified. If the client has done a conditional GET and access is allowed, but the document has not been modified since the date and time specified in If-Modified-Since field, the server responds with a 304 status code and does not send the document body to the client.
problem solve, your tutorial was very helpful for my project thanks, watching from Bangladesh!
very useful tutorial for beginner.....
thanku sir
thanks
hi , why not show data after send on click the button (add)
please your code?
hi this is my code
index.php
Jquery Ajax call
add
ajax.js
$(document).ready(function () {
alert("on page load");
$("#button").click(function(){
//alert("hello");
var name = $("#name").val();
//alert(name);
$.post("jquery_ajx_test.php"),{jhon:name},function(feedback) {
alert(feedback);
}
});
});
phpfile.php
brother your server page path is incorrect "jquery_ajx_test.php" and second, you have "phpfile.php"
Kya hona chahiye
Thanks for replying bro...
is there anyway to attend such classes?
now just teaching on youtube
I want to learn Php
on php i will create complete beginner level course include with projects soon
ok Thanks
Mein jab form action: .... Likhta hu to error aata hai. No access control allowed. Please guide me
you are not put https just the page name
thanks sir
Sir page kab reload hoga bina ajax ke iska example bata dije
you can use HTML tag search out google you will find out easy
nice video
thank you
sir ajax ka update search delete tutorial kab banaoge
inshallah soon
I quit this video just after 3 seconds..
I know the reason
$(document).ready(function(){
alert("window is load");
{)
dont show alert on page plz help me
$(document).ready(function(){
alert("alert");
});
coding successfull alert show on page thaks shakil bhai
bhajaan apke paas is tutorial ke source code ho toh plz send me sadaqat150@rediffmail.com
vow Dear brother
thank you rahim bhai you was commented on my post for class but we were already taken the class inshallah in the next training I will must include you
windows 7 me wamp server download krne PR error aa rhi h ddl file missing .how to resolve??
brother I don't know about wamp server because I'm not using wamp server
then what are you using to make server ,please tell
Ankit you can install xampp for making server.
you must use xampp
xampp
sir jquery baniyea in one hour
Yes inshallah erada hain
Thanks sir but apne jo itne sare advertisement lga rkhe hain vo sahi nhi hai
Agr you tube koi najayaz chez ya haram chez like sexul protection, film etc ka add chalata hai to is add se ane wali kamai haram kamai hogi
Chuki sbke pass alag alag ad ate hain isliye apko kabhi pta bhi nhi lg payga
Apka kam bht hi achha hai but haram kamai apki akherat kharab kr skti hai..
insha'Allah aap kisi bade aalim mufti sr consult krege..
Allah Hafiz
khir UA-cam tho keyword and user Histroy k mutabiq ads show kartha hain on Videos agar aik banda Sexual contents search kartha hain tho zaror usko usky mutabiq ads milyga but phir mujy UA-cam leave karna paryga koingy UA-cam par Video bana mushkil kam hain Hourse lag jathy hain aik video banany pi tho phir best baat ye hogi kih main UA-cam ko learve karo
What Json?
JSON is data exchanging formate between browser and server and JSON is lightweight data formate
sara sam ghoobal de so okam...da chargaan khu chup ka
ye kuch alag hi hindi bol raha hay...jayse kal hi sikhi hooo
basically hindi is not my mother language thats tha reason