Jump to content

resize()


Samuz

Recommended Posts

So basically I have certain elements that are positioned based on the size of their window and i'd use the resize handler to reposition those elements if the window size is changed.

 

But what do I do if I want to bind the 'resize' handler to an element?

 

this wouldn't work

 

$('html').resize(function() {
// code
});

 

I guess what I want to test is when the height of a specific element has changed?

Link to comment
Share on other sites

I guess what I want to test is when the height of a specific element has changed?

 

The resize event is sent to the window element when the size of the browser window changes:

Maybe I didn't explain properly.

 

But I essentially need a method to determine when the height of an element has changed..

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.