[jQuery] Building a Widget
I want to build a widget for one of my websites that users can cut and
paste onto their site.
The widget should take a value from a form submit and return data from
PHP and MySQL back to the widget.
Would JQuery be the best place to start for something like this?
Any suggestions would be welcomed.