jquery ajax load

Поділитися
Вставка
  • Опубліковано 14 гру 2024

КОМЕНТАРІ • 47

  • @kdphotoman7218
    @kdphotoman7218 9 років тому +10

    Venkat your videos are invaluable beyond measure. Thank You!!!!

    • @Csharp-video-tutorialsBlogspot
      @Csharp-video-tutorialsBlogspot  9 років тому +4

      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.

  • @chaayparcharcha
    @chaayparcharcha 8 років тому +1

    Best Javascript and jquery videos whatever I watched on you tube so far.... sharp and clear voice... and the way of teaching superb...

  • @Pareshbpatel
    @Pareshbpatel 7 років тому +2

    Beautifully explained. Thank you, Venkat.

  • @malharjajoo7393
    @malharjajoo7393 8 років тому +1

    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.

  • @tomb8835
    @tomb8835 7 років тому +1

    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.

  • @Shaktiyuvraj
    @Shaktiyuvraj 6 років тому

    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..

  • @alvaroguedez9373
    @alvaroguedez9373 8 років тому +2

    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:

  • @NikitaArtBucket
    @NikitaArtBucket 9 років тому

    Thank you very much Sir for providing such valuable content for us.

  • @codewizard5327
    @codewizard5327 7 років тому +2

    Hey Venkat, you are asking me to have a great day, but it's night here! hahaha. Just Kidding. Nice Tutorial.

  • @rucklerful
    @rucklerful 8 років тому

    Thank You for the education you provide.

  • @aamazingideasnational
    @aamazingideasnational 9 років тому

    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?

  • @Uzair_Anwar2299
    @Uzair_Anwar2299 4 роки тому

    Please make an video on jquery Deffered, promises, when, then with ajax practical example and explanation

  • @beanheadshop
    @beanheadshop 9 років тому +1

    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!

  • @peterl1699
    @peterl1699 9 років тому

    Very well explained. Thank you.

  • @jakeromeopeniano7206
    @jakeromeopeniano7206 6 років тому

    VERY VERY WELL Explained

  • @amarewondimnew26
    @amarewondimnew26 3 роки тому

    How do we do the work on the loaded page? For example, if it is a registration form.

  • @ibrahimgfx6435
    @ibrahimgfx6435 7 років тому

    You are the best

  • @saidadibi3701
    @saidadibi3701 7 років тому

    Good video buddy

  • @gammingedge8379
    @gammingedge8379 5 років тому

    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...

  • @rimasaha4393
    @rimasaha4393 6 років тому

    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?

  • @chaayparcharcha
    @chaayparcharcha 8 років тому

    Please add a playlist of Angular 2 ASAP, we'll be obliged of your :-)

  • @yaminikrishna581
    @yaminikrishna581 8 років тому

    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

  • @phaedrus2633
    @phaedrus2633 4 роки тому

    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.

  • @gammingedge8379
    @gammingedge8379 5 років тому

    venkat i just want to ask some thing if you can answer me....

  • @jenmanzella7026
    @jenmanzella7026 7 років тому

    well done, thank you for the lesson

  • @sickegg2000
    @sickegg2000 7 років тому

    THANK YOU, you just happened to have the exact line of code I need!!! Perfect!

  • @Colstonewall
    @Colstonewall 7 років тому

    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. . .

  • @lawviktor7610
    @lawviktor7610 8 років тому

    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?

  • @sagaraware8382
    @sagaraware8382 5 років тому

    can't get solution of cors problem....?

  • @MeSoPlaylists
    @MeSoPlaylists 4 роки тому

    What about loading html from a link

  • @Marinakulichok
    @Marinakulichok 7 років тому

    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//

    • @manojalagu
      @manojalagu 7 років тому

      save your html file in htdoc folder of xampp files. And type localhost//filename.html

  • @Learnfinancetrader1
    @Learnfinancetrader1 7 років тому

    Same thing i done but i am not getting that output can you send that link

  • @ЮрийЕрлин-э9г
    @ЮрийЕрлин-э9г 3 роки тому

    How to use localhost? (( I installed server, but it's not work

  • @rameshbogandla3272
    @rameshbogandla3272 8 років тому

    thank you superb,

  • @developernader
    @developernader 9 років тому

    Thank you

  • @rameshbogandla3272
    @rameshbogandla3272 8 років тому

    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

    • @issamouzali3922
      @issamouzali3922 8 років тому

      i had the same error u jus need to install a local server like wamp and put youe files there

  • @artemboss1999
    @artemboss1999 9 років тому

    thanks

  • @johnn5019
    @johnn5019 7 років тому

    Can't put a value amount on your video tutorials. A mentioned below, they are an invaluable resource. Thank you so much

  • @ByteZappers
    @ByteZappers 7 років тому

    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 ;-)

  • @alizahmohammadsamaneen6347
    @alizahmohammadsamaneen6347 6 років тому

    in 2018...

  • @keshavamurthynj7281
    @keshavamurthynj7281 2 роки тому

    not so good explained