Skip to content

Instantly share code, notes, and snippets.

View misujon's full-sized avatar

Monirul Islam misujon

View GitHub Profile
@misujon
misujon / gist:e1edf6242dfda77a121578a7598cb1c9
Created July 30, 2017 07:29
Market-Sharp Auto responder Integration Codes
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.4.4.js"></script>
<script type="text/javascript" src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.7/jquery.validate.pack.js"></script>
<script>
function textCounter( field, spanId, maxlimit ) {
if ( field.value.length > maxlimit )
{
field.value = field.value.substring( 0, maxlimit );
alert( 'Textarea value can only be ' + maxlimit + ' characters in length.' );
return false;
}
Hello,
My Self Monirul Islam a Web design & Developer and MySQL expert with creative and technical expertise. I have over 4 years of experience in Designing from multinational to start up companies. Personally I believe that quality and perfection requires focus and continued efforts.
I am proficient in Web :
★PHP
★WordPress
★HTML5 & CSS3
★Javascript
★MySQL Database Query
★MySQL Database Management