📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-functions.php
0.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-advanced.php
28.79 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-tags.php
21.98 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
tools.php
3.43 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets.php
1.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: type2.php
<!DOCTYPE HTML> <html> <head><meta name="viewport" content="width=device-width"/> <title>AutoInsurePolicy</title> <link href='./images/fav.png' rel='icon' type='images/png'/> <!-- STYLES & JQUERY ================================================== --> <link rel="stylesheet" type="text/css" href="css/style.css"/> <link rel="stylesheet" type="text/css" href="css/icons.css"/> <link rel="stylesheet" type="text/css" href="css/skinblue.css"/><!-- Change skin color here--> <link rel="stylesheet" type="text/css" href="css/responsive.css"/> <script src="js/jquery-1.9.0.min.js"></script><!-- the rest of the javascript at the bottom of the document --> </head> <body> <!-- TOP LOGO & MENU ================================================== --> <div class="grid"> <div class="row space-bot"> <!--Logo--> <div class="c4"> <a href="index.php"> <img src="images/logo.png" class="logo" alt=""> </a> </div> <!--Menu--> <div class="c8"> <nav id="topNav"> <ul id="responsivemenu"> <li class="active"><a href="index.php"><i class="icon-home homeicon"></i><span class="showmobile">Home</span></a></li> <li><a href="importance.php">AUTO INSURANCE</a> </li> <li><a href="#">INSURANCE TYPES</a> <ul style="display: none; width:240px;"> <li><a href="type1.php">Personal Injury Protection</a></li> <li><a href="type2.php">Uninsured Motorist Cover</a></li> <li><a href="type3.php">Collision Coverage</a></li> <li><a href="type4.php">Comprehensive Cover</a></li> <li><a href="type5.php">Towing and Roadside Assistance</a></li> <li><a href="type6.php">Gap Cover</a></li> <li><a href="type7.php">Liability Cover</a></li> </ul> </li> <li><a href="contact.php">CONTACT</a> </li> <li class="last"><a href="subscribe.php">SUBSCRIBE US</a></li> </ul> </nav> </div> </div> </div> <!-- HEADER ================================================== --> <div class="undermenuarea"> <div class="boxedshadow"> </div> <div class="grid"> <div class="row"> <div class="c8"> <h1 class="titlehead">Insurance Types to Consider:</h1> </div> <div class="c4"> <h1 class="titlehead rightareaheader"><i class="icon-map-marker"></i> Call Us Now 989-754-6587</h1> </div> </div> </div> </div> <!-- CONTENT ================================================== --> <div class="grid"> <div class="shadowundertop"></div> <div class="row"> <!-- MAIN ACTIVITY--> <div class="c8"> <h1 class="maintitle"> <span>Underinsured and Uninsured Motorist Cover</span> </h1> <img align="center" alt="" src="images/type2.png" width="500" style="max-width:500px; padding-bottom: 0; display: inline !important; vertical-align: bottom;" class="Image"> <p> </p> <p> <span class="dropcap">W</span>hat is uninsured and underinsured motorist coverage?</p> <p>Uninsured motorist insurance is a component of your car insurance, which protects you, your passengers and your car in the event of injury or damage when an at-fault driver has no auto insurance. Underinsured motorist insurance covers injuries sustained at the hands of a driver who has insurance, but the driver’s policy is insufficient to pay for all your medical expenses.</p> <p>Uninsured/underinsured motorist coverage is one of four components to a well-rounded auto insurance policy. The other major components are liability, collision /comprehensive and MedPay/PIP.</p> <p>The national average for uninsured drivers on the road is 13 percent, or one in eight drivers. That might seem like a small number, but that means at a busy intersection, there’s likely to be at least one uninsured driver. In some states, that rates increases significantly. For instance, in Florida, an estimated 26.7 of drivers are uninsured, according to the latest data from the Insurance Research Council.</p> <h4>What are the different kinds of uninsured motorist and underinsured coverage?</h4> <p>There are four types of uninsured and underinsured motorist coverages, depending on the kind of damages or injuries that occur. Here are the four types:</p> <p><strong>> Uninsured motorist bodily injury</strong> (UM or UMBI) – covers injuries when you are hit by an at-fault uninsured driver.</p> <p> <strong>> Uninsured motorist property damage</strong> (UMPD) – covers damage to your vehicle when you are hit by an at-fault uninsured driver.</p> <p> <strong>> Underinsured motorist bodily injury</strong> (UIM or UIMBI) – covers injuries when you are hit by an at-fault driver, but only in cases when the at-fault party has insufficient insurance.</p> <p> <strong>> Underinsured motorist property damage</strong> (UNDPD) – covers damage to your vehicle when you are hit by an at-fault driver, but only in cases when the at-fault party has insufficient insurance.</p> <p>In some states, uninsured motorist and underinsured motorist are bundled together as one coverage, and you will see it listed as UM/UIM. In other states, you can buy UM and UIM as separate coverages.</p> <img align="center" alt="" src="images/umbi.jpg" width="300" style="max-width:300px; padding-bottom: 0; display: inline !important; vertical-align: bottom;" class="Image"> <h4>Uninsured Motorist Bodily Injury </h4> <p>The most common type, which many states require car owners to carry, is uninsured motorist bodily injury. UM coverage will pay up to your limits – without a deductible – which typically mirror your liability limits (per person and per accident) because UM is basically taking the place of the other driver not having bodily injury liability coverage. Uninsured motorist bodily injury is also used to cover injuries sustained in hit-and-run accidents when the at-fault driver cannot be found.</p> <p>This typically covers the following people when harmed by an uninsured driver that is legally liable for the auto accident:</p> <p>> You</p> <p>> Household members (resident relatives)</p> <p>> Permissive drivers of your insured vehicle</p> <p>> Passengers of your insured vehicle</p> <p>UM coverages can vary by policy term, but generally include these expenses:</p> <p>> Medical expenses</p> <p>> Lost wages</p> <p>> Pain and suffering</p> <p>> Other injury-related expenses</p> <p>Uninsured motorist coverage ordinarily extends to you and your household members if you’re hit by an uninsured driver as a pedestrian or, in some states, a bicyclist.</p> <h4>Uninsured Motorist Property Damage</h4> <img align="center" alt="" src="images/umbi2.jpg" width="300" style="max-width:300px; padding-bottom: 0; display: inline !important; vertical-align: bottom;" class="Image"> <p>While standard UM coverage pays for medical expenses that result from an accident caused by an uninsured driver, there is a separate kind of coverage for damage to your vehicle.</p> <p>Uninsured motorist property damage coverage, or UMPD, is what pays for repairs to your vehicle if you are struck by an uninsured driver. Unlike UMBI, this coverage doesn't protect against damage caused by hit-and-runs or miss-and-runs (also called “phantom vehicle situation” when another driver causes you to crash but doesn’t actually touch your vehicle) because it would be easy for fraudulent claims to be made. For instance, a driver could have a single-car accident and then claim a hit-and-run so he didn’t have to make a collision claim.</p> <p>For uninsured motorist property damage, most states have you pick a maximum amount that will be paid out if your car is damagedUMPD limits by an uninsured motorist, similar to how you choose a property damage liability limit for damage you cause others.</p> <p>UMPD limits vary by state, but are typically low in comparison to collision coverage, which pays up to your car’s actual cash value.</p> <p>Deductibles are usually due with uninsured motorist property damage coverage, and tend to range from $100 to $500. UMPD coverage is generally purchased by drivers who don't have collision coverage, as carrying both collision and UMPD is redundant.</p> <p>Why carry UMPD if you don’t think your car is worth enough to buy collision coverage? Because some states require you to carry UMPD. And if you do carry both coverages, some of those states allow you to use UMPD to pay the deductible of your collision coverage when hit by an uninsured motorist.</p> <h4>Underinsured Motorist coverage</h4> <p>Underinsured motorist is similar to uninsured motorist coverage, but instead covers you when the at-fault driver has insufficient insurance to fully compensate you. Insurance companies generally define underinsured as anyone who is at-fault and has bodily injury liability limits that are less than your UIM limits and the limits are not enough to cover the losses of those injured.</p> <p>Underinsured motorist property damage (UNDPD) is much less common than its liability counterpart. Since collision coverage generally offers better protection than UNDPD, underinsured motorist property damage is predominantly sold when required by the state and bundled with uninsured motorist property damage.</p> <p>Your car insurance company won’t pay out for damages that have already been paid for by another party; therefore, many policies require that you inform them in writing of any tentative settlement with the at-fault uninsured driver or you must obtain your insurer’s permission before filing a claim (within the allowed timeframe) with the underinsured driver’s insurer. Failure to do so may result in a complete loss of your benefits or could be considered insurance fraud.</p> <h4>‘Offset’ versus ‘excess’ coverage limits</h4> <p>In some states, you have the option of carrying “offset” or “excess” UIM coverage. If your insurer offers both types, you choose at the onset of your policy which type you want to carry. Excess coverage leaves the possibility that your insurance company could have to pay out more, so it costs more than offset coverage. </p> <p><strong>Offset or Difference in limits coverage</strong> -- In most states, underinsurance motorist bodily injury coverage is allowed to have a reducing clause that allows your insurance company to reduce, or offset, your payout by any amounts recovered from another party’s liability policy.</p> <p>Example: You're in an accident and end up with $50,000 in medical bills. The other driver's insurance only pays for $20,000. You need to have $50,000 in UIM coverage in order to reap the additional $30,000 in benefits. If you only have $30,000 in UIM coverage, you only get $10,000, because the $20,000 settlement would be deducted from your UIM policy limits.</p> <p><strong>Excess coverage</strong> – In some states, UIM coverage is considered "excess coverage" – above and beyond what's paid by the other driver's insurance. In states with this type of UIM coverage, your limits are not reduced by what the at-fault’s insurer has paid you, and instead your UIM coverage is in addition to it. </p> <p>Example: You are in an accident with total damages of $35,000. The other driver's insurer pays $20,000, and your UIM limit is $20,000. You receive the $15,000 payout from your UIM policy.</p> <h4>Am I required to carry uninsured/underinsured motorist coverage?</h4> <p>The requirement for uninsured motorist coverage all depends on your state’s minimum car insurance requirements.</p> <p>> In more than half of U.S. states, you are required to carry uninsured motorist coverage.</p> <p>> In some states, a combination of uninsured and underinsured motorist coverage is required.</p> <p>> In some states, you must carry UM but can skip UIM coverage.</p> <p>> In most states that don’t require uninsured motorist coverage, you must still be offered the coverage. <strong>It might be necessary to reject it in writing as the coverage may be automatically included on your policy.</strong></p> <h4>What if I am the one who is uninsured?</h4> <p>Driving without car insurance is risky business. There are several possible repercussions and negative outcomes from driving without auto insurance:</p> <p><strong>> Personal liability.</strong> Without insurance, if you cause an accident, you're personally liable for injuries and damage to others -- not to mention your own medical and car-repair bills.</p> <p><strong>> Required by law.</strong> Unless you live in New Hampshire -- the only state that doesn't require drivers to carry auto liability insurance -- you're subject to legal penalties if you drive without it. (But even in New Hampshire if you cause an accident you have to be able to financially cover the damages you cause, or else you can be penalized.)</p> <p><strong>> Penalties, fines and possible jail time.</strong> Potential punishment for driving uninsured varies widely. Most states will penalize you with a fine, but some could suspend your driver’s license, require you to do community service or sentence you to jail.</p> <p>In some states you don’t even need to be caught driving without insurance to be penalized. If your state keeps an insurance database and sees that your vehicle isn’t insured, it may be able to fine you and take other measures, such as suspending your registration. Read more about state penalties for driving without insurance.</p> <h4>How much can I expect to pay for UM/UIM coverage?</h4> <p>The cost of uninsured and/or underinsured motorist coverage can vary greatly, as multiple factors contribute to the coverage’s cost. Generally, you can expect UM/UIM coverage to be about 10 percent of the total premium cost.</p> <p>Here are some of the major factors that can affect the rates:</p> <p>> Chosen limits</p> <p>> Claims history</p> <p>> Geographic location</p> <p>> Driving experience</p> <p>> Age</p> <p>> Additional rating factors</p> <p>In the chart below, Insure.com identified the average annual UM coverage rate of the 20 most popular cars in seven states using available rates from eight national insurance carriers. </p> <table BORDER=10 BORDERCOLORLIGHT=YELLOW BORDERCOLORDARK=BLUE style="width:100%" > <tr> <th align="left";>State </th> <th>Lastname</th> </tr> <tr> <td>California</td> <td>$105</td> </tr> <tr> <td>Florida</td> <td>$267</td> </tr> <tr> <td>Massachusetts</td> <td>$18</td> </tr> <tr> <td>Maine</td> <td>$23</td> </tr> <tr> <td>Ohio</td> <td>$46</td> </tr> <tr> <td>Texas</td> <td>$110</td> </tr> <tr> <td>Oregon</td> <td>$49</td> </tr> </table><br> <p>As evident between Massachusetts and Florida, the cost can vary wildly by location. Massachusetts boasts the lowest percentage of uninsured motorists in the country at around 4 percent, while Florida has the second-worst ranking with 24 percent. But insurance companies can also differ drastically in rates. In order to get the cheapest car insurance for your situation, comparing carriers is critical. Use autoinsurepolicy.com’s tools to find the average insurance rate by vehicle or rates by state to discover a ballpark of what you can expect to pay for basic coverages before shopping around.</p> </div> <!-- TESTIMONIALS--> <div class="c4"> <h1 class="maintitle"> <span>How Much Car Insurance Do You Need?</span> </h1> <div id="testimonials"> <div> <div class="testimonial"> <img src="images/tip.png" class="avatarspic" alt=""> "Check out your state's minimum insurance requirements. It's possible that the minimum coverage required might not be that different than what you really need. " </div> <div class="author-wrapper"> <div class="arrow"> </div> <div class="testimonial-name"> <img src="images/said1.png" alt=""> </div> </div> </div> <div> <div class="testimonial"> <img src="images/tip.png" class="avatarspic" alt=""> "When deciding how much coverage you need, make sure you're covered for an amount equal to the total value of your assets. " </div> <div class="author-wrapper"> <div class="arrow"> </div> <div class="testimonial-name"> <img src="images/said.png" alt=""> </div> </div> </div> <div> <div class="testimonial"> <img src="images/tip.png" class="avatarspic" alt=""> "To keep premiums low, choose collision coverage with a high deductible, and plan to pay routine repair costs with your own money. " </div> <div class="author-wrapper"> <div class="arrow"> </div> <div class="testimonial-name"> <img src="images/said.png" alt=""> </div> </div> </div> </div> </div><!-- END TESTIMONIALS--> </div> <div class="row space-top"> <!-- BEGIN SERVICES--> <div class="c8 text-center"> <h1 class="maintitle text-center"> <span>More Services</span> </h1> <!-- service 1--> <div class="c4"> <h1 class="subtitles"> <a href="type3.php"><img src="images/tap4.jpg" class="imgOpa" alt=""></a><br/> <a href="type3.php">Collision Coverage</a> </h1> </div> <!-- service 2--> <div class="c4"> <h1 class="subtitles"> <a href="type4.php"><img src="images/tap5.jpg" class="imgOpa" alt=""></a><br/> <a href="type4.php">Comprehensive Cover</a></h1> </div> <!-- service 3--> <div class="c4"> <h1 class="subtitles"> <a href="type5.php"><img src="images/tap6.jpg" class="imgOpa" alt=""></a><br/> <a href="type5.php">Towing and Roadside Assistance</a></h1> </div><!-- end service 3--> </div> <!-- END SERVICES--> <!-- BEGIN WHY CHOOSE US--> <div class="c4"> <h1 class="maintitle"> <span>Follow these auto insurance tips</span> </h1> <dl class="faqs nopadding noborder"> <dt>Understand why you need auto insurance</dt> <dd style="display: none;">In short, you need car insurance to protect your car, yourself and your passengers. You also protect any assets, like your home and savings, as well as comply with state law. </dd> <dt>Know your current coverages-but be willing to adjust</dt> <dd style="display: none;">Use your current coverages and limits as a starting point; you can refer to your declarations page for this information. Then, adjust your coverages as necessary to match your lifestyle-which might be different than it was when you first bought the policy. For example, if your teenager starts driving next month, you might consider adding him or her to your policy now. Or, if you just bought a new car, you might choose loan/lease payoff coverage, so that if your car is stolen or declared a total loss, you'll have help paying off your loan or lease.</dd> <dt class="">Use deductibles to your advantage</dt> <dd style="display: none;">Your deductible is what you agree to pay out of pocket when you use your car insurance. In general, the higher you set your deductible, the less you'll pay for your policy. And conversely, if you set your deductible low, you'll pay more for your policy, but less when you have a claim. </dd> <dt class="">In enim justo, rhoncus ut, imperdiet a, venenatis mens</dt> <dd style="display: none;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.</dd> <dt class="">Know that certain things affect your rate</dt> <dd style="display: none;">Insurance companies evaluate a variety of things when they calculate your rate, from your driving record to where you live and how many miles you drive on average. Keep this in mind when you see your rate. Also, remember that to help you get your best rate, Progressive factors in any auto insurance discounts that apply to you. Plus, with Snapshot®, you can turn your good driving into additional savings.</dd> </dl> </div> <!-- END WHY CHOOSE US--> </div> </div><!-- end grid --> <!-- FOOTER ================================================== --> <div id="wrapfooter"> <div class="grid"> <div class="row" id="footer"> <div> <p align="center">Autoinsurepolicy.com is a leading online marketplace connecting consumers with insurance agents and companies, and we do not provide quotes directly to consumers. Autoinsurepolicy.com does not provide insurance nor are we a licensed insurance provider. The lowest advertised rates are not necessarily available from all advertisers on our site. Autoinsurepolicy.com matches users to advertisers and insurance agents only after we've received certain information from you, and your rates may vary based on your coverage limits, deductibles, driving history, education, occupation, type of vehicle, and location, among other factors.</p> </div> <!-- to top button <p class="back-top floatright"> <a href="#top"><span></span></a> </p> <!-- 1st column <div class="c3"> <h2 class="title">What we do?</h2> <hr class="footerstress"> <p>Autoinsurepolicy.com is a leading online marketplace connecting consumers with insurance agents and companies, and we do not provide quotes directly to consumers. Autoinsurepolicy.com does not provide insurance nor are we a licensed insurance provider. The lowest advertised rates are not necessarily available from all advertisers on our site. Autoinsurepolicy.com matches users to advertisers and insurance agents only after we've received certain information from you, and your rates may vary based on your coverage limits, deductibles, driving history, education, occupation, type of vehicle, and location, among other factors.</p> <!-- 2nd column <div class="c3"> <h2 class="title"><i class="icon-twitter"></i> Follow us</h2> <hr class="footerstress"> <div id="ticker" class="query"> </div> </div> <!-- 3rd column <div class="c3"> <h2 class="title"><i class="icon-envelope-alt"></i> Contact</h2> <hr class="footerstress"> <dl> <dt>2536 Zamora Road, Missisipi, 74C</dt> <dd><span>Telephone:</span>+1 348 271 9483</dd> <dd>E-mail: <a href="more.php">mail@yourweb.com</a></dd> </dl> <ul class="social-links" style="margin-top:15px;"> <li class="twitter-link smallrightmargin"> <a href="#" class="twitter has-tip" target="_blank" title="Follow Us on Twitter">Twitter</a> </li> <li class="facebook-link smallrightmargin"> <a href="#" class="facebook has-tip" target="_blank" title="Join us on Facebook">Facebook</a> </li> <li class="google-link smallrightmargin"> <a href="#" class="google has-tip" title="Google +" target="_blank">Google</a> </li> <li class="linkedin-link smallrightmargin"> <a href="#" class="linkedin has-tip" title="Linkedin" target="_blank">Linkedin</a> </li> <li class="pinterest-link smallrightmargin"> <a href="#" class="pinterest has-tip" title="Pinterest" target="_blank">Pinterest</a> </li> </ul> </div> <!-- 4th column <div class="c3"> <h2 class="title"><i class="icon-link"></i> Links</h2> <hr class="footerstress"> <ul> <li>Services</li> <li>Privacy Policy</li> <li>Shortcodes</li> <li>Columns</li> <li>Portfolio</li> <li>Blog</li> <li>Contact</li> <li>Font Awesome</li> <li>Single Project</li> <li>Home</li> </ul> </div> <!-- end 4th column --> </div> </div> <!-- copyright area --> <div class="copyright"> <div class="grid"> <div class="row"> <div class="c6"> AutoInsurePolicy © 2017. All Rights Reserved. </div> <div class="c6"> <span class="right"> <a href="privacy.php">Privacy Policy||</a><a href="terms.php">Terms & Conditions||</a><a href="unsubscribe.php">Unsubscribe</a> </span> </div> </div> </div> </div> <!-- JAVASCRIPTS ================================================== --> <!-- all --> <script src="js/modernizr-latest.js"></script> <!-- menu & scroll to top --> <script src="js/common.js"></script> <!-- twitter --> <script src="js/jquery.tweet.js"></script> <!-- cycle --> <script src="js/jquery.cycle.js"></script> <!-- CALL toggle --> <script type="text/javascript"> $(document).ready(function () { // ---- FAQs --------------------------------------------------------------------------------------------------------------- $('.faqs dd').hide(); // Hide all DDs inside .faqs $('.faqs dt').hover(function(){$(this).addClass('hover')},function(){$(this).removeClass('hover')}).click(function(){ // Add class "hover" on dt when hover $(this).next().slideToggle('normal'); // Toggle dd when the respective dt is clicked }); }); </script> </body> </html>
Save