Modify css style for pseudo element :after content with Jquery

前端 未结 3 947
情深已故
情深已故 2020-12-07 20:51

I have baloon shape designed with CSS3.
JS Fiddle Example It\'s have triangle made with

:after {
    content: \"\";
}

I need to moving

3条回答
  •  爱一瞬间的悲伤
    2020-12-07 21:22

    You insert the CSS styles dynamically in the head, and then modify that:

    $("