- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
<a class="callformtrigger" href="http://#ck_callback_button"><!-- container box --></a>
<script>
(function(){
try{
var el = $("a.callformtrigger");
var hash = el.attr("href");
hash = hash.replace("http://", "");
el.attr("href", hash);
}
catch(e)
{
/** **/
}
})();
</script>