RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: RicardoBelchior
I am having an error, that gets caught on the browser: Uncaught TypeError: Object [object Object] has no method 'up'
On the line:
... $(link).up().insert({ before: content.replace(regexp, new_id) }); ...
What might possibly be the cause for this?? I already saw both railcast and source code, but cannot find the solution
I am getting pretty frustrated on this! I would really appreciate some help here! thanks
I am having an error, that gets caught on the browser:
Uncaught TypeError: Object [object Object] has no method 'up'
On the line:
What might possibly be the cause for this?? I already saw both railcast and source code, but cannot find the solution
I am getting pretty frustrated on this! I would really appreciate some help here! thanks