When we are coping some source codes from web pages, also coping with line numbers.If we are coping large source code can you remove there line numbers manually.It is not…
How can I get table cell values and cells text boxes values?That means getting childNodes values using java script.This is easy using core javascripts.Only using 2 for loops.First loop is…
How can I get last two characters or specific characters from a url or given string.If you have basic knowledge of javascript substring this is easy job.
First of all, look…
Display each users locations in the google map after submitting his addresses using php and java script.This is displaying using location latitude and longitude.That is marked by red bubble.You can…
How to create full screen background rotator/slideshow using jquery.It is simple with using jquery supersized plugin.Only you have to pass parameters it the function and it'll automatically rotating with images.It…
This post is describing how to create countdown timer using JQuery.If you already have a knowledge of java script time,date functions this is very easy job.OK.We'll see how to create…
This post is explaining how to create sticky scroll element using JQuery.When scroll the page this element is placed fixed position.This is happening nicely animating.
Simply add this JQuery sticky scroll…
If you want to get last 10 or 5 or nth characters from a string using java script, this can be done very easily.substr function can be use to this.
How can I remove backslashes and forwardslashes from a string or remove forwardslash from a url using java script.I'm going to explain to do this by using regular expressions and…
How to check web page is fully load or not using JQuery.First you must understand JQuery document.ready and window.load functions.Here this is simply describes also differences between document.ready and window.load…