I am using the Ascensor jQuery plugin and I need to replace the default id naming system (#house0, #house1, #house2) with my own.
For example, instead of #house0, #house1 it would be #home, #contact etc.
My idea revolves around using an array with my names and then replace the default values. Does somebody know how to implement this?
