toolman Posted January 30, 2013 Share Posted January 30, 2013 Hi, I have a script which displays some input fields. I want to add some text next this field but modifying this line: $('input[name=CustFaxNumber]').change( function() { Mods.RememberMe(); } ); How could I add some text to the right of the field? Any suggestions? Quote Link to comment https://forums.phpfreaks.com/topic/273820-add-text-next-to-field-in-this-line/ Share on other sites More sharing options...
Adam Posted January 30, 2013 Share Posted January 30, 2013 You're not displaying anything in that line, you're just adding a 'change' event listener to the 'CustFaxNumber' named input. Quote Link to comment https://forums.phpfreaks.com/topic/273820-add-text-next-to-field-in-this-line/#findComment-1409147 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.