Okay so I have this website where I have a form on the sidebar but there’s not enough space for the whole thing. I’ve decided to use this jQuery pageslide http://srobbin.com/blog/jquery-pageslide/ but instead of clicking the link to activate the pageslide, I want to activate it when user clicks on the visible input type text box.
Is this possible? My site is located at http://www.publicis-malaysia.com/thegladesv2
Based on the sample on the pageslide site this should be easy: note the selector is changed to
input[type=text]You might want the selector to be
$('#sidebar input[type=text]')