Re: [jQuery] js to jquery parent.frame...

2006-10-29 Thread Blair McKenzie
jQuery is used for DOM manipulation and searching. The 'location' property isn't part of that structure, so jQuery can't be used for it.BlairOn 10/30/06, kidult <[EMAIL PROTECTED]> wrote: i tried this but that didnt work... any suggestions?site-diary-frame.$("location").attr("href","record.html?ne

Re: [jQuery] js to jquery parent.frame...

2006-10-29 Thread kidult
i tried this but that didnt work... any suggestions? site-diary-frame.$("location").attr("href","record.html?newItem="+sendVar+":"+sendType+":"+sendURL); kidult wrote: > > how would i rewrite the line below using jquery? thanks. > > parent.frames['site-diary-frame'].location.href='record.htm

[jQuery] js to jquery parent.frame...

2006-10-27 Thread kidult
how would i rewrite the line below using jquery? thanks. parent.frames['site-diary-frame'].location.href='record.html?newItem='+this.imgsArray[this.unit].itemid+':image:project.html'; -- View this message in context: http://www.nabble.com/js-to-jquery-parent.frame...-tf2522027.html#a7034897 Sen