jQuery Tips – Useful for dancing around designs that just need small fixes. Tricks to found while working on wordpress are to be found here.
Being a software engineer that works in so many languages and frame works sometimes I forget the little tricks! So here you will find what I had to work out without find the quick Google search tips from.
Get WordPress Bootstrap to have top tier nav to show page instead of just menu click here! This is in WordPress tips as it was done for a Bootstrap WordPress theme.
Wrap a header or any element of a page with an anchor (< a href ) tag:
jQuery(document).ready(function() { jQuery(".builder-module-header").wrap("<a title='Click here for Homepage!' href='/'>"); });