08.14
php
saved
Gentlemanlike
Note
I want to let a formular appear and dissaper by a mouseclick .. with ajax and now jquery .. i am a beginner ...and i hope you could help me easily...
I want to let a formular appear and dissaper by a mouseclick .. with ajax and now jquery .. i am a beginner ...and i hope you could help me easily...
- <?php $("hallo").click(function () {
- $("ajax").toggle();
- }); ?>
Parsed in 0.082 seconds, using GeSHi 1.0.7.14