I am trying to do the following:
instance.selectors.banner.load('http://localhost/wcd/html/'+url '#inner');
which appends the href of the link clicked and loads in #inner of the selected document. I get an error in the console though that says there is an unexpected token ). Is what I’m doing possible or what could I do to achieve this?
You forgot a
+.