06/05/2014 by Nitesh

How To Implement Back To Top Feature in Html/Asp.Net/PhP

Friends, In many websites having long contents we have seen a “Back To Top” or “Scroll To Top” button when clicked takes you to the top of the webpage. We see this kind of feature normally on the product listing pages of e-commerce websites. Today in this post we will implement the same feature in…

Continue Reading »

05/05/2014 by Nitesh

How To Convert Date Time to “X minutes ago” in jQuery

Friends, Today I found a nice plugin with the help of which you can convert any date time on your HTML page to something similar to Gmail/Facebook updates – “5 minutes ago” or “a day ago”. The best part of this plugin is it auto updates the minutes as you’re on the webpage. So, if…

Continue Reading »

04/05/2014 by Nitesh

How To Select Text and Value from Drop Down List in jQuery

Friends, This post is a very simple tip for getting the selected text and selected value from a drop down list using jQuery. A very common usage and we use it in almost every project that we do. To start with, let us consider we have a drop-down list with ID “numbers”. The DOM structure…

Continue Reading »

28/04/2014 by Nitesh

How to Create a Horizontal Hierarchical Menu Using HTML, CSS and jQuery

Friends, This is Part 2 of the series to create hierarchical menus. You can see the 1st part “How to Create a Hierarchical Menu Using HTML And CSS” here. This post will explain how to create a multi level menu using HTML, CSS and a bit of jQuery. So, lets get started. We will use…

Continue Reading »

23/04/2014 by Nitesh

Blog Post Series: Creating Menus – Simple to Complex

Dear Friends, As the title says, today I am going to start a blog posts series where we will be learning to create menus. We will start with creating simple menus and move to rather complex and complicated menus. I hope after going through the series you find yourself comfortable while creating any type of…

Continue Reading »

1 2 3