ratherBeKiting
ratherBeKiting

Reputation: 275

Non Modal, Draggable, Jquery Popup

I am in need of a non-modal, draggable popup that can display external webpages, preferably jquery or bootstrap.

I have found a plugin for colourbox that makes it draggable however it is still modal.

Does anyone have any ideas on how t achieve this.

Upvotes: 0

Views: 490

Answers (1)

OlafW
OlafW

Reputation: 710

A simple plugin would be jQueryUI with the Dialog. You could use a DIV with an IFRAME inside to open external webpages.

Another one but unfortunately a commercial one is the Window in KendoUI from Telerik

Upvotes: 1

Related Questions