Show a Div After reaching the bottom of the Page (Tutorial)!

This tutorial shows you how you can show a Div after you reach the bottom of the page using jQuery!.

Its very simple actually. Just copy paste the below code and save it as html and see the output.

NOTE:

Learn how to Create and Add new element in jQuery!

Here we are going to see how we can add a new element into the body of the page or inside particular div using jQuery. We have a function called append() in jQuery to do this trick.

See the below …

Learn how to get the value of a select option using jQuery

 

This post explains you how to get the value of the selected option from the select box using jQuery.

Its pretty simple in jQuery, Look at the below syntax:


$('#yourselectboxid :selected').val()

the above one line of code will give …

How to reverse a string without using default function in Java?

How to reverse a string without using default function in Java?

Learn how to reverse a string using pre-defined function and not using pre-defined function from this post. This will be useful when you are going for an Interview, most of the time interviewer ask us this kind of questions only!…

Split function in Classic ASP tutorial!

Split function in Classic ASP tutorial!

This tutorial explains to you how to explode a string in classic ASP. There is a default ASP function already given in Classic ASP is called Split()

See the below code, Its pretty much easier as PHP explode() function(If you …

Remove .php extension from URL using htaccess

Remove .php extension from URL using htaccess

Hi friends, You might wonder seeing some sites will not display any .php extension even though they developed the website using normal PHP script.

This can be achieved using htaccess. It’s damn simple and here is the code:

The below …

Theme: Overlay by Kaira
Agurchand