x
x
x
x
Only portrait mode is currently supported - please rotate your device.
...
Custom section | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
...
HTML |
---|
<script> $('#all-tab').click(function() { $('#all-tab').css('border-bottom-style', 'solid'); $('#bootcamp-tab').css('border-bottom-style', 'unset'); $('#business#startup-manual-tab').css('border-bottom-style', 'unset'); }); $('#startup-manual#bootcamp-tab').css('border-bottom-style', 'unset'); }); $('#bootcamp-tab').click(function() { $('#all-tab').css('border-bottom-style', 'unset'); $('#bootcamp-tab').css('border-bottom-style', 'solid'); $('#business-tab').css('border-bottom-style', 'unset'); $('#startup-manual-tab').css('border-bottom-style', 'unset'); }); $('#business-tab').click(functionclick(function() { $('#all-tab').css('border-bottom-style', 'unset'); $('#bootcamp-tab').css('border-bottom-style', 'unset'); $('#business-tab').css('border-bottom-style', 'solid'); $('#startup-manual-tab').css('border-bottom-style', 'unset'); }); $('#startup-manual-tab').click(function() { $('#all-tab').css('border-bottom-style', 'unset'); $('#bootcamp-tab').css('border-bottom-style', 'unset'); $('#business-tab').css('border-bottom-style', 'unset'); $('#startup-manual-tab').css('border-bottom-style', 'solid'); }); </script> |
...
OneValley