The only way to use jQuery across frames is to include jQuery in each
frame's source. If they do, then you could do something like:
var a=$("nothing");
$("iframe").each(function(){
  if (this.jQuery) a.add(this.jQuery("a"));
});

Blair

On 1/25/07, David Gironella <[EMAIL PROTECTED]> wrote:

 How can I get all A from all IFRAMES in web?



Thk.



Giro.

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/



_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to