Can you use the .width()
and .height()
methods to increase the height like $('x').width('+=2px')
or $('x').height('+=2px')
?
I couldn't find any information about this on the jQuery website, but I also haven't seen anything to suggest that this doesn't work.