jQuery UI dialog + Ajax fails with IE 6-7-8
- by user252849
hey
i have problem with jQuery-ui Dialog when using ajax
$.ajax({
url: "folders.php",
cache: false,
data: {
'do' : 'Ajax'
,'_a' : 'ChangeMoviesFolder'
,'MovieIDS' : MovieIDS
…