javascript - Get object name in jquery? -


मुझे jquery में दो वर्ग हैं उदा:

  function a () {this.init = कार्य (ए) {}} फ़ंक्शन बी () {this.init = function (a) {}}   

दोनों वर्गों में this.init () विधि। मेरे पास एक ऐसी स्थिति है जिसमें मेरे पास दोनों वर्गों का उद्देश्य है और मैं class b की init () विधि को कॉल करना चाहता हूं मैं कस्टम ऑब्जेक्ट के नाम को कैसे जान सकता हूं ताकि मैं आसानी से कॉल कर सकूं वर्ग बी की तरह की init () विधि

  यदि (current_object == टाइप करें बी) current_object.init ()    

उदाहरण का उपयोग करें,

  यदि (current_object उदाहरण b) current_object.init ()    

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -