Single quotes is nice in this situation, so if there is more than one word in $noteid, it won’t break the script.
Usually html attributes are always wrapped with a quote (either single or double).
On whether to use since or double, depends on the context. If there is a php echo that is wrapped in double quotes, then more clear to use single quote (and vice versa).