Suffix to "Where should we pick you up" Question

<script> $(document).ready(function() { var e = $('<span><p style="display:inline-block;">Where should we pick you up </p> <p style="display:inline-block;color:orange;">in Reykjavik?</p></span>'); $('.pickup-questions > .form-group > .control-label').text("").append(e); e.attr('id', 'pickUpWhereId'); }); </script>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.