Showing posts with the label javascriptShow all

Ajax/PHP Live Search - search database result

This is a search which is used to search database records against word entered in the se…

Read more

Time out web page if idle

HTML Code Javascript - jquery.idletimer.js

Read more

Find out Keyboard actions

Sometimes we need to catch the user's keyboard actions. As an example : Not to go to …

Read more

Copy to Clipboard

View Demo Its very familiar to wordpress users copy to clipboard function in syntaxhigh…

Read more

Codeigniter Image Preview

This code can be used to preview the image when we are uploading the image. NOTE : There …

Read more

Codeigniter - Image Upload and display Image in the same page

When the image gets uploaded ,it will load in the same page.The page will not get refresh…

Read more

Codeigniter Captcha

Earlier it was a plugin for captcha in Codigniter. Now its very with new version to embed…

Read more

Login Remeber me Function

index.html <html> <head> <title>Remember Me</title> <script ty…

Read more

Dynamic File Upload and Duplicate File Check

Dynamic File Upload and Duplicate File Check Click here to view Demo File uploads can be …

Read more

Dynamically populate table based on selected combo box value

Display data which are related to selected combo box value.Data will be changed when the …

Read more

Update database when selecting/deselecting check box (without refreshing page)

When the check box is selected,the database will be updated.The field value of "chec…

Read more

Image Gallery with Image Upload (Auto create Image Gallery)

I have modified the previous code for uploading images and creating the gallery automatic…

Read more

Form Fields Validate using javascript without Refreshing Page

we can use javascript to validate form fields before submitting. This method will not ref…

Read more