javascript noob… document write

前端 未结 5 1979
既然无缘
既然无缘 2021-01-22 10:55

I\'m trying to use Javascript to load more links in my nav bar.

This is what I tried; I just wanted one link in my nav to load more beneath it.



        
5条回答
  •  轮回少年
    2021-01-22 11:15

    You didn't tell us what your problem is.

    But this is wrong:

    collections
    

    You have made your a self-closing, so "collections" isn't part of the link and is orphaned/invalid. Thus your function isn't going to fire when you click on "collections".

    Write:

    collections
    

提交回复
热议问题