Welcome Guest, Not a member yet? Register   Sign In
Trouble while Integrating Query in CI
#4

[eluser]Pascal Kriete[/eluser]
You'll need to run your script tags through postable or something similar so we can see them. Also, let's reduce this a bit. All you need is a very simple controller and view, that way you'll get a much better response. Reading through, and interpreting all that code takes time.

Does this work?
Controller:
Code:
$this->load->helper('url');

$this->load->view('test');

View:
Code:
<html>
<head>
<script type="text/javascript" src="<?=base_url()?>assets/JavaScripts/jquery.js" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
    if(jQuery) {
        alert('jquery loaded');
    }
</script>
</head>
<body>
<h1>Test</h1>
&lt;/body&gt;
&lt;/html&gt;


Messages In This Thread
Trouble while Integrating Query in CI - by El Forum - 06-30-2008, 12:28 AM
Trouble while Integrating Query in CI - by El Forum - 06-30-2008, 12:48 AM
Trouble while Integrating Query in CI - by El Forum - 06-30-2008, 01:13 AM
Trouble while Integrating Query in CI - by El Forum - 06-30-2008, 02:04 AM
Trouble while Integrating Query in CI - by El Forum - 06-30-2008, 03:16 AM
Trouble while Integrating Query in CI - by El Forum - 06-30-2008, 03:32 AM
Trouble while Integrating Query in CI - by El Forum - 06-30-2008, 11:54 AM
Trouble while Integrating Query in CI - by El Forum - 06-30-2008, 12:45 PM
Trouble while Integrating Query in CI - by El Forum - 06-30-2008, 02:01 PM
Trouble while Integrating Query in CI - by El Forum - 06-30-2008, 02:14 PM
Trouble while Integrating Query in CI - by El Forum - 06-30-2008, 02:23 PM
Trouble while Integrating Query in CI - by El Forum - 06-30-2008, 02:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB