I have recntly updated my jquery from 1.4 to 2.1 and an error started appeared.
In my code I have a part where I select the elements with by an id.
jQuery(
you can wrap the attribute value like a string literal
jQuery('*[id^="name:"]')
Demo: Fiddle