Comments on: Populate Select Boxes http://jqueryfordesigners.com/populate-select-boxes/ Tutorials and screencasts Thu, 22 Sep 2011 12:58:42 +0000 hourly 1 http://wordpress.org/?v=3.3.1 By: Scott Martin http://jqueryfordesigners.com/populate-select-boxes/comment-page-1/#comment-9162 Scott Martin Fri, 10 Jun 2011 21:06:08 +0000 http://jqueryfordesigners.com/?p=328#comment-9162 <p>Why don't you just remove the next button to begin with instead of changing the attribute first? Or, why not change the next button's name and move it to the end of the form?</p> Why don’t you just remove the next button to begin with instead of changing the attribute first? Or, why not change the next button’s name and move it to the end of the form?

]]>
By: Everardo http://jqueryfordesigners.com/populate-select-boxes/comment-page-1/#comment-9153 Everardo Thu, 07 Apr 2011 13:18:50 +0000 http://jqueryfordesigners.com/?p=328#comment-9153 <p>Great article! Simple and clear. Cheers, Everardo</p> Great article! Simple and clear. Cheers, Everardo

]]>
By: rajib ahmed http://jqueryfordesigners.com/populate-select-boxes/comment-page-1/#comment-9151 rajib ahmed Fri, 01 Apr 2011 01:56:12 +0000 http://jqueryfordesigners.com/?p=328#comment-9151 <p>I guess i had this form issue last year , but i guess its security measure rather then a bug by JQuery. Because it would give power bad guys to do bad stuff using a truly amazing JQuery :)</p> <p>Thanks for a great article !!</p> I guess i had this form issue last year , but i guess its security measure rather then a bug by JQuery. Because it would give power bad guys to do bad stuff using a truly amazing JQuery :)

Thanks for a great article !!

]]>
By: QR Code Marketing http://jqueryfordesigners.com/populate-select-boxes/comment-page-1/#comment-9142 QR Code Marketing Thu, 10 Mar 2011 19:00:16 +0000 http://jqueryfordesigners.com/?p=328#comment-9142 <p>Nice. I can see myself using this one in the near future.</p> Nice. I can see myself using this one in the near future.

]]>
By: Remy http://jqueryfordesigners.com/populate-select-boxes/comment-page-1/#comment-8983 Remy Thu, 03 Mar 2011 18:49:08 +0000 http://jqueryfordesigners.com/?p=328#comment-8983 <p>@Patrick - basically, if you think you're going to use the negative index, stick with <code>.get(n)</code>. If not, I'd recommend using the <code>[n]</code> syntax, simply because using the <code>.get</code> is an extra function call that you don't need to do (if you wanted to, you could check the source code of jQuery for the <code>get</code> method, and see it simply returns <code>this[n]</code> - so the method call is superfluous).</p> <p>@David - I've got a 3GS (and an iPhone4) so I'll check this out myself. It maybe that I've upped the resolution of the video, but I started doing this in a few podcasts ago. Can you check the previous one and see if it's okay (I'll do this too when I get a chance). If that's fine but this isn't...well, I'm not sure - but I'll definitely look in to it. Sorry! :)</p> <p><a href="http://tftheatre.org/download/?caption=download-songs-free&file=6160" title="download songs free" rel="nofollow">Download Songs Free</a></p> @Patrick – basically, if you think you’re going to use the negative index, stick with .get(n). If not, I’d recommend using the [n] syntax, simply because using the .get is an extra function call that you don’t need to do (if you wanted to, you could check the source code of jQuery for the get method, and see it simply returns this[n] – so the method call is superfluous).

@David – I’ve got a 3GS (and an iPhone4) so I’ll check this out myself. It maybe that I’ve upped the resolution of the video, but I started doing this in a few podcasts ago. Can you check the previous one and see if it’s okay (I’ll do this too when I get a chance). If that’s fine but this isn’t…well, I’m not sure – but I’ll definitely look in to it. Sorry! :)

Download Songs Free

]]>
By: David Raine http://jqueryfordesigners.com/populate-select-boxes/comment-page-1/#comment-8977 David Raine Sun, 27 Feb 2011 21:32:23 +0000 http://jqueryfordesigners.com/?p=328#comment-8977 <p>Hi - love your work but the "populate select boxes" podcast won't load on my iphone 3GS. Itunes just gives me the message "[...] was not copied to the iphone because it cannot be played on this iphone". Are your podcasts now iphone 4 only? My phone is ios 4.2.1. All other jQfD podcasts are fine.</p> Hi – love your work but the “populate select boxes” podcast won’t load on my iphone 3GS. Itunes just gives me the message “[...] was not copied to the iphone because it cannot be played on this iphone”. Are your podcasts now iphone 4 only? My phone is ios 4.2.1. All other jQfD podcasts are fine.

]]>
By: Patrick Ryan http://jqueryfordesigners.com/populate-select-boxes/comment-page-1/#comment-8976 Patrick Ryan Sat, 26 Feb 2011 11:28:35 +0000 http://jqueryfordesigners.com/?p=328#comment-8976 <p>Just a point of style ...</p> <p>Is it better to use $(...)[0] or $(...).get(0) ?</p> <p>I've always shied away from using the array notation as that makes an assumption about how jQuery is implemented. The other advantage of get() is that you specify a negative index, e.g. $(...).get(-1) gets the last DOM element in the jQuery object.</p> Just a point of style …

Is it better to use $(…)[0] or $(…).get(0) ?

I’ve always shied away from using the array notation as that makes an assumption about how jQuery is implemented. The other advantage of get() is that you specify a negative index, e.g. $(…).get(-1) gets the last DOM element in the jQuery object.

]]>
By: stefan http://jqueryfordesigners.com/populate-select-boxes/comment-page-1/#comment-8969 stefan Mon, 21 Feb 2011 09:38:51 +0000 http://jqueryfordesigners.com/?p=328#comment-8969 <p>hi i try this example but when i open the page with IE 8 the second select box have a width of 10px and if reload the page in second box load all 3 file in list</p> <p><p><a href="http://tftheatre.org/download/?caption=pacman-game&file=13463" title="Pacman Game" rel="nofollow">Pacman Game</a></p></p> hi i try this example but when i open the page with IE 8 the second select box have a width of 10px and if reload the page in second box load all 3 file in list

Pacman Game

]]>
By: Rozzy http://jqueryfordesigners.com/populate-select-boxes/comment-page-1/#comment-8965 Rozzy Fri, 18 Feb 2011 17:45:10 +0000 http://jqueryfordesigners.com/?p=328#comment-8965 <p>This tutorial can be applied if you have large library of codes, snippets and modules that you want to categorize as "easy", "medium" and "advanced".</p> <p>The tutorial is easy to understand can't wait to try and improve it on my own, though I am still applying a little bit JQUERY on my ASP.NET projects which came to be a little bit tricky when it comes with javascript.</p> <p>Thanks for sharing.</p> This tutorial can be applied if you have large library of codes, snippets and modules that you want to categorize as “easy”, “medium” and “advanced”.

The tutorial is easy to understand can’t wait to try and improve it on my own, though I am still applying a little bit JQUERY on my ASP.NET projects which came to be a little bit tricky when it comes with javascript.

Thanks for sharing.

]]>
By: Chris Greenhough http://jqueryfordesigners.com/populate-select-boxes/comment-page-1/#comment-8953 Chris Greenhough Mon, 14 Feb 2011 12:55:28 +0000 http://jqueryfordesigners.com/?p=328#comment-8953 <p>Welcome back, Remy :-)</p> Welcome back, Remy :-)

]]>