[jQuery] Re: Trouble with selecting dynamicly made div's using blockui

2007-04-02 Thread Tom Shafer
sorry, what digg.com does when you arent logged in On Apr 2, 3:55 pm, "Tom Shafer" <[EMAIL PROTECTED]> wrote: > no, im trying to do something like what dig does if you arent logged > in > > On Apr 2, 2:52 pm, "Brandon Aaron" <[EMAIL PROTECTED]> wrote: > > > I'm pretty confused about what is actu

[jQuery] Re: Trouble with selecting dynamicly made div's using blockui

2007-04-02 Thread Tom Shafer
no, im trying to do something like what dig does if you arent logged in On Apr 2, 2:52 pm, "Brandon Aaron" <[EMAIL PROTECTED]> wrote: > I'm pretty confused about what is actually needed and the structure of > the markup but I'm going to take a shoot at it. > > I'm going to assume that you have ma

[jQuery] Re: Trouble with selecting dynamicly made div's using blockui

2007-04-02 Thread Brandon Aaron
I'm pretty confused about what is actually needed and the structure of the markup but I'm going to take a shoot at it. I'm going to assume that you have markup like this: Respond Respond If that is correct then I would suggest adding a class name to the a tags ... something like "respond". U

[jQuery] Re: Trouble with selecting dynamicly made div's using blockui

2007-04-02 Thread Tom Shafer
No that diddnt work. Here is what I am doing, when you click your turn it should bring up the block. On Apr 2, 1:15 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > Ok, then I think you have too many click handlers. Maybe something like this? > > function BlockLog(id) { > $('#'+id).block('Proce

[jQuery] Re: Trouble with selecting dynamicly made div's using blockui

2007-04-02 Thread Mike Alsup
Ok, then I think you have too many click handlers. Maybe something like this? function BlockLog(id) { $('#'+id).block('Processing...'); } Mike On 4/2/07, Tom Shafer <[EMAIL PROTECTED]> wrote: I am making unlimited divs using php and below eac div there is a link that says something like

[jQuery] Re: Trouble with selecting dynamicly made div's using blockui

2007-04-02 Thread Tom Shafer
I am making unlimited divs using php and below eac div there is a link that says something like respond, But if they are not logged and they click on respond the div is blocked out using blockui. So I need to pass the id of the div to be blocked to this function so that the div will be blocked for

[jQuery] Re: Trouble with selecting dynamicly made div's using blockui

2007-04-02 Thread Mike Alsup
Tom, what exactly are you trying to do? You have an anchor click handler that adds a click handler to some other element (BlockLogin1) which then blocks some other element (blockMe)? What dynamic divs are you referring to? Thanks but it doesnt seem to work. I am really stuck on how to do thi

[jQuery] Re: Trouble with selecting dynamicly made div's using blockui

2007-04-02 Thread Tom Shafer
Thanks but it doesnt seem to work. I am really stuck on how to do this. I have tried everything I can think of. Has anyone ever done anything like this before? On Apr 1, 8:41 pm, Kush Murod <[EMAIL PROTECTED]> wrote: > Hi Tom, > > I'd normally do this, not sure if it is correct way of doing thing

[jQuery] Re: Trouble with selecting dynamicly made div's using blockui

2007-04-01 Thread Kush Murod
Hi Tom, I'd normally do this, not sure if it is correct way of doing things but it works for me If id you are passing is someID to BlockLog. notice this '#'+ ... $('#'+someID).click(function() { .. Give it a try --Kush Tom Shafer wrote: I am trying to select different divs, each is given a