Comments on: Play School: Easy Ajax – load http://jqueryfordesigners.com/play-school-easy-ajax-load/ Tutorials and screencasts Thu, 22 Sep 2011 12:58:42 +0000 hourly 1 http://wordpress.org/?v=3.3.1 By: Wills Bithrey http://jqueryfordesigners.com/play-school-easy-ajax-load/comment-page-1/#comment-7803 Wills Bithrey Thu, 11 Mar 2010 14:22:51 +0000 http://jqueryfordesigners.com/play-school-easy-ajax-load/#comment-7803 <p>Thanks for another great screencast. I'm having issues with using .load() and wanted to know if the third parameter could (the selector), had to be a single space-less id/class. It appears from your example that this is not the case which is great news :).</p> <p>Thanks for the clear and concise tutorials as always!</p> Thanks for another great screencast. I’m having issues with using .load() and wanted to know if the third parameter could (the selector), had to be a single space-less id/class. It appears from your example that this is not the case which is great news :).

Thanks for the clear and concise tutorials as always!

]]>
By: Tyrone http://jqueryfordesigners.com/play-school-easy-ajax-load/comment-page-1/#comment-5355 Tyrone Sun, 09 Aug 2009 16:05:40 +0000 http://jqueryfordesigners.com/play-school-easy-ajax-load/#comment-5355 <p>The links to both the quick time and flash files are broken.</p> The links to both the quick time and flash files are broken.

]]>
By: Easy Ajax - load | Simone D'Amico http://jqueryfordesigners.com/play-school-easy-ajax-load/comment-page-1/#comment-1869 Easy Ajax - load | Simone D'Amico Fri, 27 Feb 2009 23:33:46 +0000 http://jqueryfordesigners.com/play-school-easy-ajax-load/#comment-1869 <p>[...] Il link alla pagina è il seguente:  http://jqueryfordesigners.com/play-school-easy-ajax-load/ [...]</p> [...] Il link alla pagina è il seguente:  http://jqueryfordesigners.com/play-school-easy-ajax-load/ [...]

]]>
By: netsnake http://jqueryfordesigners.com/play-school-easy-ajax-load/comment-page-1/#comment-1657 netsnake Fri, 30 Jan 2009 16:27:29 +0000 http://jqueryfordesigners.com/play-school-easy-ajax-load/#comment-1657 <p>Hey, good work!</p> <p>I discovered this site yesterday and I'm already a big fan of your screencast!</p> <p>But one question, doesn't even have that much to do with ajax: what do you use this sprintf-function for? The one you wrapped around your sql query? I haven't ever seen this, and I don't get what the function does :)</p> <p>Greetings from Germany</p> <p>netsnake</p> <p>@Frank: Er, can it be that u r the developer of this app? It's great, you're right, I bought it because of another post of yours on another website, so you're kinda spreading this... Oh, my opinion on this: Your JavaScript Cheat Sheet isn't the best, honestly. But the other two are ;)</p> Hey, good work!

I discovered this site yesterday and I’m already a big fan of your screencast!

But one question, doesn’t even have that much to do with ajax: what do you use this sprintf-function for? The one you wrapped around your sql query? I haven’t ever seen this, and I don’t get what the function does :)

Greetings from Germany

netsnake

@Frank: Er, can it be that u r the developer of this app? It’s great, you’re right, I bought it because of another post of yours on another website, so you’re kinda spreading this… Oh, my opinion on this: Your JavaScript Cheat Sheet isn’t the best, honestly. But the other two are ;)

]]>
By: Rusti http://jqueryfordesigners.com/play-school-easy-ajax-load/comment-page-1/#comment-1611 Rusti Thu, 22 Jan 2009 16:55:45 +0000 http://jqueryfordesigners.com/play-school-easy-ajax-load/#comment-1611 <p>I love your work, it's just over my head. I have hacked some of your code before, but would like to understand it enough to create something rather than hack.</p> <p>How about a beginners tutorial that shows some thing useful like a jQuery menu from scratch for VERY basic beginners. There was one on a list apart, but it lacked your great screen cast and explanations.</p> <p>I can usually work from that once I understand the basics.</p> <p>Keep up the good work.</p> I love your work, it’s just over my head. I have hacked some of your code before, but would like to understand it enough to create something rather than hack.

How about a beginners tutorial that shows some thing useful like a jQuery menu from scratch for VERY basic beginners. There was one on a list apart, but it lacked your great screen cast and explanations.

I can usually work from that once I understand the basics.

Keep up the good work.

]]>
By: Frank http://jqueryfordesigners.com/play-school-easy-ajax-load/comment-page-1/#comment-1583 Frank Fri, 16 Jan 2009 19:50:18 +0000 http://jqueryfordesigners.com/play-school-easy-ajax-load/#comment-1583 <p>Just found this jQuery Cheat Sheet on iTunes. Sweet! </p> <p>http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=302090867&mt=8</p> Just found this jQuery Cheat Sheet on iTunes. Sweet!

http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=302090867&mt=8

]]>
By: EllisGL http://jqueryfordesigners.com/play-school-easy-ajax-load/comment-page-1/#comment-1570 EllisGL Wed, 14 Jan 2009 18:07:21 +0000 http://jqueryfordesigners.com/play-school-easy-ajax-load/#comment-1570 <p>I would have it trigger after the 3rd character to save the db from being hit too hard. <pre><code>$(function() { $('#name').keyup(function() { if($('#name').value.length > 2) { $('#results ul').load('load-example.php #results ul li', { name : this.value }); } }); });</code></pre> </p> I would have it trigger after the 3rd character to save the db from being hit too hard.
$(function() {
  $('#name').keyup(function() {
    if($('#name').value.length > 2) {
      $('#results ul').load('load-example.php #results ul li', { name : this.value });
    }
  });
});

]]>
By: k3k http://jqueryfordesigners.com/play-school-easy-ajax-load/comment-page-1/#comment-1569 k3k Wed, 14 Jan 2009 17:47:08 +0000 http://jqueryfordesigners.com/play-school-easy-ajax-load/#comment-1569 <p>Another interesting screencast. Greetings from Italy.</p> Another interesting screencast. Greetings from Italy.

]]>
By: Remy http://jqueryfordesigners.com/play-school-easy-ajax-load/comment-page-1/#comment-1562 Remy Wed, 14 Jan 2009 11:07:56 +0000 http://jqueryfordesigners.com/play-school-easy-ajax-load/#comment-1562 <p>@Cat Lover - just to clarify, if you wanted to bind to the form submit, the code would look like this:</p> <pre><code>$('form').submit(function () { // same load method, but we need to grab the input's value $('#results ul').load('load-example.php', { name : $('#name').val() }); return false; // to cancel the browser from *really* submitting });</code></pre> @Cat Lover – just to clarify, if you wanted to bind to the form submit, the code would look like this:

$('form').submit(function () {
  // same load method, but we need to grab the input's value
  $('#results ul').load('load-example.php', { name : $('#name').val() });

  return false; // to cancel the browser from *really* submitting
});
]]>
By: The Cat Lover http://jqueryfordesigners.com/play-school-easy-ajax-load/comment-page-1/#comment-1561 The Cat Lover Wed, 14 Jan 2009 11:01:27 +0000 http://jqueryfordesigners.com/play-school-easy-ajax-load/#comment-1561 <p>Very good screencast, thank you. </p> <p>Another approach to get around submiting page by clicking Search button could be to bind onsubmit to that button, that invokes the ajax function, the same as on keyup. Am I right?</p> <p>And please say hello to your cat, that meowed in the background ;)</p> Very good screencast, thank you.

Another approach to get around submiting page by clicking Search button could be to bind onsubmit to that button, that invokes the ajax function, the same as on keyup. Am I right?

And please say hello to your cat, that meowed in the background ;)

]]>