Users Pricing

forum

home / developersection / forums / jquery show/hide specific news - depending on click

jQuery show/hide specific news - depending on click

marcel ethan 2208 11 May 2013
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!



marcel ethan

Other


1 Answers