This is just something I looking to do – plz let me know if I’m going about it wrong.
Building a Dating Network and I need to open a chat/messenger box when required for 2 users to chat.
The chat box will basically be a DIV with required HTML/CSS/IMGs & user specific data – including jquery ui to allow movability.
Question – i’m looking for the best way to load these chat boxes.
I was planning on including the core HTML/CSS with the default page load with display:none; Then I could clone this code and create a new chat box.
Cloneing isn’t something I’ve done before. Was interested to try it. I guess I could read and reuse the code with jquery.
Any advise with this?
thx
or