I have jscrollpane working in a test page - works great. I also have
simplemodal working throughout a site - works great. But, when I try
to put a jscrollpane instance in a simplemodal div, I get this error
when the modal renders to the screen:
uncaught exception: Syntax error, unrecognized expre
I have jscrollpane working in a test page - works great. I also have
simplemodal working throughout a site - works great. But, when I try
to put a jscrollpane instance in a simplemodal div, I get this error
when the modal renders to the screen:
uncaught exception: Syntax error, unrecognized expre
Hi - did you get this to work? I keep getting:
uncaught exception: Syntax error, unrecognized expression: #
...when I try to run jscrollpane with simplemodal. The scroll pane
works fine until I try to call from a modal dialogue popup...
Thanks,
Doug
On Feb 16, 10:29 am, Alexandru Dinulescu
I have an include that contains all the HTML for the modal dialogue
content. In the HTML, I also have a close button with the class
"simplemodal-close" attached to it, which triggers the close function.
That works great.
However, I decided to load the snippet via jquery.get. It loads in
just fine
This does not work quite yet. Anything look wrong?
- #button-sales is a button on the page
- in firebug, I can see all the loaded data (a small chunk of HTML)
in the http-request pane, but it's only in memory - doesn't show up
anywhere.
How do I get the data into the #modalContentInstSales div?
I have this example too. I have the data loaded, and onShow will
trigger an alert if I put one in, but the close button still does not
work:
$("#button-sales").click(function(event) {
$("#modalContentInstSales").load("includes/institutional-
sales.html");
data + '').modal({
> onClose: modalClose,
> onOpen: modalOpen,
> containerCss: {
> height: 420,
> width: 342
> }
> }); // contains
I tried this to...no luck with the binding on the close button yet...
$("#button-sales").click(function(event) {
$("#modalContentInstSales").load("includes/institutional-
sales.html");
$('#modalContentInstSales').modal({
onClose: modalClose,
onOpe
I tried this to...no luck with the binding on the close button yet...
$("#button-sales").click(function(event) {
$("#modalContentInstSales").load("includes/institutional-
sales.html");
$('#modalContentInstSales').modal({
onClose: modalClose,
onOpe
9 matches
Mail list logo