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? 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. 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
Archived
This topic is now archived and is closed to further replies.