Try binding the context of the call to your new element using jQuery's "proxy" method. Something like:
$.proxy($ fn.ReadMoreRightHere, $('div.dynamic-content')[0])()
Try binding the context of the call to your new element using jQuery's "proxy" method. Something like:
$.proxy($ fn.ReadMoreRightHere, $('div.dynamic-content')[0])()