Posts by Gislane • 23 points
3 posts
-
0
votes1
answer848
viewsQ: Open print preview window by javascript
I would like to know how to open this IE print preview window by javascript, I need a button that opens this window, without I need to go to it by settings.…
-
0
votes3
answers2764
viewsA: How to make the selected menu active with jquery?
I solved by php, it was like this: <ul class="menu-main"> <?php $link = strip_tags($_GET['p']); ?> <li class="item-menu <?php if ($link == 'link') echo 'active'; ?> " ><a…
-
1
votes3
answers2764
viewsQ: How to make the selected menu active with jquery?
I would like to know how to leave the selected menu active. It follows how is my html code and js, I believe it is not working because when redirects to the link of the tag < a >, it loses the…