Useful notes & manuals
from the
world wide web
L:
P:
Register now!
<<<1>>>
Space in Url and JavaScript trim and replace function | read more.. JavaScript
Solution from: http://codiebag.blogspot.com/2007/07/space-in-url-and-javascript-trim-and.html Created by tlw on 15.09.2024 @ 03:36

Replacing all spaces in URL to %20

Merging JavaScript objects | read more.. JavaScript
Solution from: http://stackoverflow.com/questions/171251/how-can-i-merge-properties-of-two-javascript-objects-dynamically Created by tlw on 15.09.2024 @ 03:36

for (attrname in obj2) { obj1[attrname] = obj2[attrname]; }

Reading anchor value from URL | read more.. JavaScript
Solution from: http://bytes.com/topic/javascript/answers/535179-reading-url-anchor-refrence Created by tlw on 15.09.2024 @ 03:36

self.document.location.hash self.document.location.hash.substring(1)

Drag & Drop | read more.. JavaScript
Article from: http://www.webreference.com/programming/javascript/mk/column2/ Created on 15.09.2024 @ 03:36

How to Drag and Drop in JavaScript

<<<1>>>
 
Created by THE LOST WEB © 2009-2012