[jQuery] escaping . in div identifiers!

[jQuery] escaping . in div identifiers!


Hi guys, i'm having trouble escaping the . in my div identifers
(because i use unique ID's and cannot alter the . so have to make it
work!)
I've read: http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element_that_has_weird_characters_in_its_ID.3F
and here is my code ( php & javascript )
http://pastebin.zentrack.net/119821
problem is the example html code doesn't work in the sense that,
the .html() does not change at all
any suggestions?