I have a div with an ID
this jquery selector works $(\"[id^=\'updates-pane
this jquery selector works
$(\"[id^=\'updates-pane
Because . selector considers that there is a class with the following name
.
$("#updates-pane-user.followed_on")
means : find all elements with id = updates-pane-user which have class name followed_on
updates-pane-user
followed_on