Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Gayathri 55 posts 175 karma points
    Aug 21, 2017 @ 07:36
    Gayathri
    0

    Is it better to Use the Jquery inside the umbraco Cntroller ?

    Hi All,

    when creating a Form Fields is it Better to Use the Jquery in Umbraco for handling the Events ?.

    because the entire Application is already written in Angular we can utilize the Framework right ? is it better way to use the Jquery inside the Angular Project ?

  • Dan Diplo 1554 posts 6205 karma points MVP 5x c-trib
    Aug 21, 2017 @ 11:38
    Dan Diplo
    1

    I'm assuming you are creating a custom property editor?

    Yes, Umbraco backend is already loading jQuery, so you shouldn't load another instance.

    Generally you'd actually use Angular (1.x) for things like events. You shouldn't really need much jQuery, unless you are manipulating the DOM.

    Have you read the tutorial at: https://our.umbraco.org/documentation/Tutorials/Creating-a-Property-Editor/ ?

  • Gayathri 55 posts 175 karma points
    Aug 22, 2017 @ 00:38
    Gayathri
    0

    hi Dan,

    thank you for your Reply , in what scenarios Jquery can be used :)

Please Sign in or register to post replies

Write your reply to:

Draft