in English

ނަވްސް އެވެ

ބޫޓްސްޓްރެޕްގައި ހިމެނޭ ނެވިގޭޝަން ކޮމްޕޯނެންޓްތައް ބޭނުންކުރާނެ ގޮތުގެ ލިޔެކިޔުންތަކާއި މިސާލުތައް.

ބޭސް ނަވް

ބޫޓްސްޓްރެޕްގައި ލިބޭ ނޭވިގޭޝަން ޝެއާ ޖެނެރަލް މާކަޕް އަދި ސްޓައިލްސް، ބޭސް .navކްލާހުން ފެށިގެން އެކްޓިވް އަދި ޑިސެބަލް ސްޓޭޓްސް އާއި ހަމައަށް. ކޮންމެ ސްޓައިލެއްގެ މެދުގައި ބަދަލުވުމަށް މޮޑިފައި ކްލާސްތައް ބަދަލުކުރުން.

މި ބޭސް .navކޮމްޕޮނެންޓް ބިނާކޮށްފައިވަނީ ފްލެކްސްބޮކްސް އާއި އެކު ކަމަށާއި، މިއީ ހުރިހާ ބާވަތެއްގެ ނޭވިގޭޝަން ކޮމްޕޮނެންޓްތައް ބިނާކުރުމަށް ވަރުގަދަ ބިންގަލެއް ލިބިގެންދާ އެއްޗެކެވެ. އެއީ ބައެއް ސްޓައިލް އޮވަރރައިޑްސް (ލިސްޓްތަކާއެކު މަސައްކަތް ކުރުމަށް)، ބޮޑެތި ހިޓް އޭރިއާތަކަށް ބައެއް ލިންކް ޕެޑިންގ، އަދި އަސާސީ ޑިސެބިލްޑް ސްޓައިލިންގ ހިމެނެއެވެ.

ބޭސް ކޮމްޕޮނެންޓްގައި އެއްވެސް ސްޓޭޓެއް .navނުހިމެނެއެވެ . .activeތިރީގައިވާ މިސާލުތަކުގައި ކްލާސް ހިމަނާފައިވަނީ، މައިގަނޑު ގޮތެއްގައި މި ވަކި ކްލާހަކުން އެއްވެސް ޚާއްޞަ ސްޓައިލިންގއެއް ޓްރިގަރ ނުކުރާކަން ދައްކުވައިދިނުމަށެވެ.
<ul class="nav">
  <li class="nav-item">
    <a class="nav-link active" href="#">Active</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link disabled">Disabled</a>
  </li>
</ul>

މުޅިން ވެސް ކްލާސްތައް ބޭނުން ކުރެވޭތީ ތިބާގެ މާކަޕް ސުޕަ ފްލެކްސިބަލް ވެދާނެ އެވެ. <ul>މަތީގައިވާ ފަދައިން s ބޭނުން ކުރާށެވެ <ol>، ތިމާގެ ތަކެތީގެ ތަރުތީބު މުހިންމު ނަމަ، ނުވަތަ <nav>އެލިމެންޓަކާއެކު އަމިއްލައަށް ރޯލް ކުރާށެވެ. ސަބަބަކީ the .navuses display: flex, nav ލިންކްތައް އަމަލުކުރަނީ nav އައިޓަމްތަކުން ކުރާ ގޮތަށް، އެކަމަކު އިތުރު މާކަޕް ނެތި.

<nav class="nav">
  <a class="nav-link active" href="#">Active</a>
  <a class="nav-link" href="#">Link</a>
  <a class="nav-link" href="#">Link</a>
  <a class="nav-link disabled">Disabled</a>
</nav>

ލިބެން ހުރި ސްޓައިލްތަކެވެ

.navމޮޑިފައިއަރސް އާއި ޔުޓިލިޓީސް އާއި އެކު s ކޮމްޕޮނެންޓްގެ ސްޓައިލް ބަދަލުކުރުން. ބޭނުންވާ ގޮތަށް މިކްސްކޮށް މެޗްކޮށް، ނުވަތަ އަމިއްލައަށް ބިނާކުރާށެވެ.

ހޮރައިޒޮންޓަލް އެލައިންމަންޓް

ފްލެކްސްބޮކްސް ޔުޓިލިޓީސް އާއި އެކު ތިމާގެ ނޭވްގެ ހޮރައިޒޮންޓަލް އެލައިންމަންޓް ބަދަލުކުރުން . ބައި ޑިފޯލްޓްކޮށް ނަވްސް އަކީ ކަނާތު ފަރާތަށް އެލައިން ކޮށްފައި ހުންނަ އެއްޗެއް ނަމަވެސް ފަސޭހައިން ސެންޓަރ ނުވަތަ ވާތް ފަރާތަށް އެލައިން ކޮށްފައި ހުންނަ އެއްޗަކަށް ބަދަލު ކުރެވޭނެ އެވެ.

ސެންޓަރ ކޮށްފައިވަނީ .justify-content-center:

<ul class="nav justify-content-center">
  <li class="nav-item">
    <a class="nav-link active" href="#">Active</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link disabled">Disabled</a>
  </li>
</ul>

ރަނގަޅަށް ގުޅިފައިވާ .justify-content-end:

<ul class="nav justify-content-end">
  <li class="nav-item">
    <a class="nav-link active" href="#">Active</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link disabled">Disabled</a>
  </li>
</ul>

ދިގަށް

.flex-columnޔުޓިލިޓީއާއެކު ފްލެކްސް އައިޓަމްގެ މިސްރާބު ބަދަލުކޮށްގެން ތިމާގެ ނެވިގޭޝަން ސްޓޭކް ކުރާށެވެ . ބައެއް ވިއުޕޯޓްތަކުގައި ސްޓޭކް ކުރަން ބޭނުން ނަމަވެސް އަނެއްބައި ވިއުޕޯޓްތަކުގައި ސްޓޭކް ނުކުރަން ހެއްޔެވެ؟ ޖަވާބުދާރީވާ ވަރޝަންތައް ބޭނުންކުރުން (އެބަހީ، .flex-sm-column).

<ul class="nav flex-column">
  <li class="nav-item">
    <a class="nav-link active" href="#">Active</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link disabled">Disabled</a>
  </li>
</ul>

އަބަދުވެސް ވާގޮތަށް ވަރުގަދަ ދަތުރުފަތުރު ކުރުމަކީ <ul>s ނެތި ވެސް ކުރެވޭނެ ކަމެކެވެ.

<nav class="nav flex-column">
  <a class="nav-link active" href="#">Active</a>
  <a class="nav-link" href="#">Link</a>
  <a class="nav-link" href="#">Link</a>
  <a class="nav-link disabled">Disabled</a>
</nav>

ޓެބްތައް

މަތިން އަސާސީ ނެވް ނަގައި .nav-tabsޓެބްޑް އިންޓަރފޭސްއެއް އުފެއްދުމަށްޓަކައި ކްލާސް އިތުރުކުރެއެވެ. އަޅުގަނޑުމެންގެ ޓެބް ޖާވާސްކްރިޕްޓް ޕްލަގިން އިން ޓެބް ކުރެވޭ ސަރަހައްދުތައް އުފެއްދުމަށް އެތަކެތި ބޭނުން ކުރާށެވެ .

<ul class="nav nav-tabs">
  <li class="nav-item">
    <a class="nav-link active" href="#">Active</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link disabled">Disabled</a>
  </li>
</ul>

ގިތެޔޮ ގިތެޔޮ

ހަމަ އެ އެޗްޓީއެމްއެލް ނަގާ ނަމަވެސް .nav-pillsއޭގެ ބަދަލުގައި ބޭނުން ކުރާށެވެ:

<ul class="nav nav-pills">
  <li class="nav-item">
    <a class="nav-link active" href="#">Active</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link disabled">Disabled</a>
  </li>
</ul>

ފުރިހަމަކޮށް ޖަސްޓިފައި ކުރާށެވެ

ފޯސް ޔޫއާރ .nav'ސް ކޮންޓެންޓްސް ފުރިހަމައަށް ލިބެންހުރި ފުޅާމިން ދެ މޮޑިފައިޓަރ ކްލާސްގެ ތެރެއިން އެއް ކްލާސް ފުޅާކުރުމަށް ބާރުއަޅާށެވެ. ތިބާގެ .nav-items އިން ލިބެންހުރި ހުރިހާ ޖާގައެއް ނިސްބަތުން ފުރުމަށްޓަކައި، ބޭނުން ކުރާށެވެ .nav-fill. ހުރިހާ ހޮރައިޒޮންޓަލް ސްޕޭސްއެއް ހިފާފައި ހުރި ނަމަވެސް ކޮންމެ ނެވް އައިޓަމެއްގެ ފުޅާމިން އެއްވަރެއް ނުވާކަން ފާހަގަކޮށްލެވެއެވެ.

<ul class="nav nav-pills nav-fill">
  <li class="nav-item">
    <a class="nav-link active" href="#">Active</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Much longer nav link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link disabled">Disabled</a>
  </li>
</ul>

-ބޭސްޑް ނެވިގޭޝަން ބޭނުންކުރާއިރު ، ހަމައެކަނި ސްޓައިލިންގ އެލިމެންޓްތަކަށް ބޭނުންވާތީ <nav>ރައްކާތެރިކަމާއެކު ދޫކޮށްލެވޭނެއެވެ ..nav-item.nav-link<a>

<nav class="nav nav-pills nav-fill">
  <a class="nav-link active" href="#">Active</a>
  <a class="nav-link" href="#">Much longer nav link</a>
  <a class="nav-link" href="#">Link</a>
  <a class="nav-link disabled">Disabled</a>
</nav>

ހަމަހަމަ ފުޅާމިނުގެ އުފެއްދުންތަކަށް، ބޭނުންކުރައްވާށެވެ .nav-justified. ހުރިހާ ހޮރައިޒޮންޓަލް ސްޕޭސްއެއް ހިފާނީ ނޭވް ލިންކްތަކުން ނަމަވެސް .nav-fillމަތީގައިވާ ކަންކަމާ ހިލާފަށް ކޮންމެ ނެވް އައިޓަމެއް އެއް ފުޅާމިނެއްގައި ހުންނާނެއެވެ.

<ul class="nav nav-pills nav-justified">
  <li class="nav-item">
    <a class="nav-link active" href="#">Active</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Much longer nav link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link disabled">Disabled</a>
  </li>
</ul>

-ބޭސްޑް ނެވިގޭޝަން .nav-fillބޭނުންކުރާ މިސާލާ އެއްގޮތަށެވެ .<nav>

<nav class="nav nav-pills nav-justified">
  <a class="nav-link active" href="#">Active</a>
  <a class="nav-link" href="#">Much longer nav link</a>
  <a class="nav-link" href="#">Link</a>
  <a class="nav-link disabled">Disabled</a>
</nav>

ފްލެކްސް ޔުޓިލިޓީސް އާއި އެކު މަސައްކަތް ކުރުން

ރެސްޕޮންސިވް ނެވް ވެރިއޭޝަންސް ބޭނުންވާނަމަ، ފްލެކްސްބޮކްސް ޔުޓިލިޓީސްގެ ސިލްސިލާއެއް ބޭނުންކުރުމަށް ވިސްނާށެވެ . މިއަށްވުރެ ވާރބޯސް ނަމަވެސް، މި ޔުޓިލިޓީތަކުން ރެސްޕޮންސިވް ބްރޭކްޕޮއިންޓްތަކުގެ ތެރެއިން ބޮޑު ކަސްޓަމައިޒޭޝަން ފޯރުކޮށްދެއެވެ. ތިރީގައިވާ މިސާލުގައި އަޅުގަނޑުމެންގެ ނޭވް އެންމެ ދަށް ބްރޭކްޕޮއިންޓްގައި ސްޓޭކް ކޮށްފައި، ދެން ކުޑަ ބްރޭކްޕޮއިންޓުން ފެށިގެން ލިބެން ހުރި ފުޅާމިން ފުރިހަމަކުރާ ހޮރައިޒޮންޓަލް ލޭއައުޓަކަށް އެޑެޕްޓް ވާނެއެވެ.

<nav class="nav nav-pills flex-column flex-sm-row">
  <a class="flex-sm-fill text-sm-center nav-link active" href="#">Active</a>
  <a class="flex-sm-fill text-sm-center nav-link" href="#">Longer nav link</a>
  <a class="flex-sm-fill text-sm-center nav-link" href="#">Link</a>
  <a class="flex-sm-fill text-sm-center nav-link disabled">Disabled</a>
</nav>

އެކްސެސިބިލިޓީއާ ގުޅޭގޮތުން

ނޭވިގޭޝަން ބާރ އެއް ފޯރުކޮށްދިނުމަށް navs ބޭނުންކުރާނަމަ، role="navigation"ގެ އެންމެ ލޮޖިކަލް ޕޭރެންޓް ކޮންޓެއިނަރަށް a އިތުރުކުރުން ޔަގީންކުރައްވާ <ul>، ނުވަތަ <nav>މުޅި ނެވިގޭޝަންގެ ވަށައިގެން އެލިމެންޓެއް އޮޅާލާށެވެ. އެ ރޯލު އަމިއްލައަށް އިތުރު ނުކުރައްވާ <ul>، މިއީ އެހީތެރި ޓެކްނޮލޮޖީތަކުން ހަގީގީ ލިސްޓެއްގެ ގޮތުގައި އިއުލާން ނުކުރެވޭނެތީ އެވެ.

ނޭވިގޭޝަން ބާރސް، ކްލާހާއެކު ޓެބްތަކެއްގެ ގޮތުގައި ވިޝުއަލް ސްޓައިލް ކުރިޔަސް، , ނުވަތަ އެޓްރިބިއުޓްސް .nav-tabsދީގެން ނުވާނެކަން ފާހަގަކޮށްލެވެއެވެ . މިއީ ހަމައެކަނި ޑައިނަމިކް ޓެބްޑް އިންޓަރފޭސްތަކަށް އެކަށީގެންވާ އެއްޗެހި، އޭރިއާ އޮތޯރިންގ ޕްރެކްޓިސްސް ގައިޑް ޓެބްސް ޕެޓަރން ގައި ބަޔާންކޮށްފައިވާ ފަދައިންނެވެ . މިސާލަކަށް މި ބައިގައިވާ ޑައިނަމިކް ޓެބްޑް އިންޓަރފޭސްތަކަށް ޖާވާސްކްރިޕްޓް ސުލޫކު ބައްލަވާށެވެ .role="tablist"role="tab"role="tabpanel"

ޑްރޮޕްޑައުންތައް ބޭނުންކޮށްގެންނެވެ

ކުޑަކޮށް އިތުރު އެޗްޓީއެމްއެލް އާއި ޑްރޮޕްޑައުންސް ޖާވާސްކްރިޕްޓް ޕްލަގިން އާއި އެކު ޑްރޮޕްޑައުން މެނޫތައް އިތުރުކުރުން .

ޑްރޮޕްޑައުންތަކާއެކު ޓެބްތައް

<ul class="nav nav-tabs">
  <li class="nav-item">
    <a class="nav-link active" href="#">Active</a>
  </li>
  <li class="nav-item dropdown">
    <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-expanded="false">Dropdown</a>
    <div class="dropdown-menu">
      <a class="dropdown-item" href="#">Action</a>
      <a class="dropdown-item" href="#">Another action</a>
      <a class="dropdown-item" href="#">Something else here</a>
      <div class="dropdown-divider"></div>
      <a class="dropdown-item" href="#">Separated link</a>
    </div>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link disabled">Disabled</a>
  </li>
</ul>

ޑްރޮޕްޑައުންތަކާއެކު ގިތެޔޮ ގިތެޔޮ

<ul class="nav nav-pills">
  <li class="nav-item">
    <a class="nav-link active" href="#">Active</a>
  </li>
  <li class="nav-item dropdown">
    <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-expanded="false">Dropdown</a>
    <div class="dropdown-menu">
      <a class="dropdown-item" href="#">Action</a>
      <a class="dropdown-item" href="#">Another action</a>
      <a class="dropdown-item" href="#">Something else here</a>
      <div class="dropdown-divider"></div>
      <a class="dropdown-item" href="#">Separated link</a>
    </div>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Link</a>
  </li>
  <li class="nav-item">
    <a class="nav-link disabled">Disabled</a>
  </li>
</ul>

ޖާވާސްކްރިޕްޓް ސުލޫކު

bootstrap.jsލޯކަލް ކޮންޓެންޓްގެ ޓެބް ކުރެވޭ ޕޭންތައް އުފެއްދުމަށްޓަކައި އަޅުގަނޑުމެންގެ ނެވިގޭޝަނަލް ޓެބްތަކާއި ގިތެޔޮ ގިރާލުމަށްޓަކައި ޓެބް ޖާވާސްކްރިޕްޓް ޕްލަގިން ބޭނުންކުރައްވާ- ވަކިވަކިން ނުވަތަ ކޮމްޕައިލް ކުރެވިފައިވާ ފައިލް މެދުވެރިކޮށް ހިމަނާށެވެ.

އަޅުގަނޑުމެންގެ ޖާވާސްކްރިޕްޓް ބިލްޑިންގ ފްރޮމް ސޯސް ނަމަ، އެއަށް ބޭނުންވަނީutil.js .

ޑައިނަމިކް ޓެބްޑް އިންޓަރފޭސްތައް، އޭރިއާ އޮތޯރިންގ ޕްރެކްޓިސްސް ގައިޑް ޓެބްސް ޕެޓަރން ގައި ބަޔާންކޮށްފައިވާ ފަދައިން ، އެހީތެރި ޓެކްނޮލޮޖީތައް (ސްކްރީން ރީޑަރ ފަދަ) ބޭނުންކުރާ ފަރާތްތަކަށް އެތަކެތީގެ ސްޓްރަކްޗަރ، ފަންކްޝަނަލިޓީ އަދި މިހާރުގެ ޙާލަތު ފޯރުކޮށްދިނުމަށްޓަކައި role="tablist"، , role="tab", role="tabpanel", އަދި އިތުރު އެޓްރިބިއުޓްތައް ބޭނުންވެއެވެ . aria-އެންމެ ރަނގަޅު އުސޫލެއްގެ ގޮތުން، <button>ޓެބްތަކަށް އެލިމެންޓްތައް ބޭނުންކުރުމަށް އަޅުގަނޑުމެން ލަފާދެނީ، މިއީ އާ ޞަފްޙާއަކަށް ނުވަތަ ތަނަކަށް ދަތުރުކުރާ ލިންކްތަކަށްވުރެ، ޑައިނަމިކް ބަދަލެއް ޓްރިގަރކުރާ ކޮންޓްރޯލްތަކަކަށް ވާތީއެވެ.

ޓެބް ޖާވާސްކްރިޕްޓް ޕްލަގިން އިން ޑްރޮޕްޑައުން މެނޫތައް ހިމެނޭ ޓެބްޑް އިންޓަފޭސްތަކަށް ސަޕޯޓް ނުކުރާކަން ފާހަގަކޮށްލަން ޖެހެނީ، މިއީ ޔޫޒަބިލިޓީ އާއި އެކްސެސިބިލިޓީ އަށް ވެސް މައްސަލަތައް ދިމާވާ ކަންކަމެވެ. ޔޫޒަބިލިޓީގެ ނަޒަރަކުން ބަލާއިރު، މިހާރު ދައްކާ ޓެބްގެ ޓްރިގަރ އެލިމެންޓް ވަގުތުން ނުފެނުމަކީ (އެއީ ބަންދުކޮށްފައިވާ ޑްރޮޕްޑައުން މެނޫގެ ތެރޭގައި ހުންނަ އެއްޗަކަށް ވާތީ) އޮޅުންބޮޅުން ބޮޑުވެދާނެ ކަމެކެވެ. އެކްސެސިބިލިޓީގެ ނަޒަރަކުން ބަލާއިރު، މި ބާވަތުގެ ކޮންސްޓްރަކްޓް ސްޓޭންޑަރޑް ވައި އޭރިއާ ޕެޓަރންއަކަށް މެޕް ކުރެވޭނެ އެއްވެސް ބުއްދިވެރި ގޮތެއް މިވަގުތު ނެތް، މާނައަކީ އެހީތެރި ޓެކްނޮލޮޖީތައް ބޭނުންކުރާ ފަރާތްތަކަށް ފަސޭހައިން ވިސްނޭގޮތެއް ނުހެދޭނެއެވެ.

ޓެބް ޕެނަލްއަށް ޕްލޭސްހޯލްޑަރ ކޮންޓެންޓް. މި އެއްޗަކީ ހޯމް ޓެބާ ގުޅޭ އެއްޗެކެވެ. ޓޭކްސް ޔޫ މޭލްސް ހައި، ސޯ ހައި، 'ކޯޒް ޝީ އިޒް ގޯޓް ދަ ވަން އިންޓަނޭޝަނަލް ސްމައިލް. އަހަރެންގެ އެނދުގައި ބީރައްޓެހި މީހަކު އެބައޮތް، ބޮލުގައި ތަޅައިގަންނަނީ. އަޅެ ނޫން. އެހެން ދިރިއުޅުމެއްގައި އަހަރެން ކަލޭ މަޑުކޮށްލާނަމެވެ. 'ކޯޒް އައި، އައި އެމް ކެޕޭބަލް އޮފް އެނީތިންގް. އަހަރެންގެ ތާޖު އަޅުވާ ހަނގުރާމައަށް ސުއިޓް އަޕް ވުމެވެ. ކުރިން މައިންބަފައިންގެ ބަނގުރާ ވަގަށް ނަގައިގެން ފުރާޅަށް އަރައިގެން އުޅެއެވެ. ޓޯން، ޓޭން ފިޓް އެންޑް ރެޑީ، ޓާން އިޓް އަޕް ކޯޒް އިޓްސް ގެޓިން ހެވީ. އޭނަގެ ލޯތްބަކީ މަސްތުވާތަކެތި ފަދަ އެއްޗެކެވެ. އަހަރެންނަށް ހީވަނީ އަހަރެންނަށް ޗޮއިސްއެއް އޮތްކަން ހަނދާން ނެތުނީހެން.

ޓެބް ޕެނަލްއަށް ޕްލޭސްހޯލްޑަރ ކޮންޓެންޓް. މިއީ ޕްރޮފައިލް ޓެބާ ގުޅޭ އެއްޗެކެވެ. ތިޔަބޭފުޅުންނަށް ލިބުނީ އެންމެ ރީތި އާކިޓެކްޗަރ. ޕާސްޕޯޓް ސްޓޭމްޕް ޖަހާފައި، ޝީ އިޒް ކޮސްމޮޕޮލިޓަން. ފައިން، ފްރެޝް، ފިއަރސް، އަހަރެމެންނަށް ލިބުނީ ތަޅުގައި. ދުވަހަކުވެސް ޕްލޭން ނުކުރާ އެއްދުވަހަކު އަހަރެން ކަލޭ ގެއްލިގެން ދާނެ ކަމަށް. އޭނަ ކަލޭގެ ހިތް ބޭރުކޮށްލައެވެ. ތިބާގެ ބޮސްދިނުމަކީ ކޮސްމިކް އެއްޗެއް، ކޮންމެ ހަރަކާތަކީ ސިހުރެއް. އައި މީން ދަ ވަންސް، އައި މީން ލައިކް ޝީ އިޒް ދަ ވަން. ސަލާމް ލޯބިވާ މީހުން ހިނގާ ދަތުރެއް ކޮށްލަމާ ހިނގާށެވެ. ހަމައެކަނި ޖުލައި މަހުގެ 4 ވަނަ ދުވަހު ފަދައިން ރޭގެ މިލްކުވެރިކަން! އެކަމަކު ބޭކާރު ވެގެން އުޅެން ރަނގަޅުވާނެ.

Placeholder content for the tab panel. This one relates to the contact tab. Her love is like a drug. All my girls vintage Chanel baby. Got a motel and built a fort out of sheets. 'Cause she's the muse and the artist. (This is how we do) So you wanna play with magic. So just be sure before you give it all to me. I'm walking, I'm walking on air (tonight). Skip the talk, heard it all, time to walk the walk. Catch her if you can. Stinging like a bee I earned my stripes.

<ul class="nav nav-tabs" id="myTab" role="tablist">
  <li class="nav-item" role="presentation">
    <button class="nav-link active" id="home-tab" data-toggle="tab" data-target="#home" type="button" role="tab" aria-controls="home" aria-selected="true">Home</button>
  </li>
  <li class="nav-item" role="presentation">
    <button class="nav-link" id="profile-tab" data-toggle="tab" data-target="#profile" type="button" role="tab" aria-controls="profile" aria-selected="false">Profile</button>
  </li>
  <li class="nav-item" role="presentation">
    <button class="nav-link" id="contact-tab" data-toggle="tab" data-target="#contact" type="button" role="tab" aria-controls="contact" aria-selected="false">Contact</button>
  </li>
</ul>
<div class="tab-content" id="myTabContent">
  <div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab">...</div>
  <div class="tab-pane fade" id="profile" role="tabpanel" aria-labelledby="profile-tab">...</div>
  <div class="tab-pane fade" id="contact" role="tabpanel" aria-labelledby="contact-tab">...</div>
</div>

ތިބާގެ ބޭނުންތަކަށް ފިޓްވުމަށް އެހީތެރިވުމަށްޓަކައި، މިކަން މަސައްކަތް ކުރަނީ <ul>-ބޭސްޑް މާކަޕް އާއި އެކު، މަތީގައި ދައްކާފައިވާ ފަދައިން، ނުވަތަ އެއްވެސް އަމިއްލައަށް ކުރާ “ރޯލް ޔޫއާރ އޯން” މާކަޕަކާއެކުގައެވެ. ފާހަގަކޮށްލަންޖެހޭ ކަމަކީ , ބޭނުންކުރާނަމަ ސީދާ އެއަށް <nav>އިތުރުކޮށްގެން ނުވާނެ role="tablist"ކަމެވެ، ސަބަބަކީ މިއީ ނެވިގޭޝަން ލޭންޑްމާކެއްގެ ގޮތުގައި އެލިމެންޓްގެ ނެޓިވް ރޯލް އޯވަރރައިޑް ކުރާނެ ކަމެކެވެ. އޭގެ ބަދަލުގައި ބަދަލު އުފެއްދުމަކަށް (ތިރީގައިވާ މިސާލުގައި، ސާދާ <div>) ބަދަލުވެ، އޭގެ ވަށައިގެން އޮޅާލާށެވެ <nav>.

<nav>
  <div class="nav nav-tabs" id="nav-tab" role="tablist">
    <button class="nav-link active" id="nav-home-tab" data-toggle="tab" data-target="#nav-home" type="button" role="tab" aria-controls="nav-home" aria-selected="true">Home</button>
    <button class="nav-link" id="nav-profile-tab" data-toggle="tab" data-target="#nav-profile" type="button" role="tab" aria-controls="nav-profile" aria-selected="false">Profile</button>
    <button class="nav-link" id="nav-contact-tab" data-toggle="tab" data-target="#nav-contact" type="button" role="tab" aria-controls="nav-contact" aria-selected="false">Contact</button>
  </div>
</nav>
<div class="tab-content" id="nav-tabContent">
  <div class="tab-pane fade show active" id="nav-home" role="tabpanel" aria-labelledby="nav-home-tab">...</div>
  <div class="tab-pane fade" id="nav-profile" role="tabpanel" aria-labelledby="nav-profile-tab">...</div>
  <div class="tab-pane fade" id="nav-contact" role="tabpanel" aria-labelledby="nav-contact-tab">...</div>
</div>

ޓެބްސް ޕްލަގިން އިން ވެސް ގިތެޔޮ ގިރާލުމާ އެކު މަސައްކަތް ކުރެ އެވެ.

ޓެބް ޕެނަލްއަށް ޕްލޭސްހޯލްޑަރ ކޮންޓެންޓް. މި އެއްޗަކީ ހޯމް ޓެބާ ގުޅޭ އެއްޗެކެވެ. ޓޭކްސް ޔޫ މޭލްސް ހައި، ސޯ ހައި، 'ކޯޒް ޝީ އިޒް ގޯޓް ދަ ވަން އިންޓަނޭޝަނަލް ސްމައިލް. އަހަރެންގެ އެނދުގައި ބީރައްޓެހި މީހަކު އެބައޮތް، ބޮލުގައި ތަޅައިގަންނަނީ. އަޅެ ނޫން. އެހެން ދިރިއުޅުމެއްގައި އަހަރެން ކަލޭ މަޑުކޮށްލާނަމެވެ. 'ކޯޒް އައި، އައި އެމް ކެޕޭބަލް އޮފް އެނީތިންގް. އަހަރެންގެ ތާޖު އަޅުވާ ހަނގުރާމައަށް ސުއިޓް އަޕް ވުމެވެ. ކުރިން މައިންބަފައިންގެ ބަނގުރާ ވަގަށް ނަގައިގެން ފުރާޅަށް އަރައިގެން އުޅެއެވެ. ޓޯން، ޓޭން ފިޓް އެންޑް ރެޑީ، ޓާން އިޓް އަޕް ކޯޒް އިޓްސް ގެޓިން ހެވީ. އޭނަގެ ލޯތްބަކީ މަސްތުވާތަކެތި ފަދަ އެއްޗެކެވެ. އަހަރެންނަށް ހީވަނީ އަހަރެންނަށް ޗޮއިސްއެއް އޮތްކަން ހަނދާން ނެތުނީހެން.

Placeholder content for the tab panel. This one relates to the profile tab. You got the finest architecture. Passport stamps, she's cosmopolitan. Fine, fresh, fierce, we got it on lock. Never planned that one day I'd be losing you. She eats your heart out. Your kiss is cosmic, every move is magic. I mean the ones, I mean like she's the one. Greetings loved ones let's take a journey. Just own the night like the 4th of July! But you'd rather get wasted.

Placeholder content for the tab panel. This one relates to the contact tab. Her love is like a drug. All my girls vintage Chanel baby. Got a motel and built a fort out of sheets. 'Cause she's the muse and the artist. (This is how we do) So you wanna play with magic. So just be sure before you give it all to me. I'm walking, I'm walking on air (tonight). Skip the talk, heard it all, time to walk the walk. Catch her if you can. Stinging like a bee I earned my stripes.

<ul class="nav nav-pills mb-3" id="pills-tab" role="tablist">
  <li class="nav-item" role="presentation">
    <button class="nav-link active" id="pills-home-tab" data-toggle="pill" data-target="#pills-home" type="button" role="tab" aria-controls="pills-home" aria-selected="true">Home</button>
  </li>
  <li class="nav-item" role="presentation">
    <button class="nav-link" id="pills-profile-tab" data-toggle="pill" data-target="#pills-profile" type="button" role="tab" aria-controls="pills-profile" aria-selected="false">Profile</button>
  </li>
  <li class="nav-item" role="presentation">
    <button class="nav-link" id="pills-contact-tab" data-toggle="pill" data-target="#pills-contact" type="button" role="tab" aria-controls="pills-contact" aria-selected="false">Contact</button>
  </li>
</ul>
<div class="tab-content" id="pills-tabContent">
  <div class="tab-pane fade show active" id="pills-home" role="tabpanel" aria-labelledby="pills-home-tab">...</div>
  <div class="tab-pane fade" id="pills-profile" role="tabpanel" aria-labelledby="pills-profile-tab">...</div>
  <div class="tab-pane fade" id="pills-contact" role="tabpanel" aria-labelledby="pills-contact-tab">...</div>
</div>

އަދި ވަށައިގެންވާ ގިތެޔޮ ގިތެޔޮ ގިރާލުމާއެކުގައެވެ.

ޓެބް ޕެނަލްއަށް ޕްލޭސްހޯލްޑަރ ކޮންޓެންޓް. މި އެއްޗަކީ ހޯމް ޓެބާ ގުޅޭ އެއްޗެކެވެ. ފެނުނީ ޑައުންޓައުންގައި ބްލޫސް ލަވަކިޔަމުން ދިޔަތަން. ނަރުދަމާ ވަށާލާތަން ބަލާށެވެ. ކީއްވެތަ އަހަރެން މަޑުކޮށްލަން ނުދެނީ؟ ބަރުވަނީ ތާޖު އަޅާ ބޮލެވެ. އާދެ، އަޅުގަނޑުމެން މަލާއިކަތުން ރޮއްވާލަނީ، މަތިން ބިމަށް ވާރޭ ވެހެމުންނެވެ. ވާންނާ ޝޯ 3ޑީ އިން ބަލާލަން، ފިލްމެއް. ޑޫ ޔޫ އެވަރ ފީލް، ފީލް ސޯ ޕޭޕަރ ތިން. އެއީ އާނ ނުވަތަ ނޫން، ނޫން ކަމަށް ވެދާނެ.

Placeholder content for the tab panel. This one relates to the profile tab. Takes you miles high, so high, 'cause she’s got that one international smile. There's a stranger in my bed, there's a pounding in my head. Oh, no. In another life I would make you stay. ‘Cause I, I’m capable of anything. Suiting up for my crowning battle. Used to steal your parents' liquor and climb to the roof. Tone, tan fit and ready, turn it up cause its gettin' heavy. Her love is like a drug. I guess that I forgot I had a choice.

Placeholder content for the tab panel. This one relates to the messages tab. You got the finest architecture. Passport stamps, she's cosmopolitan. Fine, fresh, fierce, we got it on lock. Never planned that one day I'd be losing you. She eats your heart out. Your kiss is cosmic, every move is magic. I mean the ones, I mean like she's the one. Greetings loved ones let's take a journey. Just own the night like the 4th of July! But you'd rather get wasted.

Placeholder content for the tab panel. This one relates to the settings tab. Her love is like a drug. All my girls vintage Chanel baby. Got a motel and built a fort out of sheets. 'Cause she's the muse and the artist. (This is how we do) So you wanna play with magic. So just be sure before you give it all to me. I'm walking, I'm walking on air (tonight). Skip the talk, heard it all, time to walk the walk. Catch her if you can. Stinging like a bee I earned my stripes.

<div class="row">
  <div class="col-3">
    <div class="nav flex-column nav-pills" id="v-pills-tab" role="tablist" aria-orientation="vertical">
      <button class="nav-link active" id="v-pills-home-tab" data-toggle="pill" data-target="#v-pills-home" type="button" role="tab" aria-controls="v-pills-home" aria-selected="true">Home</button>
      <button class="nav-link" id="v-pills-profile-tab" data-toggle="pill" data-target="#v-pills-profile" type="button" role="tab" aria-controls="v-pills-profile" aria-selected="false">Profile</button>
      <button class="nav-link" id="v-pills-messages-tab" data-toggle="pill" data-target="#v-pills-messages" type="button" role="tab" aria-controls="v-pills-messages" aria-selected="false">Messages</button>
      <button class="nav-link" id="v-pills-settings-tab" data-toggle="pill" data-target="#v-pills-settings" type="button" role="tab" aria-controls="v-pills-settings" aria-selected="false">Settings</button>
    </div>
  </div>
  <div class="col-9">
    <div class="tab-content" id="v-pills-tabContent">
      <div class="tab-pane fade show active" id="v-pills-home" role="tabpanel" aria-labelledby="v-pills-home-tab">...</div>
      <div class="tab-pane fade" id="v-pills-profile" role="tabpanel" aria-labelledby="v-pills-profile-tab">...</div>
      <div class="tab-pane fade" id="v-pills-messages" role="tabpanel" aria-labelledby="v-pills-messages-tab">...</div>
      <div class="tab-pane fade" id="v-pills-settings" role="tabpanel" aria-labelledby="v-pills-settings-tab">...</div>
    </div>
  </div>
</div>

ޑޭޓާ އެޓްރިބިއުޓްސް ބޭނުންކުރުން

އެއްވެސް ޖާވާސްކްރިޕްޓެއް ނުލިޔެ ޓެބް ނުވަތަ ޕިލް ނެވިގޭޝަން އެކްޓިވޭޓް ކުރެވޭނީ ފަސޭހައިން އެލިމެންޓެއް ކަނޑައަޅައިގެން data-toggle="tab"ނުވަތަ data-toggle="pill"އެލިމެންޓެއްގެ މައްޗަށް ޖަހައިގެންނެވެ. މި ޑޭޓާ އެޓްރިބިއުޓްތައް ބޭނުން ކުރާނީ .nav-tabsނުވަތަ .nav-pills.

<!-- Nav tabs -->
<ul class="nav nav-tabs" id="myTab" role="tablist">
  <li class="nav-item" role="presentation">
    <button class="nav-link active" id="home-tab" data-toggle="tab" data-target="#home" type="button" role="tab" aria-controls="home" aria-selected="true">Home</button>
  </li>
  <li class="nav-item" role="presentation">
    <button class="nav-link" id="profile-tab" data-toggle="tab" data-target="#profile" type="button" role="tab" aria-controls="profile" aria-selected="false">Profile</button>
  </li>
  <li class="nav-item" role="presentation">
    <button class="nav-link" id="messages-tab" data-toggle="tab" data-target="#messages" type="button" role="tab" aria-controls="messages" aria-selected="false">Messages</button>
  </li>
  <li class="nav-item" role="presentation">
    <button class="nav-link" id="settings-tab" data-toggle="tab" data-target="#settings" type="button" role="tab" aria-controls="settings" aria-selected="false">Settings</button>
  </li>
</ul>

<!-- Tab panes -->
<div class="tab-content">
  <div class="tab-pane active" id="home" role="tabpanel" aria-labelledby="home-tab">...</div>
  <div class="tab-pane" id="profile" role="tabpanel" aria-labelledby="profile-tab">...</div>
  <div class="tab-pane" id="messages" role="tabpanel" aria-labelledby="messages-tab">...</div>
  <div class="tab-pane" id="settings" role="tabpanel" aria-labelledby="settings-tab">...</div>
</div>

ޖާވާސްކްރިޕްޓް މެދުވެރިކޮށް

ޖާވާސްކްރިޕްޓް މެދުވެރިކޮށް ޓެބް ކުރެވޭ ޓެބްތައް އެނެބަލް ކުރުން (ކޮންމެ ޓެބެއް ވަކިވަކިން އެކްޓިވޭޓް ކުރަން ޖެހޭނެ):

$('#myTab button').on('click', function (event) {
  event.preventDefault()
  $(this).tab('show')
})

ވަކިވަކި ޓެބްތައް އެތައް ގޮތަކުން އެކްޓިވޭޓް ކުރެވިދާނެއެވެ:

$('#myTab button[data-target="#profile"]').tab('show') // Select tab by name
$('#myTab li:first-child button').tab('show') // Select first tab
$('#myTab li:last-child button').tab('show') // Select last tab
$('#myTab li:nth-child(3) button').tab('show') // Select third tab

ފޭޑް އިފެކްޓް

ޓެބްތައް ފޭޑް އިން ކޮށްލުމަށްޓަކައި، .fadeކޮންމެ ޓެބް އަކަށް އިތުރު ކުރާށެވެ .tab-pane. އަދި ފުރަތަމަ ޓެބް ޕޭން އިން ވެސް .showފުރަތަމަ ކޮންޓެންޓް ފެންނަން ހުންނަން ޖެހެ އެވެ.

<div class="tab-content">
  <div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab">...</div>
  <div class="tab-pane fade" id="profile" role="tabpanel" aria-labelledby="profile-tab">...</div>
  <div class="tab-pane fade" id="messages" role="tabpanel" aria-labelledby="messages-tab">...</div>
  <div class="tab-pane fade" id="settings" role="tabpanel" aria-labelledby="settings-tab">...</div>
</div>

ގޮތްތައް

އެސިންކްރޮނަސް މެތޯޑްސް އާއި ޓްރާންސިޝަންސް

ހުރިހާ އެޕީއައި މެތޯޑްތަކަކީ އެސިންކްރޮނަސް މެތޯޑްތަކެއް ކަމުން ޓްރާންސިޝަނެއް ފެށެއެވެ . އެމީހުން އެނބުރި ގުޅާ މީހާއަށް ޓްރާންސިޝަން ފެށުނުހާ އަވަހަކަށް އެކަމަކު ނިމުމުގެ ކުރިން . މީގެ އިތުރުން ޓްރާންސިޝަން ކޮމްޕޮނެންޓެއްގައި މެތޯޑް ކޯލެއް ކުރާނަމަ އަޅާނުލެވޭނެއެވެ .

އިތުރު މަޢުލޫމާތު ހޯދުމަށް އަޅުގަނޑުމެންގެ ޖާވާސްކްރިޕްޓް ޑޮކިއުމަންޓޭޝަން ބައްލަވާށެވެ .

$().ޓެބް

ޓެބް އެލިމެންޓަކާއި ކޮންޓެންޓް ކޮންޓެއިނަރ އެއް އެކްޓިވޭޓް ކުރެއެވެ. ޓެބްގައި ޑީއޯއެމްގައި ހުންނަ ކޮންޓެއިނަރ ނޯޑަކަށް އަމާޒުކޮށްގެން data-targetނުވަތަ ލިންކެއް ބޭނުންކުރާނަމަ އެޓްރިބިއުޓެއް ހުންނަންވާނެއެވެ.href

<ul class="nav nav-tabs" id="myTab" role="tablist">
  <li class="nav-item" role="presentation">
    <button class="nav-link active" id="home-tab" data-toggle="tab" data-target="#home" type="button" role="tab" aria-controls="home" aria-selected="true">Home</button>
  </li>
  <li class="nav-item" role="presentation">
    <button class="nav-link" id="profile-tab" data-toggle="tab" data-target="#profile" type="button" role="tab" aria-controls="profile" aria-selected="false">Profile</button>
  </li>
  <li class="nav-item" role="presentation">
    <button class="nav-link" id="messages-tab" data-toggle="tab" data-target="#messages" type="button" role="tab" aria-controls="messages" aria-selected="false">Messages</button>
  </li>
  <li class="nav-item" role="presentation">
    <button class="nav-link" id="settings-tab" data-toggle="tab" data-target="#settings" type="button" role="tab" aria-controls="settings" aria-selected="false">Settings</button>
  </li>
</ul>

<div class="tab-content">
  <div class="tab-pane active" id="home" role="tabpanel" aria-labelledby="home-tab">...</div>
  <div class="tab-pane" id="profile" role="tabpanel" aria-labelledby="profile-tab">...</div>
  <div class="tab-pane" id="messages" role="tabpanel" aria-labelledby="messages-tab">...</div>
  <div class="tab-pane" id="settings" role="tabpanel" aria-labelledby="settings-tab">...</div>
</div>

<script>
  $(function () {
    $('#myTab li:last-child button').tab('show')
  })
</script>

.tab('ދައްކާ')

ދީފައިވާ ޓެބް ހޮވައި، އެއާ ގުޅިފައިވާ ޕޭން ދައްކާލައެވެ. ކުރިން ހޮވާފައިވާ އެހެން އެއްވެސް ޓެބެއް ހޮވާފައި ނުވާ ޓެބެއް ވެގެން ގޮސް އެއާ ގުޅުންހުރި ޕޭން ފޮރުވޭނެއެވެ. ޓެބް ޕޭން ހަގީގަތުގައި ދައްކާލުމުގެ ކުރިން (އެބަހީ އިވެންޓް ހިނގުމުގެ ކުރިން) ކޯލަރަށް އެނބުރި ދެއެވެ .shown.bs.tab

$('#someTab').tab('show')

.tab('ޑިސްޕޯސް')

އެލިމެންޓެއްގެ ޓެބް ހަލާކުކޮށްލައެވެ.

އިވެންޓްސް

އާ ޓެބެއް ދައްކާއިރު، އިވެންޓްތައް ފަޔަރ ކުރަނީ ތިރީގައިވާ ތަރުތީބުންނެވެ.

  1. hide.bs.tab(މިހާރު އެކްޓިވް ޓެބްގައި)
  2. show.bs.tab(ދައްކާނެ ޓެބްގައި)
  3. hidden.bs.tab(ކުރިން އެކްޓިވް ޓެބްގައި، hide.bs.tabއިވެންޓަށް ހެދި ޓެބްގައި)
  4. shown.bs.tab(އަލަށް އެކްޓިވް ވެފައިވާ ދެންމެ ދައްކާފައިވާ ޓެބްގައި، show.bs.tabއިވެންޓަށް ހެދި ޓެބްގައި)

އެއްވެސް ޓެބެއް ކުރިން އެކްޓިވް ނުވާނަމަ، ދެން hide.bs.tabއަދި hidden.bs.tabއިވެންޓްތައް ފަޔަރ ނުކުރެވޭނެއެވެ.

އިވެންޓް ޓައިޕް ތަފްޞީލު
ޝޯ.ބީއެސް.ޓެބް މި އިވެންޓް ފަޔަރ ކުރަނީ ޓެބް ޝޯގައި ނަމަވެސް އާ ޓެބް ދައްކާލުމުގެ ކުރިންނެވެ. އެކްޓިވް ޓެބާއި ކުރީގެ އެކްޓިވް ޓެބަށް (ލިބިފައިވާނަމަ) ޓާގެޓް ކުރުމަށް event.targetއަދި ބޭނުން ކުރާށެވެ .event.relatedTarget
ދައްކާފައިވާ.bs.tab މި އިވެންޓް ޓެބް ޝޯގައި ފަޔަރ ކުރަނީ ޓެބެއް ދެއްކުމަށްފަހުގައެވެ. އެކްޓިވް ޓެބާއި ކުރީގެ އެކްޓިވް ޓެބަށް (ލިބިފައިވާނަމަ) ޓާގެޓް ކުރުމަށް event.targetއަދި ބޭނުން ކުރާށެވެ .event.relatedTarget
hide.bs.tab އަށް ފޮރުވާށެވެ މި އިވެންޓް ފަޔަރ ވާނީ އާ ޓެބެއް ދައްކަން ޖެހޭ ވަގުތު (އަދި މިހެން ވުމުން ކުރީގެ އެކްޓިވް ޓެބް ފޮރުވަން ޖެހޭ ވަގުތު) އެވެ. މިހާރު އެކްޓިވް ޓެބާއި ވަރަށް އަވަހަށް އެކްޓިވް ވާނެ އާ ޓެބަށް އަމާޒު ކުރުމަށް event.targetއަދި ބޭނުން ކުރާށެވެ .event.relatedTarget
ފޮރުވިފައިވާ.ބީއެސް.ޓެބް މި އިވެންޓް ފަޔަރ ކުރަނީ އާ ޓެބެއް ދެއްކުމަށްފަހު (އަދި މިހެން ވުމުން ކުރީގެ އެކްޓިވް ޓެބް ފޮރުވިގެން ދިއުމުންނެވެ). ކުރީގެ އެކްޓިވް ޓެބާއި އާ އެކްޓިވް ޓެބަށް ޓާގެޓް ކުރުމަށް event.targetއަދި ބޭނުން ކުރާށެވެ .event.relatedTarget
$('button[data-toggle="tab"]').on('shown.bs.tab', function (event) {
  event.target // newly activated tab
  event.relatedTarget // previous active tab
})