---
title: "jQuery show/hide specific news - depending on click"  
description: "jQuery show/hide specific news - depending on click"  
author: "marcel ethan"  
published: 2013-05-11  
updated: 2013-05-11  
canonical: https://www.mindstick.com/forum/864/jquery-show-hide-specific-news-depending-on-click  
category: "javascript"  
tags: ["javascript"]  
reading_time: 1 minute  

---

# jQuery show/hide specific news - depending on click

Hi [Expert](https://www.mindstick.com/articles/13120/an-expert-financial-advice-will-improve-your-finances)!\
I want to display [full](https://www.mindstick.com/articles/12893/experience-the-full-power-of-suitecrm) [article](https://www.mindstick.com/articles/95867/are-you-looking-for-500-credit-score-mortgage-lenders-houston-continue-reading-this-article) when user clicked on "[View](https://yourviews.mindstick.com/view/84701/layoffs-in-google-india-2023-view) Full Article". How to achieve this.\
My line of [code](https://yourviews.mindstick.com/view/85458/alan-turing-the-mastermind-behind-cracking-the-enigma-code-during-world-war-ii) as following\
<[script](https://www.mindstick.com/interview/477/how-can-i-execute-a-php-script-using-command-line) type="text/[javascript](https://www.mindstick.com/articles/874/how-to-create-watermark-text-for-textbox-by-using-javascript)">$([document](https://www.mindstick.com/articles/328642/what-to-consider-while-choosing-a-software-documentation-tool)).ready( [function](https://www.mindstick.com/articles/13001/multi-statement-table-valued-user-defined-function-in-sql-server)(){ $("#show").click(function () { $(".news").show("slow"); }); });</script>\
Thanks in [advance](https://www.mindstick.com/blog/33258/jee-mains-and-jee-advance-exams)!\
\

## Replies

### Reply by AVADHESH PATEL

Hi Marcel!\
Try as following \
$('#btn-reveal-articles').click(function() { $('#article-div').toggle();});\
It's hard to determine what you're after without any code to show or a clear definition of the problem.


---

Original Source: https://www.mindstick.com/forum/864/jquery-show-hide-specific-news-depending-on-click

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
