Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SharePointPunk

    Methods with Object Constructors

    I am trying to write a simple method to add to my object constructor. All the standard property's work fine but I cant get the method to return anything. I am not sure if it needs to be a prototype since its inside a constructor. Thanks for your help! I am running "console.log(HR.Info);"...
  2. SharePointPunk

    Returning a Private Var

    Hey guys I am new to debugging JavaScript in firebug and am trying to do something pretty basic and getting frustrated. here is my code that I am loading in firebug //Code Starts function Person(first,last,age){ this.firstname = first; this.lastname = last; this.age = age; var bankBalance =...

Part and Inventory Search

Back
Top