I ran into an unusual situation yesterday night.
I need to match only part of id. Let me clear you all with an example
I have few divs like
You want the attribute starts with selector:
$('div[id^="sales_info"]').bind( ... );