forum

Home / DeveloperSection / Forums / jQuery show/hide specific news - depending on click

jQuery show/hide specific news - depending on click

marcel ethan188711-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!



Updated on 11-May-2013

Can you answer this question?


Answer

1 Answers

Liked By