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
Try with this
$("div[id^='sales_info_']").bind( ... );