KDPhotomans Feed Thank you very much for taking time to give feedback. This means a lot. I am very glad you found the videos useful. I have organised all the Dot Net & SQL Server videos in to playlists, which could be useful to you ua-cam.com/users/kudvenkatplaylists?view=1&sort=dd Slides and Text Version of the videos can be found on my blog csharp-video-tutorials.blogspot.com Tips to effectively use my youtube channel. ua-cam.com/video/y780MwhY70s/v-deo.html If you want to receive email alerts, when new videos are uploaded, please subscribe to my youtube channel. ua-cam.com/users/kudvenkat If you like these videos, please click on the THUMBS UP button below the video. May I ask you for a favor. I want these tutorials to be helpful for as many people as possible. Please share the link with your friends and family who you think would also benefit from them.
So basically , 1) first find all input boxes. 2) Then find which one has focus. 3) Have some logic to get id of the div from the id of the input box. 4) load html into the selected div.
If you have trouble with this in chrome try adding --allow-file-access-from-files to the end of the chrome shortcut path by right clicking it and clicking properties.
Venkat Sir your all videos are very nice..in short span of time you give the inevitable contents and the Concept what you deliver is Fabulous sir..Thank you so much sir..i watched all previous videos.which helped me more than expectation..
thanks for dedicatet your time make's this videos, i from venezuela and in my opinion your tutorials are inside the most betters i see, i hope my english understand xd c:
Hi Sir, Please post some videos on ANGULAR JS as well. Hats off to you for the videos and the documentation that you have provided on .net, C#, SQL server, WCF, WebServices, JavaScript and jQuery. All the docs have in-depth concepts. How you gained such an extensive knowledge?
this is an amazing video. I'm trying to inject data from server into divs with on a jquery mobile page that is already working. currently it uploads to a .php but I don't see the data. this data will then be injected into (specific div) on a page already. then refresh after complete. this seems to be what need. Thank You!
Hi, Sir If i have two date pickers for range and i want to set there dates by clicking following hyperlinks like To day last day This week last week This month Last Month This Year last Year a we click on link there range should be select automatically, how we can achieve this please make a video for this.... as soon as possible...
Suppose your help.html have a button which on click pass the id of that button to JavaScript nd plays it ...will it load in homepage1 and will it play if I press the button?
Hello all, I have a doubt on getting the ID of input field. Why don't we directly get the ID of the input feild (firstNameHelpDiv) ? why should we get the ID of input type and then append HelpDiv to it
This is the first of your tutorials that I haven't been able to run. I'm using Chrome as my browser. I keep getting a "Cross Origin Request Security" error. I've tried to track a solution down, I spent the last four hours on Google trying to find a solution, and, so far, none of the solutions have worked.
Great tutorial! Although, I would've made it easier by giving each div an href of the page the help text is on. Give your help text an id (in Help.html). . .Then in your jQuery, you would grab that URL with Focus, then do $('#firstNameHelperDiv').load(url + ' #helpTextId'); This is easier in my opinion, and you can give each specific Help Text an id, so you can place it where it belongs, instead of placing ALL the help text on Focus. In other words, when the user gets Focus on the Name, it will display the help text for the Name ONLY, not the help text for every field. . .
Hi Sir, this tutorial is wonderful, and my problem is this: Rceived an invalid response. Origin 'null' is therefore not allowed access. How can I solve it?
i am gotting errer "jquery.min.js:4 XMLHttpRequest cannot load file:///C:/xampp/htdocs/help.html. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource." look once pls
XMLHttpRequest cannot load file:///xxx/xxx/help.html. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https. then you can try this in fire fox ;-)
Venkat your videos are invaluable beyond measure. Thank You!!!!
KDPhotomans Feed Thank you very much for taking time to give feedback. This means a lot. I am very glad you found the videos useful.
I have organised all the Dot Net & SQL Server videos in to playlists, which could be useful to you
ua-cam.com/users/kudvenkatplaylists?view=1&sort=dd
Slides and Text Version of the videos can be found on my blog
csharp-video-tutorials.blogspot.com
Tips to effectively use my youtube channel.
ua-cam.com/video/y780MwhY70s/v-deo.html
If you want to receive email alerts, when new videos are uploaded, please subscribe to my youtube channel.
ua-cam.com/users/kudvenkat
If you like these videos, please click on the THUMBS UP button below the video.
May I ask you for a favor. I want these tutorials to be helpful for as many people as possible. Please share the link with your friends and family who you think would also benefit from them.
Best Javascript and jquery videos whatever I watched on you tube so far.... sharp and clear voice... and the way of teaching superb...
Beautifully explained. Thank you, Venkat.
So basically ,
1) first find all input boxes.
2) Then find which one has focus.
3) Have some logic to get id of the div from the id of the input box.
4) load html into the selected div.
If you have trouble with this in chrome try adding --allow-file-access-from-files to the end of the chrome shortcut path by right clicking it and clicking properties.
Venkat Sir your all videos are very nice..in short span of time you give the inevitable contents and the Concept what you deliver is Fabulous sir..Thank you so much sir..i watched all previous videos.which helped me more than expectation..
thanks for dedicatet your time make's this videos, i from venezuela and in my opinion your tutorials are inside the most betters i see, i hope my english understand xd c:
Thank you very much Sir for providing such valuable content for us.
Hey Venkat, you are asking me to have a great day, but it's night here! hahaha. Just Kidding. Nice Tutorial.
Thank You for the education you provide.
Hi Sir,
Please post some videos on ANGULAR JS as well.
Hats off to you for the videos and the documentation that you have provided on .net, C#, SQL server, WCF, WebServices, JavaScript and jQuery.
All the docs have in-depth concepts.
How you gained such an extensive knowledge?
Please make an video on jquery Deffered, promises, when, then with ajax practical example and explanation
this is an amazing video. I'm trying to inject data from server into divs with on a jquery mobile page that is already working. currently it uploads to a .php but I don't see the data. this data will then be injected into (specific div) on a page already. then refresh after complete. this seems to be what need. Thank You!
Very well explained. Thank you.
VERY VERY WELL Explained
How do we do the work on the loaded page? For example, if it is a registration form.
You are the best
Good video buddy
Hi, Sir
If i have two date pickers for range and i want to set there dates by clicking following hyperlinks like
To day
last day
This week
last week
This month
Last Month
This Year
last Year
a we click on link there range should be select automatically, how we can achieve this please make a video for this.... as soon as possible...
Suppose your help.html have a button which on click pass the id of that button to JavaScript nd plays it ...will it load in homepage1 and will it play if I press the button?
Please add a playlist of Angular 2 ASAP, we'll be obliged of your :-)
Hello all,
I have a doubt on getting the ID of input field. Why don't we directly get the ID of the input feild (firstNameHelpDiv) ? why should we get the ID of input type and then append HelpDiv to it
This is the first of your tutorials that I haven't been able to run. I'm using Chrome as my browser. I keep getting a "Cross Origin Request Security" error. I've tried to track a solution down, I spent the last four hours on Google trying to find a solution, and, so far, none of the solutions have worked.
venkat i just want to ask some thing if you can answer me....
well done, thank you for the lesson
THANK YOU, you just happened to have the exact line of code I need!!! Perfect!
Great tutorial! Although, I would've made it easier by giving each div an href of the page the help text is on. Give your help text an id (in Help.html). . .Then in your jQuery, you would grab that URL with Focus, then do $('#firstNameHelperDiv').load(url + ' #helpTextId');
This is easier in my opinion, and you can give each specific Help Text an id, so you can place it where it belongs, instead of placing ALL the help text on Focus. In other words, when the user gets Focus on the Name, it will display the help text for the Name ONLY, not the help text for every field. . .
Hi Sir, this tutorial is wonderful, and my problem is this: Rceived an invalid response. Origin 'null' is therefore not allowed access. How can I solve it?
can't get solution of cors problem....?
What about loading html from a link
Please, could you please explain how to use local host. I have xampp as a local service but how I can use it with that example//
save your html file in htdoc folder of xampp files. And type localhost//filename.html
Same thing i done but i am not getting that output can you send that link
same problem
How to use localhost? (( I installed server, but it's not work
thank you superb,
Thank you
i am gotting errer "jquery.min.js:4 XMLHttpRequest cannot load file:///C:/xampp/htdocs/help.html. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource." look once pls
i had the same error u jus need to install a local server like wamp and put youe files there
thanks
Can't put a value amount on your video tutorials. A mentioned below, they are an invaluable resource. Thank you so much
XMLHttpRequest cannot load file:///xxx/xxx/help.html. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.
then you can try this in fire fox ;-)
in 2018...
not so good explained