Hi Expert ! I want to display full article when user clicked on \" View Full Article\". How to achieve this. My line of code as following < script type=\"text/ javascript \"> $( document ).ready( function (){ $(\"#show\").click(function () { $(\".news\").show(\"slow\"); }); }); </script> Thanks in advance !
Can you answer this question?
Write Answer1 Answers