Welcome Guest, Not a member yet? Register   Sign In
where to put javascript
#1

[eluser]syntaxerror[/eluser]
hi,
i have a javascript menu bar
it has 1 folder (lib folder) and
five files (menu.php - this is the index, demo.css, demo.js, mootools.js, .project).
it is working on standalone.
my question is how and where can i save this files in code igniter to work.
i copy/paste it in the view and change the controller function index() to
$this->load->view('menu',$data).

but the effects didnt work, it should slide down, but what it did is just a link

my menu.php script is
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
&lt;html &gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
    &lt;link rel="stylesheet" href="demo.css" type="text/css" /&gt;
    [removed][removed]
    [removed][removed]
    &lt;title&gt;MouseEnter Demo&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
    <div id="myElement">
    </div>
    
    <div id="myOtherElement">
        <span><strong>Menu</strong></span>
        <div>
            <a href="#">Client 1</a>
            <a href="#">Client 2</a>
            <a href="#">Client 3</a>
        </div>
    </div>
&lt;/body&gt;
&lt;/html&gt;


Messages In This Thread
where to put javascript - by El Forum - 10-31-2008, 01:16 AM
where to put javascript - by El Forum - 10-31-2008, 01:58 AM
where to put javascript - by El Forum - 10-31-2008, 02:10 AM
where to put javascript - by El Forum - 10-31-2008, 11:33 AM
where to put javascript - by El Forum - 10-31-2008, 11:46 AM
where to put javascript - by El Forum - 10-31-2008, 12:17 PM
where to put javascript - by El Forum - 10-31-2008, 02:02 PM
where to put javascript - by El Forum - 10-31-2008, 04:53 PM
where to put javascript - by El Forum - 11-02-2008, 09:20 PM
where to put javascript - by El Forum - 11-02-2008, 09:35 PM
where to put javascript - by El Forum - 11-02-2008, 09:40 PM
where to put javascript - by El Forum - 11-02-2008, 09:49 PM
where to put javascript - by El Forum - 11-02-2008, 10:00 PM
where to put javascript - by El Forum - 11-02-2008, 10:05 PM
where to put javascript - by El Forum - 11-18-2008, 01:46 AM
where to put javascript - by El Forum - 11-18-2008, 01:54 AM
where to put javascript - by El Forum - 11-18-2008, 01:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB