ratchet icon indicating copy to clipboard operation
ratchet copied to clipboard

links to web pages do not works

Open Qiaonasen33 opened this issue 8 years ago • 7 comments

Hi, I'm using the ratchet framework to compose web pages, but the anchor tags don't works.

for example:

<a href="index.php">click</a>

I can't connect web pages via anchor tags. there a some way to do it?

Qiaonasen33 avatar Feb 03 '16 23:02 Qiaonasen33

Please post a JS Fiddle, JS Bin, CodePen, or similar live example that demonstrates the problem.

cvrebert avatar Feb 27 '16 22:02 cvrebert

Add data-ignore="push"

andresitodeguzman avatar Jan 07 '17 16:01 andresitodeguzman

add to every anchor tag the attribute >> data-ignore="push", or include the library individual files like modals.js, sliders.js etc... without calling push.js at that case you will not need to add data-ignore to every

Toomavic avatar Jan 10 '17 05:01 Toomavic

or don't use ratchet.js all at once. really buggy.

andresitodeguzman avatar Jan 10 '17 05:01 andresitodeguzman

@andresitodeguzman Bro you hate it very much :dagger: :D

Toomavic avatar Jan 11 '17 10:01 Toomavic

Never worked for me.

andresitodeguzman avatar Jan 13 '17 04:01 andresitodeguzman

Was having this issue since i added the JS file for the segmented control component. Adding data-ignore="push" solved the issue for me.

Thanks for the help !

Piokaz avatar Aug 24 '21 00:08 Piokaz