php-general Digest 21 Sep 2013 11:22:55 -0000 Issue 8370

2013-09-21 Thread php-general-digest-help
php-general Digest 21 Sep 2013 11:22:55 - Issue 8370 Topics (messages 322126 through 322140): Re: Friday's Question 322126 by: Jen Rasmussen 322127 by: Joshua Kehn 322128 by: Larry Martell 322129 by: Matijn Woudt 322130 by: Camilo Sperberg

php-general Digest 22 Sep 2013 01:07:00 -0000 Issue 8371

2013-09-21 Thread php-general-digest-help
php-general Digest 22 Sep 2013 01:07:00 - Issue 8371 Topics (messages 322141 through 322141): jquery fill select option value 322141 by: iccsi Administrivia: To subscribe to the digest, e-mail: php-general-digest-subscr...@lists.php.net To unsubscribe from the digest,

Re: [PHP] Friday's Question

2013-09-21 Thread Ashley Sheridan
On Sat, 2013-09-21 at 11:07 +1000, Daniel wrote: 25 network admin and programmer and yes I use a mouse pad - my mouse hates me if I dont use it. -- Regards, Daniel Fenn 29 and don't use a mouse pad right now, although I did before I moved because the surface of my desk was too shiny.

[PHP] jquery fill select option value

2013-09-21 Thread iccsi
select id=mark name=mark option value=--/option option value=bmwBMW/option option value=audiAudi/option /select I use above code to have my select drop down on the form and would like to use jQuery to fill option value on change event. I would like know is it possible to do, if yes, any hint