Hi, I would like to add title=”page up” to the script in theme.js here (2533) but dont know how to do this without breaking it!
Can you help me please?
Many thanks
Vicky
// Base HTML Markup
$el = $(‘‘)
.addClass(self.options.buttonClass)
.attr({
‘href’: ‘#’,
})
.append(
$(‘<i />’)
.addClass(self.options.iconClass)
);