Is the content of the pop-up (including the "close" link) an external file?

In any case, why not just give the pop-up div an ID?

On Tue, Nov 25, 2008 at 12:05 AM, Namrata Vagyani
<[EMAIL PROTECTED]>wrote:

> This is also not working :(
>
> On Mon, Nov 24, 2008 at 7:51 PM, Isaak Malik <[EMAIL PROTECTED]> wrote:
>
>> Try:
>>
>> $(this).parents('.popup_window_wrapper').hide();
>>
>>
>> On Mon, Nov 24, 2008 at 6:08 AM, Debby <[EMAIL PROTECTED]> wrote:
>>
>>>
>>> Hi all,
>>>
>>> On click of hyperlink, i am cerating one popup which is under one div
>>> having class but no id.
>>> On click of  "close window" hyperlink in the popup i want to hide this
>>> popup.
>>> But not able to hide this.
>>> I tried this, but not working
>>> $(this).parent('.popup_window_wrapper').css({'display':'none'});
>>>
>>> popup_window_wrapper: Is the class of popup div.
>>>
>>> Please help me.
>>>
>>
>>
>>
>> --
>> Isaak Malik
>> Web Developer
>>
>
>

Reply via email to