Sorry to bother you Ashley but I have what I feel would be an easy request. You currently have a TextBox <input> plugin that can be added but I was wonder if it were possible to get a <div> element plugin?
The reason I would like it is that when I send ajax request to my server and it fails I like to dump (echo) the failure data to the screen in a an <pre> string with nice color and formatting so I can see what all data was received and what it tried to send back. It makes debugging much easier when my array data the server is trying to send back is CSS formatted. Currently I have to try and decipher the html string as raw text or change my whole method of debugging and its pretty time consuming.
Not sure how difficult it would be or if others would like this as well but I hope it something you can look into when you get a chance.
Thank you!