How to target the href to div

前端 未结 7 2069
不知归路
不知归路 2020-12-14 02:58

Here i am trying to open and get the contents of one div to target div on-click on a href. Here i have table where i have hrefs which has the link to div ids, and i have an

7条回答
  •  悲哀的现实
    2020-12-14 03:40

    if you use

    angularjs

    you have just to write the right css in order to frame you div html code


    JS Code(in your controller):

    $scope.nextDetail = function()
    {
    ....
    }
    

提交回复
热议问题