Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !26470

Active class

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge v4-dev into reboot-cursor May 09, 2018
  • Overview 0
  • Commits 26
  • Pipelines 0
  • Changes 92

Created by: Chochita

hello everyone, I need your help plz ! I used active class in my code to show a block (search)......., But the problem i don't how can I change the text of div when the div isn't active. I explain more i should change the text of div from "Chercher votre hôtel" to "Hôtels" when the div not active !! This is my code :

<section id="recherche"> <div class="recherche"> <div class="container"> <div class="menu_recherche" id="menu_recherche"> <divclass="men ong_hotelactive"> <imgclass="icon_hotel" src="images/icon_hotel.png"alt=""/> <div class="titre_hotel">Chercher vôtre hôtel</div> </div>

<div class="men ong_vol"> <img class="icon_vol" src="images/icon_vol.png" alt=""/> <div class="titre_vol">Vol</div> </div>

<div class="men ong_voyage"> <img class="icon_voyage" src="images/icon_voyage.png" alt=""/> <div class="titre_voyage">Voyage</div> </div>

<div class="men ong_Activites"> <img class="icon_Activites" src="images/icon_Activites.png" alt=""/> <div class="titre_Activites">Activités</div> </div> <div class="clear"></div> </div> </div> </div> </section>

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: v4-dev