Categories
JavaScriptTips and Tutorials → Miscellaneous

AJAX get page title example

AJAX (Asynchronous JavaScript and XML) is a JavaScript technique which involves special object XMLHttpRequest and sending/receive asynchronous (without full page reload) requests to server. This is an example of simple AJAX application which allows u...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Other Free / Open Source License
DETAILS

Javascript Trim Ltrim and RTrim Functions

This set of Javascript functions trim or remove whitespace from the ends of strings. These functions can be stand-alone or attached as methods of the String object. They can left trim, right trim, or trim from both sides of the string. Rather than us...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Show different text without reloading the a page

A very easy and short tutorial for beginners. You will learn how to show different text without reloading the page.
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

Simple Clock

Here you will learn how to make a simple clock using text. The code of this is brief and easy. You can get alot of help from this.
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

Creating Pop Ups with Javascript

There are many scripts out there that provide customized pop ups for your pages. Rather than trying to supply a one size fits all script this article demonstrates how you can easily write your own popups, giving you complete control over what you sho...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

JavaScript Browser Detection

This article explains why browser detects should be used only as a last resort and shows why using object detection is a better alternative.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

URL Redirection using JavaScript.

Simple URL redirection made using JavaScript and the window.location() function. Also provided an example how to make URL redirection with time delay, using the setTimeout() function in Java Script.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Using the replace function to implement a replaceAll function.

This tip demonstrates different ways of implmenting a replaceAll and discusses their pros and cons. It shows both the easiest &"set && forget&" method as well as demonstrating the best way to code for maximum performance.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Essential Javascript Tips

This is the bunch of good Javascript scripts, they all are much helpful, try them!
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Introduction to the TreeWalker object of DOM

The TreeWalker object is a powerful DOM2 object that lets you easily filter through and create custom collections out of nodes in the document. This is a comprehensive tutorial on how to utilize this object.
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com