Change some data in input field with jQuery
        Posted  
        
            by John
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by John
        
        
        
        Published on 2010-06-05T11:01:48Z
        Indexed on 
            2010/06/05
            11:12 UTC
        
        
        Read the original article
        Hit count: 174
        
JavaScript
|jQuery
Hi i need with jQuery to change data in input field when user click on some link
<input value="height-size-width">
so when user click on some
<a href 
link with width id script need to change only widht in input field.... if user click on height a href link script need to change only height in input field... Like youtube embed option Any help?
© Stack Overflow or respective owner