Posts by Luis Gustavo Leal • 11 points
4 posts
-
0
votes1
answer33
viewsA: Change modal element after loaded - WP JS jQuery
As I couldn’t get any Solution via JS or Jquery, a colleague Gave the tip to Hide via CSS the first 4 Elements and it worked. body h4.mec-event-title { text-indent: -32px; }…
-
0
votes1
answer33
viewsQ: Change modal element after loaded - WP JS jQuery
Good, find someone to help me understand this dilemma. I have a modal that is loaded from a click on a link and shows the information of a given course. So far everything is right and working.…
-
0
votes1
answer43
viewsA: jQuery | Fill input and search ajax (ajax search already working)
I ended up solving it myself, I share solution. As the field search also performs the search via ajax, I changed Rigger to CHANGE and worked right. jQuery('input#mec_sf_s_9741').val('texto para…
-
1
votes1
answer43
viewsQ: jQuery | Fill input and search ajax (ajax search already working)
Great, I got a problem. I already have on the site a Search field in Ajax that works perfectly, when I type it already makes the search. OK. However I am implementing this on a WP site, and put via…