Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Once we click the logo display notifications. How to pop up. For Example : In outlook remainder image beside the count [ No of mails (3) ]. Once the click on logo all the images shown.

EX 2: In facebook, once we click globe button all the messages shown that type of functionality i want.
Posted
Updated 22-Apr-16 1:14am
v2
Comments
John C Rayan 22-Apr-16 4:45am    
This is a very vague question. Show your code and let us know the issue.
F-ES Sitecore 22-Apr-16 4:51am    
Use something like jQuery Dialog
kumar2233 22-Apr-16 10:25am    
In facebook once we click on globe button all the latest messages appear on the screen. I want that requirement .
kumar2233 22-Apr-16 10:25am    
It is like a facebook requirement .

1 solution

You have many options as there are lots of jquery plugins. However, as F-ES mentioned in the comments, I would also suggest using jQuery UI's dialog control. Dialog | jQuery UI[^]. It is very easy to use. Essentially you have a hidden div on your page and then with very little jquery code you display that however you want in a dialog box.
 
Share this answer
 
Comments
kumar2233 22-Apr-16 10:24am    
In facebook once we click on globe button all the latest messages appear on the screen. I want that requirement. For references can you share me few links.
ZurdoDev 22-Apr-16 10:29am    
I don't use Facebook but you have described clicking a button and showing a popup with information. I still suggest using jqueryUI's dialog.
kumar2233 22-Apr-16 10:25am    
It is like a facebook requirement .

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900