Jump to content

Niccaman

Members
  • Posts

    83
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Niccaman's Achievements

Member

Member (2/5)

0

Reputation

  1. haha ofcourse! wp mate.
  2. Lets say I have: function example(){ // code 1 } ...already declared in the document. Now i need to insert some new code as an extension of the 'example()' so that it will run example() and then my newer code. For example, I know this isnt possible, but I wanna do this: example.extend(function(){ // code 2 }); ... so that when I call 'example()' later, it will run both code 1 AND code 2.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.