detestableguy Posted June 25, 2011 Share Posted June 25, 2011 I am having problem running the --show("slow")-- part of the code...any ideas why this is not working? <script type="text/javascript"> function get() { $.post( 'data.php', { value: form1.name.value }, function (out) { $('#age').html(out).show("slow"); }); }; <script> <body> <form name="form1"> <p> <select name="select" onChange="sel();"> <option value="1">1</option> <option value="2">2</option> </select> </p> </body> I have tried searching the solution, but can't find any.. Quote Link to comment https://forums.phpfreaks.com/topic/240357-htmloutshowslow/ Share on other sites More sharing options...
detestableguy Posted June 25, 2011 Author Share Posted June 25, 2011 I have marked the part in bold.....please some body help me!!! <script type="text/javascript"> function get() { $.post( 'data.php', { value: form1.name.value }, function (out) { $('#age').html(out).show("slow"); }); }; <script> <body> <form name="form1"> <p> <select name="select" onChange="sel();"> <option value="1">1</option> <option value="2">2</option> </select> </p> </body> Quote Link to comment https://forums.phpfreaks.com/topic/240357-htmloutshowslow/#findComment-1234723 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.