Html Css Exersice, Simple (just To Understand The Task)
I need to change the form of this page http://dubailifestyleapp.com/members/. according to the following steps: add this link inside the
before </body> closes:
if jQuery is already in page, no need to add this line.
$(function() {
tbsdk.init({
container: '#cont',
pipe: '0rSX2a2',
campaign: '13',
sub_campaign: '30DayChange',
password_required: true,
extra_data: {
subAffiliateId: "30DayChange"
}
});
});
And the last thing you should do is put this div instead of the original form
<divid=“cont”></div>
Post a Comment for "Html Css Exersice, Simple (just To Understand The Task)"