[jQuery] SimpleModal Contact Form and Sidebar

2009-09-12 Thread Trent
How can I embed SimpleModal Contact Form http://www.ericmmartin.com/projects/simplemodal/ in the sidebar, whose position is fixed on the scrolling map. No reference as in the example from the author: Demo a picture button.gif Code sidebar: Menu takes the following form: http://www.askdev.ru/u

[jQuery] Lavalamp - disable a single li click

2009-07-04 Thread Trent
Hi Everyone, I'm using the lavalamp plug in. One of the items in my list is used to display a tooltip and I'd like to leave it unselected on click. Basically, when the mouse is over the item, leave the lavalamp graphic in place, and if clicked, act as if it wasn't when the mouse moves off. I've

[jQuery] Re: need a simple jquery alert or prompt example with ok or cancel choices

2007-10-09 Thread trent
It looks like the syntax you are using is from jQuery's Impromptu plugin ( http://trentrichardson.com/Impromptu/ ), if this is what you're using then you need $. infront of the prompt like so: $.prompt("Are you sure you want to delete?", { buttons: {Ok:true,Cancel:false } }); otherwise just prom