Added: 6 months ago
From: thenewboston
Views: 12,356
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (40)

Sign In or Sign Up now to post a comment!
  • Notepad++ FTW

    Ctrl+D = duplicate line

  • blah blah blah! 

  • Um, I tried that in Visual Studio with asp.net, and it didn't work

  • @Jrpatsios Wich browser do you use?

  • thnx

  • The only way I can get your examples to work is if I encase the JS code in the .js files with

    $(document).ready(function(){

    });

    Care to elaborate as to why your examples work as they are shown and don't work for everyone else watching the video? I just want to learn.

  • @viemmsakh Watch the next video document.ready, it basically means that everything is loaded. Your program may have been trying to run js commands before all the js was loaded.

  • those tutorials are the best..

  • this simple code won't work for me, because I put it in hide.js in the header not at the end of the body.

    I spend days on it. highly suggest you mention this key point in your class. Thanks!

  • Import all your scripts in the header.... not the body

  • This isn't working for me. Do i need to have a php site, or will a basic html site work?

  • @locolalo1364 A basic HTML site will work fine

  • The code won't make my text hide, I have done it right

  • using external js file is slower I think ??? because the browser will request each time the js file and download it, which takes a bit more of time (ressource on both the browser, and the server) than if it was already there on the page..

  • @iRouRoui But if you want to use a whole bunch of code, you f*ck your main page up.

  • Correction to my post: It was Duce2411's post not TheDgdsmaster's 

  • Correction to TheDgdsmaster's post:

    $(document).ready(function { Your code here.}); should read

    $(document).ready(function() { Your code here.});

  • I cant't find a good list of all the JQuery tutorials u have, im really interested in learning JQuery.

  • sweet tutorial =)

  • @TheDgdsmaster thanx!

  • why do you always including jquery.js in body section, instead of head section?

  • @hayk7 You don't need to put it in the body section, if you put it in the head, just surround your code in

    $(document).ready(function { Your code here.

    });

  • @Duce2411 thanx!

  • @hayk7 Sure, feel free to ask me any question, although I'm not the best developer in the world. Far from it :P

  • Answered nevermind

  • Could you use this in a .htm file instead of using php

  • @TheLandFerry yep

  • @TheLandFerry yes you can. the php extension is used just in case he wants to use php within the file so that the browser knows to look for php elements within the file, he is not actually using php he is using html.

  • hey do you have to use php with jquery or can you use html

  • @hunhun14 It seems like he is using html inside a php file, so I would assume yes but I am just a beginner in jQuery...

  • @hunhun14 you have not. you can use jquery with .html files too

  • @hunhun14 you can user either php or html. You can also use regular javascript and mysql

  • @LivingSkits thanks that is all i needed to know

  • thanks for this one. In the office that i'm working, we always mixed html, php, and javascript all together, making it a mess to read and debug. Now i will try to separate them if possible

  • I love these tutorials. Keep it up!

  • @d1995a3 Bucky is uploading 200 of them right now. So there isn't much more to "keep up" since that's the entire series.

  • @WASDsweden I meant the tutorials in general, not just JQuery.

  • @d1995a3 he has 200 Android apps tutorial yet to upload, Jquery, VB i think and Photoshop i think, there's a vid where he talks about them

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more