Created
January 25, 2012 22:05
-
-
Save paganotoni/1679093 to your computer and use it in GitHub Desktop.
PorDiosNo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<span class="subcategory"> | |
<input type="text" id="companyName" name="companyname" value="" style="WIDTH: 200px;"> | |
<span class="validate_job_company" style="margin:0px; padding:0px; color:red"></span> | |
<div class="delete_link" style="display: inline-table;"> | |
<a href="#" onclick="javascript:jQuery(this).parent().parent().parent().parent().remove();return false;" style="padding-top: 0px;">Remove</a> | |
</div> | |
</span> | |
.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment