Dreamweaver wont load my jquery scripts

Hi,
Im pretty new to work with javascripts and jquery.
Im working on a dropdown menu when mouseover, it will not work.
Anyhow, im following this guide; http://www.clarklab.net/blog/posts/animated-drop-down-menu-with-jquery/
The problem is that dreamweaver doesnt respond to my scripts, i've done exactly as the guide tells me.
I want the menu to animate down when mouse over.
Here is how my code look like;
http://data.fuskbugg.se/skalman02/________shot.png
Regards
Oskar

Yeh, did see that now, thanks you both.
Then there is this problem;
http://data.fuskbugg.se/skalman02/______ad.png
inb4 calling me noob etc;)
I dont see the problem:(
Edit; I dont know how to formate these kinds of documents, any newbie tips?
Edit2; Solved, i removed the <script> etc thingylingy
Edit3; But the scripts still not works.....
Oskar

Similar Messages

  • Dreamweaver 5.5 wont load my jquery scripts and keep having syntax issues

    I am new to using jQuery and I am having issues with this jQuery script it shows in the Live view in Dreamweaver but when I try to see it in fire fox it just a blank white screen. also I have tried to use jquery-1.6.min.js and jquery-1.7.1 min.js and none of the selector commands are working, nothing works. What am I doing wrong?

    Jason,
    I don't mean this in a pejorative way, but why did you create a duplicate discussion?
    http://forums.adobe.com/message/4136491#4136491
    Perhaps one of the moderators will be good enough to lock your other thread to prevent further confusion.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Need help. Dreamweaver wont load due to font.

    Dreamweaver CSS wont load. Saids its missing Tahoma font. I have Tahoma loaded in the system fonts. I do have Suitcase Fusion 5. Could that be it?

    Thanks Ben,
    Good to know. I will do that. Loaded the font into font book which allowed
    the application to open. But will upgrade for a permanent fix.
    On Mon, Jul 7, 2014 at 10:20 PM, Ben Pleysier <[email protected]>

  • Dreamweaver wont load??

    Hi, I've recently installed te trial version of Dreamweaver
    8, whcih I've been using with no problems. However as soon as I
    moved the Dreamweaver launch icon to my desktop and double click to
    open, it wont. It comes up with aan error but doesn't actually say
    anything, you can only click ok, which then closes the launch. When
    I put the icon back in my applications folder, it works fine?? any
    thoughts?
    Cheers
    Phil

    Delete the Cache folder.
    On my system it is located here:
    C:\Documents and Settings\ace\Application
    Data\Macromedia\Dreamweaver
    8\Configuration\SiteCache
    "Waggs_55" <[email protected]> wrote in
    message
    news:et24ev$rbc$[email protected]..
    > My Dreamweaver program will not load any more its saying
    that its loading
    > the
    > catche file but then after waiting a while the program
    stops responding
    > and I
    > have to go into task manager to delete it is there
    anyone out there that
    > can
    > help me open my dreamweaver
    >
    > Thanks
    >

  • Dreamweaver doesn't load CDN jquery in preview?

    I've been learning javascript and jquery lately, and am trying to implement a few features on my site.
    Troubleshooting a basic slider effect jquery was really difficult, because I was literally copy and pasting WORKING code from other websites, and it wasn't working at all, in preview with firefox safari, or chrome.
    Cut to later: I try just loading the site to my server, low and behold, it works.
    The ONLY thing I could think of, was that my jquery library was loading remotely from google, a CDN.
    once I loaded the jquery script locally, it started working locally.
    what gives? does dreamweaver not have the ability to load remote scripts when previewing? or is the preview process 100% offline?

    This works for me
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <link href="SpryAssets/jquery.ui.core.min.css" rel="stylesheet" type="text/css">
    <link href="SpryAssets/jquery.ui.theme.min.css" rel="stylesheet" type="text/css">
    <link href="SpryAssets/jquery.ui.accordion.min.css" rel="stylesheet" type="text/css">
    <script src="http://code.jquery.com/jquery-latest.min.js"></script>
    <script src="SpryAssets/jquery-ui-1.9.2.accordion.custom.min.js" type="text/javascript"></script>
    </head>
    <body>
    <div id="Accordion1">
      <h3><a href="#">Section 1</a></h3>
      <div>
        <p>Content 1</p>
      </div>
      <h3><a href="#">Section 2</a></h3>
      <div>
        <p>Content 2</p>
      </div>
      <h3><a href="#">Section 3</a></h3>
      <div>
        <p>Content 3</p>
      </div>
    </div>
    <script type="text/javascript">
    $(function() {
        $( "#Accordion1" ).accordion();
    </script>
    </body>
    </html>

  • Dreamweaver CS4 wont load

    Dreamweaver CS4 wont load - I get a runtime error with the following message.
    The application has requested the runtime to terminate in an unusual way.
    I am running Windows 7. This error came out of the blue. Does anyone have any suggestions on how to fix this problem.
    I have clients waiting for a website update.
    Jim

    Thank you for the suggestion. Unfortunately it did not work. I have attached a screen shot of the error message.
    I look forward to a solution to this problem.
    Jim

  • Spry Widget Wont Load JS to Browser?!?

    I have a Spry slide show widget on my website. I have it linked to the root folder and also in a folder for orginazaion reasons. When the page loads I get a lot of JS errors. If I open the file offline it works fine but when uploaded to the server it wont load the JS. I have checked all the links and they are okay. I can even follow the links and they open up the script. Dreamweaver added the JS files so im asuming that the JS codes are correct. The 2 links are http://tylerdickersondesign.com/classic/classic.html & http://tylerdickersondesign.com/classic.html. This is so frustrating!
    Here is the my HTML code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <link rel="icon" type="image/ico" href="http://www.tylerdickersondesign.com/images/favicon.ico">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Tyler Dickerson Design</title>
    <link href="classic.css" rel="stylesheet" type="text/css" />
    <link href="Spry-UI-1.7/css/ImageSlideShow/basicFS/basic_fs.css" rel="stylesheet" type="text/css" />
    <script src="Spry-UI-1.7/includes/SpryDOMUtils.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryDOMEffects.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryPanelSelector.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryPanelSet.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryFadingPanels.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SprySliderPanels.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryFilmStrip.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryImageLoader.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryImageSlideShow.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryThumbnailFilmStripPlugin.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryTitleSliderPlugin.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryPanAndZoomPlugin.js" type="text/javascript"></script>
    <style type="text/css">
    /* BeginOAWidget_Instance_2141543: #Tyler */
    #Tyler {
        width: 650px;
        margin: 24px 0px 0px 0px;
        border: solid 1px #000000;
        background-color: #717c96;
        padding-top: 10px;
    #Tyler .ISSName {
        top: -24px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 18px;
        text-transform: none;
        color: #000000;
    #Tyler .ISSSlideTitle {
        top: -18px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px;
        overflow: hidden;
        color: #000000;
        text-transform: none;
    #Tyler .ISSClip {
        height: 400px;
        margin: 0 10px 10px 10px;
        border: solid 1px #333333;
        background-color: #ffffff;
    #Tyler .ISSControls {
        top: 11px;
        height: 400px;
    #Tyler .FilmStrip {
        height: 80px;
        background-color: #2a3a5b;
    #Tyler .FilmStripPreviousButton, #Tyler .FilmStripNextButton {
        width: 25px;
        height: 80px;
    #Tyler .FilmStripTrack {
        height: 80px;
    #Tyler .FilmStripContainer {
        height: 80px;
    #Tyler .FilmStripPanel {
        height: 80px;
        padding-left: 10px;
        margin-right: 0px;
    #Tyler .FilmStripPanel .ISSSlideLink {
        margin-top: 10px;
        border: solid 1px #2a3a5b;
        background-color: #2a3a5b;
    #Tyler .FilmStripPanel .ISSSlideLinkRight {
        border: solid 1px #404f6b;
        width: 126px;
        height: 50px;
        margin: 4px 4px 4px 4px;
    #Tyler .FilmStripCurrentPanel .ISSSlideLink {
        background-color: #59647d;
        border-color: #59647d;
    #Tyler .FilmStripCurrentPanel .ISSSlideLinkRight {
        border-color: #404f6b;
    /* EndOAWidget_Instance_2141543 */
    </style>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2141543" binding="#Tyler" />
    </oa:widgets>
    -->
    </script>
    </head>
    <body>
    <div class="container">
      <div class="header"><a href="http://tylerdickersondesign.com"><img src="images2/l2.png" alt="logo" /></a>
        <!-- end .header --></div>
        <float>
        <a href="http://www.facebook.com/TylerDickersonDesign"><img src="images2/ft.png"/></a>
        </float>
      <div class="sidebar1">
        <ul class="nav">
          <li></li>
          <li></li>
          <li><a href="http://tylerdickersondesign.com/">Home</a></li>
          <li><a href="#">About</a></li>
          <li><a href="#">Services</a></li>
          <li><a href="http://tylerdickersondesign.com/contact.html">Contact</a></li>
        </ul>
      <!-- end .sidebar1 --></div>
      <div class="content">
        <table width="90%" border="1" cellspacing="0" cellpadding="5">
          <tr>
            <th scope="col"><center>
              <ul id="Tyler" title="">
                <li><a href="images2/1.jpg"><img src="images2/1t.jpg" alt="photos-1.jpg" /></a></li>
                <li><a href="images2/2.jpg"><img src="images2/2t.jpg" alt="photos-10.jpg" /></a></li>
                <li><a href="images2/3.jpg"><img src="images2/3t.jpg" alt="photos-11.jpg" /></a></li>
                <li><a href="images2/4.jpg"><img src="images2/4t.jpg" alt="photos-12.jpg" /></a>
              </ul>
              <script type="text/javascript">
    // BeginOAWidget_Instance_2141543: #Tyler
    var Tyler = new Spry.Widget.ImageSlideShow("#Tyler", {
        widgetID: "Tyler",
        widgetClass: "BasicSlideShowFS",
        injectionType: "replace",
        autoPlay: true,
        displayInterval: 3000,
        transitionDuration: 2000,
        componentOrder: ["name", "title", "view", "controls", "links"],
        sliceMap: { BasicSlideShowFS: "3slice", ISSSlideLink: "3slice" },
        plugIns: [ Spry.Widget.ImageSlideShow.ThumbnailFilmStripPlugin, Spry.Widget.ImageSlideShow.PanAndZoomPlugin ],
        TFSP: { pageIncrement: 4, wraparound: true }
    // EndOAWidget_Instance_2141543
              </script>
            </center>
    <p><br />
              </p>
              <h1>Graphic Design</h1>
              <p>Welcome to Tyler Dickerson Design. We take pride in our commitment to the highest degree of excellence in graphic design, web design, and photography. Our goal is to provide each and every client with more than they imagined in terms of design and more than they have experienced in regard to customer service, while at the same time staying within each individual budget we are working with. We offer the highest quality of design that will take your company and clients to the next level. We are committed to achieving excellence. When you hire us as your creative designer, you have taken the first important step to a new way of doing business. Tyler Dickerson Design is a proud, experienced artist of Graphic Design, Web Design, and Photography. Our expertise-based knowledge of marketing, advertising, promotion, logo development, print production processes, and photography are unmatched. Select Tyler Dickerson Design to receive the highest level of personal attention and dedication to detail. We are the creative designers that stand for quality, uniqueness and value. We are quick, flexible, and great listeners.</p>
              <h2>Web Design</h2>
              <p>As your web designer it is our goal to develop elegant and affordable web solutions that enable small to large businesses to establish visibility online, increase sales, and improve productivity. Tyler Dickerson Design provides high-quality, professional web design and online marketing services to small businesses and non-profits at prices that fit their budgets. We work extremely hard to keep prices affordable for our clients, while giving them access to the same web site and marketing services that have always been available to large companies with big budgets.</p>
              <h3>Photography</h3>
              <p>Tyler Dickerson Design explores the connection between the eye, the camera, and the soul by raising the growth of artistic vision and technical knowledge. We strive to capture and deliver the highest quality photographs for our clients, while focusing on the genuine moments of life that are often fleeting and quickly forgotten. We promise to give the maximum level of service to each client, while respecting individual needs. Our hope is to develop a personal connection that supports an ongoing and long-lasting working relationship. </p>
              <p> Be aware that if you use the Property inspector to navigate to your logo image using the SRC field (instead of removing and replacing the placeholder), you should remove the inline background and display properties. These inline styles are only used to make the logo placeholder show up in browsers for demonstration purposes. </p>
              <p>To remove the inline styles, make sure your CSS Styles panel is set to Current. Select the image, and in the Properties pane of the CSS Styles panel, right click and delete the display and background properties. (Of course, you can always go directly into the code and delete the inline styles from the image or placeholder there.)</p>
              <h4>Marketing Materials</h4>
              <p>Tyler Dickerson Design uses the highest quality materials. We take pride in our work and want our clients to be 100% satisfied with their experience with us. Give us a chance to astonish you. </p></th>
          </tr>
        </table>
        <h1> </h1>
      <!-- end .content --></div><br />
    </wrap>
      <div class="footer">
        <p><center><small>© 2013 Tyler Dickerson Design. All Rights Reserved.</center></p>
        <!-- end .footer --></div>
      <!-- end .container --></div>
    </body>
    </html>
    Thanks guys!

    It seems to function correctly here on my Windows 7 machine in...
    Firefox 16
    IE9
    Opera 12.11
    Chrome 24
    Safari 5.1.7
    There are a few errors in your HTML that could be causing an issue for you in an older browser. Make sure to clean them up after running the validator here:
    http://validator.w3.org/

  • Flash wont load text file

    Hi Everyone,
    I have a flash program which reads some data in from a text
    file and stores them in a list box. The problem im having is that
    on one of my computers it works fine, however on the second
    computer, there is no log entry in the
    windows\system32\logfiles\w3svc1 file which indicates that the text
    file has been opened.
    So from this i assume that there is something wrong with
    flash and IIS. Is there someway to turn off the IIS in flash so it
    wont load a "
    http://localhost/test.txt"
    file?
    I think I may have accidentally switched off an option but i
    have no idea where this would have been. Any help would be great.
    Thanks

    hi all
    at last i found the way to load text file in to the textArea
    it's like
    <mx:Script>
    <![CDATA[
    private function loadText():void {
    var l:URLLoader = new URLLoader(new URLRequest('2.txt'))
    l.addEventListener(Event.COMPLETE, finishLoading);
    public function finishLoading(evt:Event):void {
    var myData:String =new String(evt.target.data)
    txtBox.text=myData;
    ]]>
    </mx:Script>
    this should works because it's work with me
    enjoy the code
    Sanji

  • JQuery script not working after DW update

    After updating to the latest DreamWeaver Version 12 build 5861 a jQuery script for collapsible panels no longer works.
    I had used the script many times in the past few years on various sites and when I open the html and php pages I created in the past the script still runs in Live View and as a web page.
    As I mentioned above since I updated to build 5861 the script no longer works for any new pages I create. I used FireFox view source to confirm the links to the jQuery engine and the actual script are correct. I have placed the engine script link above the actual script, as well as deleted additional links to other engines used by other plug-ins.
    Any thoughts would be appreciated.

    I discovered the cause but not the solution.
    After the update and the creation of a new site the first element I created involved a jQuery script and when I went to check it's functionality it failed. I have been mostly obsessing on getting various scripts to work. As I mentioned if I placed the code in the head all was fine, if I linked to a script file it failed and according to FireFox view source the html was linked to the file.
    Well a few minutes ago I bypassed the script issue and placed an image in a document and saw that Dreamweaver wrote the code as a absolute path to the image rather than a relative path.
    Before the update DW accepted a relative path for the scripts such as:
        <script type="text/javascript" src="scripts/diQuery-collapsiblePanel.js"></script>
    After the update I can get the scripts to work if I enter absolute paths:
        <script src="http://localhost/panel/scripts/diQuery-collapsiblePanel.js"></script>
    The funny thing is that the CSS files work fine with relative paths.
    I thought perhaps I set the site up incorrectly and had the links referencing the Site Root instead of the document but thats not the case. It is set to Document and should be creating Relative paths to images.
    I can not see any other Preference settings involving the way paths are written. I would really like to get back to Relative paths for all elements.
    Any thoughts?

  • Flash banner on website wont load until browser is refreshed??

    I am having this problem on a website where the flash banners for each  page wont load in any browser until you either refresh F5 the page or  try re-clicking the page nav links a few times. Once loaded they are fine, but if browser's cache is cleared, no go. http://udornthara.com
    Some research suggested "Usually this happens if there are a lot of  linkaged objects in the library with 'Export in first frame' option  enabled. If this is the case, please disable this option. The problem is  not in the quantity of the linkaged movieclips with 'Export in first  frame' option enabled, the problem is the size of the objects which are  linkaged."
    I have de-compiled the SWF and checked out the library, but really have  no idea in regards to Flash files and their construction as to what is  or isn't an issue.
    If anyone has any information on this problem, advice, or steps to take, would be much appreciated.
    The file has 4 images, 8 shapes, 7 frames (of which 0-6 are 'loading...') and 5 scripts.
    Many Thanks...

    // Action script...
    // [Action in Frame 3]
    bar._xscale = 1;
    // [Action in Frame 5]
    bar._xscale = 100 / getBytesTotal() * getBytesLoaded();
    _root.display = math.floor(100 / getBytesTotal() * getBytesLoaded());
    if (_framesloaded == _totalframes)
        play ();
    else
        setProperty("", _currentframe, --_currentframe);
        setProperty("", _currentframe, _currentframe);
        setProperty("", _currentframe, --_currentframe);
        gotoAndPlay(_currentframe);
    } // end else if
    // [Action in Frame 6]
    gotoAndPlay(7);
    // [Action in Frame 7]
    stop ();

  • How to insert jquery script in DW CS5?

    Hi folks,
    I've always struggled with jquery scripts because I've never quite understood how to use them. I've installed extensions and widgets with no trouble but jquery scripts are just a little beyond my abilities so I'm hoping someone here can give me a step by step tutorial for using this script :http://minimalisticstudio.com/journal/360-degree-panoramic-view-plugin-for-jquery to insert a panoramic tour on this page, which is part of a templated site: http://tatlerprime.co.nz/prime_vt.html (replacing the current tours).
    This is what I have downloaded (screenshot): http://imm.io/p6mh (the readme file doesn't contain instructions).
    What I'm not sure about is where to save the contents and what to do next. The instructions at the first link expect me to have installed these previously so are not much help. I usually work in split view so am comfortable editing code once I know what goes where.
    Thanks in advance if anyone has the time to talk me through this.
    Jo

    Everything's there in the index.html file.
    If you want to transplant this to a Dreamweaver file, copy the links from the <head>
    <link rel="stylesheet" href="css/site.css" media="all" /> 
    <link rel="stylesheet" href="css/panorama360.css" media="all" />
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
    <script src="js/jquery.mousewheel.min.js" type="text/javascript"></script>
    <script src="js/jquery.panorama360.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function(){
    $('.panorama-view').panorama360();
    $('.panorama .hotspot').click(function(){
    alert('Hotspot');
    return false;
    </script>
    and clone the <div> container structure, with the CSS classes, in the <body>

  • I'm having some problems wiht Firefox, for example; Youtube isn't loading right, Facebook won't let me send messages, search up people, and this website i made wont load right also. I've re-installed and updated it but still the same problems. Any help?

    I'm having some problems wiht Firefox, for example; Youtube isn't loading right, Facebook won't let me send messages, search up people, and this website i made wont load right also. I've re-installed and updated it but still the same problems. Any help?

    Because I know enough to be dangerous...  I was trying to extend the two outside columns down....  Instead of just using faux columns which I have fixed since I posted the question.
    The other link problem is the left sidebar links.  When you go to the event photos page I have a repeat of the sidebar links that are on the newsletter page.  I used named anchors on the newsletter page to link to the particular article.  From the Event Photos page the links look like this:
    <a href="1112Visions_Iss1.html/#puzzle" target="_self">[Puzzle]</a>
    The problem I am having is that some of these go to the newsletter page and the anchor and some do not (I get an error message saying it  can't find the page).  To add to the problem is that when we choose say the President's Message, when it goes to the newsletter page and the correct anchor, the newsletter page is missing all the links to the graphics... the photos are missing the graphic for the faux columns is missing.  It makes no sense.  When I preview the newsletter page from Dreamweaver everything shows up fine.
    I do not know if all of this is being caused because I haven't posted this stuff to the site or what.  I've tried re-booting both the browser and Dreamweaver, dumping the cache and still the same nonsense.
    Got any ideas?

  • How to load a java script in oracle database

    Is it possible to load d java script in Oracle database. while the object type is
    java resource ..

    RENUJP wrote:
    I meant to load a javascript to oracle database not to oracle appliocation.
    like loadjava....
    I can load a javascript to oracle database.. but i can't call it...Please re-read the comments above, especially the part about this not being a javascript nor oracle forum. Exactly what part about this information don't you understand?

  • My app store wont let me search for apps it wont load anything

    when i go to search for an app in the app store it wont load anything i even tried searching for angry birds becasue i know theres an app for that and nothing loads at all i have turned off and on my phone and still nothing!

    Tap Settings App > General > Reset > Reset Network Settings. Then in Settings make sure Cellular Data is ON. If you are in a WiFi area, relog into WiFi.

  • My itunes wont load and i need it because i locked my ipad

    Help my itunes wont load and i need it because i had locked my ipad

    Check to see whether it's running under processess in task manager (Right click task bar).  If so, end process and try again.

Maybe you are looking for

  • Save data to a table (In the View method)

    Hi,    I am new to Webdynpro.We have a requirement in BW to update user config tables using webdynpro.I got the retrieve data part working.   Now I am trying to save data back to the table.I got the following code in the save method which will be cal

  • Global Policy Link Does Not Open A New Browser Window

    Hi All, On 11.5.10.2 version Global Policy Link which is located at the top of most iExpenses pages is supposed to open a dynamic web page (Core policy manuals) on a new browser when someone clicks on it. Currently this link, when clicked on it, brin

  • DB read_only backup size increase

    Hi Experts, Have below 3 queries. Kindly enough throw some light 1) I have 1 database which is read_only. tlog backup size daily fluctuates how this is possible please... 2)another question related to another problem backupset table of 1 database sho

  • Input taxes for zambia, southafrica

    Hi Consultants, Does anybody know how to configure the input taxes flike customs,excise & vat or zambia country, south africa. If any has some document kindly requesting you to forward me. with regards GNK

  • Re:Skip validation while creating New Record

    Hi all, I am using Jdeveloper 11.1.1.7.0 I have one adf table and one createInsert button in .jspx page If first time when i click on createInsert Button it is working fine but again i click on createInsert button without entering any mandatory field