Works well in FF (as you would expect), but for some reason when I do this:
$('#objectname').attr('data', 'newcontent.php')
... absolutely nothing happens in IE.
When i do
alert($('#objectname').attr('data', 'newcontent.php'))
it shows the new datasource but doesn't change it ...
Any ideas please?
a source
to share