| | |
restore default (built-in) function after overriding
Please support our HTML and CSS advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Mar 2007
Posts: 5
Reputation:
Solved Threads: 0
Hi All.
Do any body know how to call built in function of object like substr from overridden version. I am trying following example but the function called itself recursively not the function being overridden.
String.prototype.substr= function(str)
{
return str.substr(0,5);
}
I shall be very thankful if some one could give me some hints.
Sultan Wadood.
Do any body know how to call built in function of object like substr from overridden version. I am trying following example but the function called itself recursively not the function being overridden.
String.prototype.substr= function(str)
{
return str.substr(0,5);
}
I shall be very thankful if some one could give me some hints.
Sultan Wadood.
I don't think its possible to revert to the old function unless you save it somewhere.
eg:
eg:
HTML and CSS Syntax (Toggle Plain Text)
String.prototype._substr = String.prototype.substr; String.prototype.substr= function() { return this._substr(0,5); }
www.fijiwebdesign.com - web design and development and fun
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
![]() |
Similar Threads
- I've been Hijacked! Please help! (Viruses, Spyware and other Nasties)
- Computer Freezing/Pausing, distorted sound (Windows NT / 2000 / XP)
- default save/bmp vs jpeg (Web Browsers)
- Computer doesn't boot XP on start but on restart it does (Windows NT / 2000 / XP)
Other Threads in the HTML and CSS Forum
- Previous Thread: Browser Compatibility Problems
- Next Thread: opacity
| Thread Tools | Search this Thread |
appointments asp background backgroundcolor beta browser bug calendar cart cgi code codeinjection corporateidentity css design development displayimageinsteadofflash dreamweaver emailmarketing epilepsy explorer firefox flash form google griefers hackers hitcounter hover html ie7 ie8 iframe image images internet internetexplorer intranet iphone javascript jpeg layout macbook maps marketshare microsoft mozilla multimedia navigationbars news offshoreoutsourcingcompany opacity opera optimization pnginie6 positioning problem scroll seo shopping swf swf. textcolor timecolor titletags url urlseparatedwords visualization web webdevelopment webform website windows7






