[jQuery] How do I change the target value for all links with a target of _top

2008-07-17 Thread mickbw
I am embedding an external page (with permission) in an iframe on my page. The problem is when the page has a link with a target value of _top it navigates out of the frame. An example link I could try to change is: "http://jobsearchlog.com";>Job Search Log" I want to change the target attrib

[jQuery] Re: How would I substitute the term jquery('class') for $('class')

2008-07-09 Thread mickbw
Colin, Thank you. That is exactly what I was looking for and wasn't using the right terms for a good search. Goodbye to coding in an onclick for each of the dt elements. Once again, thanks, Michael On Jul 9, 4:15 am, Colin Guthrie <[EMAIL PROTECTED]> wrote: > mickbw wrote: &g

[jQuery] Re: click() on submit button doesn't trigger form's jquery submit handler

2008-07-09 Thread mickbw
Will, When I clicked on the button I saw two alert boxes. I did this in IE and Firefox. Was the the result you wanted? On Jul 9, 4:46 am, Will Moffat <[EMAIL PROTECTED]> wrote: > I expected that calling click() on a submit button would trigger a > form's submit handler, but this doesn't seem t

[jQuery] How would I substitute the term jquery('class') for $('class')

2008-07-08 Thread mickbw
I am working on a page that works correctly when I call it directly in any browser. If I include the page in my RIA app and run the script in firebug, the jquery script works correctly. If I include it in my RIA app with the script part of an external .js script, the script functions do not wo

[jQuery] jQuery Script not working on page in RIA

2008-07-08 Thread mickbw
Hi, Please forgive if this shows up twice. I thought it may have bounced because I was using pre tags. I have a jquery script that works if the page is called directly at http://67.199.57.74/jobsearchlog/faq.cfm or the script is added through firebug after going to http://67.199.57.74/jobsear

[jQuery] jQuery Script not working on page in RIA

2008-07-07 Thread mickbw
Hi, I have a jquery script that works if the page is called directly at http://67.199.57.74/jobsearchlog/faq.cfm or the script is added through firebug after going to http://67.199.57.74/jobsearchlog and clicking F.A.Q. from the top menu item. I am working on a FAQ page for my site which will b