Skip to main content

Posts

Showing posts with the label jQuery

Disable Blogger Generated Anchors with jQuery

Sometimes, I want to make another actions using anchor(<a>) tag, for example, design sum menus and showing floating popup. For doing that, I do not define 'href' attribute on the tag and define actions using JavaScript or jQuery like this.