Active
Project:
jQuery UI Dialog
Version:
6.x-1.10
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2011 at 20:25 UTC
Updated:
9 Mar 2011 at 12:58 UTC
1. Method post won't work. I have jquery 1.3.2 and UI 1.7.3. I get an error "Uncaught TypeError: Object # has no method 'post'" on line 104 of jquery_ui_dialog_parent.js. This line looks like old-style coded. Mb. replace $.post by $.ajax?.
2. Close from parent JS also don't work. Here is a wrong selector in Drupal.jqui_dialog.close function. Instead of $('#jq-ui-dialog-iframe').dialog('close') we need to use $(Drupal.jqui_dialog.container).dialog('close').
Comments
Comment #1
eugenmayer commented1. read the specifications of both.
2. never happened to me yet. Please provide a example code snippet for reproduction.