Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $.get(urlHomeController + "ListarPeriodos", function (data) {
  2. $("#ulFiltroHomePeriodo").empty();
  3. $.each(data, function (i, o) {
  4.  
  5. if (o.Value == "porPeriodo") {
  6. $("#ulFiltroHomePeriodo").on("click", function () {
  7. $("#ModalDatasContainer").modal().show();
  8. });
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement