I'm writing a web app that contains a web page that will be filled with (movable and draggable) widgets. Any clever ideas of how I could position them so they would ...
I'm creating a widget using jQuery. It's a charting widget which communicates with the server (PHP) through ajax to update the chart.
My problem is that I need 2 of this widget ...
Update : I had to change the text to explain my exact problem.
I have a 3th party library for tooltips.
It works like this
jQuery("a").tooltip();
How can I attach this to all future "a" ...