error when option 'content' has selector
Closed this issue · 1 comments
peterdds commented
I want to load page from server and I use 'content':'url #selector", but an error occurs. I see the code the var rscript is not defined. is that should be ''' responseText.replace(/<script(.|\s)*?/script>/g, "")
// to avoid any Permission Denied errors in IE
.append( responseText.replace( rscript, "" ) )
nikku commented
If your proposal is already the solution, could you file a pull request?
Thanks!