Welcome Guest, Not a member yet? Register   Sign In
Including non CodeIgniter scripts
#10

[eluser]TheIgniter[/eluser]
Excuse me! I'm stuck, i create the rabid librarie but i dont know how call the rating librarie from the js :

Code:
window.addEvent('domready', function(e) {
    var rating = new RabidRatings({url:'ratings.php'});
});

Please, could you guys help me.


Fixed :

I create a controller to load the librarie and editing the url in the js file to :
Code:
var rating = new RabidRatings({url:'http://localhost/project/index.php/yourcontroller/loadlib'});


Messages In This Thread
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 10:51 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 11:15 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 11:19 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 11:19 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 11:23 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 11:26 AM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 02:04 PM
Including non CodeIgniter scripts - by El Forum - 05-28-2009, 02:59 PM
Including non CodeIgniter scripts - by El Forum - 05-29-2009, 12:36 PM
Including non CodeIgniter scripts - by El Forum - 06-25-2010, 07:40 PM
Including non CodeIgniter scripts - by El Forum - 06-27-2010, 03:03 PM
Including non CodeIgniter scripts - by El Forum - 06-28-2010, 07:43 AM
Including non CodeIgniter scripts - by El Forum - 06-28-2010, 08:23 AM
Including non CodeIgniter scripts - by El Forum - 06-28-2010, 09:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB