Like i want to create function called removeValue() for array.
Example:
var a = [1,2,3];
I want to create a function call like a.removeValue(2);
a.removeValue(2);
Give some sample code for creating session in php.Also,provide some sample link for learning about session in php.
Hi all,
Any way to find a Javascript function's definition. I'm working on a site that includes many external JS files.Some times i need to find the particular function in browser.