[jQuery] Re: Back Button

2008-12-01 Thread OhNoMrBill
tag like: > > Home > > ...could be accessed using: > $('#linkToHome').history( showHome() ); > > Klaus' history plug-in also has a built in "remote" method that pulls the > HTML file that is linked to in the anchor tag. You can use that if it wo

[jQuery] Re: Back Button

2008-11-30 Thread OhNoMrBill
its parameter. So an anchor tag like: > > Home > > ...could be accessed using: > $('#linkToHome').history( showHome() ); > > Klaus' history plug-in also has a built in "remote" method that pulls the > HTML file that is linked to in the anchor tag. Yo

[jQuery] Re: Back Button

2008-11-26 Thread OhNoMrBill
I am bounding this follow-on question up...thread kind of went off course. The bit about links makes sense; but then how do I bind the javacsript onclick functions to the links? On Nov 24, 5:29 am, OhNoMrBill <[EMAIL PROTECTED]> wrote: > That makes sense; but then how do I bind the

[jQuery] Re: Back Button

2008-11-24 Thread OhNoMrBill
ope this makes sense. You will need to: > > 1) remove the inline onclick for each of your links. That overrides the > history plug-in and you won't be able to work around it (cleanly). > > 2) make the href hash values different for each of your links. > > So, instead of: >

[jQuery] Re: Back Button

2008-11-23 Thread OhNoMrBill
Anyone have an ideal on this? On Nov 22, 8:15 pm, OhNoMrBill <[EMAIL PROTECTED]> wrote: > I am in a real bind on this issue. Is anyone able to answer? Help > would be greatly appreciated if you can!! > > On Nov 22, 10:50 am, OhNoMrBill <[EMAIL PROTECTED]> wrote: > >

[jQuery] Re: Back Button

2008-11-22 Thread OhNoMrBill
I am in a real bind on this issue. Is anyone able to answer? Help would be greatly appreciated if you can!! On Nov 22, 10:50 am, OhNoMrBill <[EMAIL PROTECTED]> wrote: > Here is the scenario I am trying to deal with currently: > > I have a link that looks like: > > Some Link

[jQuery] Back Button

2008-11-22 Thread OhNoMrBill
Here is the scenario I am trying to deal with currently: I have a link that looks like: Some Link All the url links in this site look like this...onclick overrides. What I need to do is ensure that when a user clicks back, the actual prior jQuery function is called, and not the entire page. I

[jQuery] Re: HTML Partial Element Does Not Exist?!

2008-04-10 Thread OhNoMrBill
Not stupid at all...if any one is doing that kind of question, sure it is me :) OK, so the code actually does this: 1) AJAX Request to server (get) 2) Success: ccontent is placed into 3) After content is is div, a scrubber runs and replaces links.

[jQuery] Re: HTML Partial Element Does Not Exist?!

2008-04-10 Thread OhNoMrBill
Bouncing this one up. Getting kind of urgent. Can anyone tell me what the requirements are for accessing an element delivered in an HTML partial? All I am trying to do is attach an onclick to an href...after it comes down from the server. On Apr 10, 6:47 am, OhNoMrBill <[EMAIL PROTECTED]>

[jQuery] Re: HTML Partial Element Does Not Exist?!

2008-04-10 Thread OhNoMrBill
t; call not being completed. > > On Apr 10, 1:38 pm, OhNoMrBill <[EMAIL PROTECTED]> wrote: > > > Yup, agreed. Tried that method too. Both return undefined. Any other > > thoughts on why the div and/or it's contents are not showing up in the > > DOM? > > >

[jQuery] Re: HTML Partial Element Does Not Exist?!

2008-04-09 Thread OhNoMrBill
ert($("#MyDiv").text()); > > On Apr 9, 8:39 pm, OhNoMrBill <[EMAIL PROTECTED]> wrote: > > > > > I have an HTML partial coming back from a server that includes a named > > div (ex: blah) > > > When I try to run the following on it, it shows the div a

[jQuery] HTML Partial Element Does Not Exist?!

2008-04-09 Thread OhNoMrBill
I have an HTML partial coming back from a server that includes a named div (ex: blah) When I try to run the following on it, it shows the div as empty: alert($("#MyDiv").html()); I suspect the DOM is not aware of the retuned div (though, why it displays is then a huge mystery). Can anyone clar

[jQuery] $.each on HTML string returned from AJAX?

2008-04-08 Thread OhNoMrBill
I am trying to run an .each on form subelements of some html returned in an AJAX request. Like so: var myReturnedText = "some text returned from server that contains one or more forms..."; $("form").each( function() { $(this).removeAttr("onsubmit"); } ); What I am having t

[jQuery] Re: interface elements odd behavio in IE

2008-04-04 Thread OhNoMrBill
Query UI. > > On Apr 3, 1:42 pm, OhNoMrBill <[EMAIL PROTECTED]> wrote: > > > > > Bumping this one back up...if any one has any input, or even an idea > > of where to start, please jump in! > > > On Apr 2, 7:04 pm, OhNoMrBill <[EMAIL PROTECTED]> wro

[jQuery] Re: interface elements odd behavio in IE

2008-04-03 Thread OhNoMrBill
Bumping this one back up...if any one has any input, or even an idea of where to start, please jump in! On Apr 2, 7:04 pm, OhNoMrBill <[EMAIL PROTECTED]> wrote: > I have reduced the issue to a class named itemHeader. This class is > assigned to the sortable's handle param. &g

[jQuery] Re: interface elements odd behavio in IE

2008-04-02 Thread OhNoMrBill
color: #DAFF9F; border-top: 2px solid #B5EF59; color: #000; padding: 0 10px; cursor: move; font-weight: bold; font-size: 16px; height: 28px; position: relative; } Anyone have any ideas on root cause here? On Apr 2, 4:08 pm, OhNoMrBill &l

[jQuery] Re: interface elements odd behavio in IE

2008-04-02 Thread OhNoMrBill
Does anytone know of the Eyecon interface components hardwire CSS z- index in their code? On Apr 2, 12:34 pm, OhNoMrBill <[EMAIL PROTECTED]> wrote: > I am trying to implement the sortables demo (http:// > interface.eyecon.ro/demos/sort.html) in an accordion. Problem is it > works

[jQuery] interface elements odd behavio in IE

2008-04-02 Thread OhNoMrBill
I am trying to implement the sortables demo (http:// interface.eyecon.ro/demos/sort.html) in an accordion. Problem is it works fine in FF and Safari, but IE is all wigged out. IE draws the sortables on top of everything else, instead of inside like the other browsers do. Anyone have any insight o