hi folks! 

  I have a web application that displays several .xls files depending if the
tags they are pointing to are present or not in the web page. For example,
defined that help.xsl points to a tag which id="help_please". 

  What I want to do is to change the attribute id with jquery (the new one
willpoint to the widget, by this way, the widget will be displayed) when
clicking somewhere. 

  $("#help").attr({ id: "help_please"}); does it pefectly, THE PROBLEM IS
that it has no effect!! the widget is not displayed (and it should). It
seems as if there is no refresh? I've tried it by Firebug but also in the
code of the web page. 

  tHANKS,
  Pere
-- 
View this message in context: 
http://www.nabble.com/problem-updating-div-attributes--tf4072825s15494.html#a11574996
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to