0
votes
0answers
36 views

how to initialize an html element each time its created or loaded?

I have the following problem: I am using Codeigniter to build my application. I have two views the first is 'table.php' and the other one is 'row_content.php' this is 'table.php' <form ...
0
votes
1answer
37 views

Passing multiple checkbox values through JavaScript post

$(document).ready(function() { var idSelector = function() { return this.id; }; var fruitsGranted = $(":checkbox:checked").map(idSelector).get() ; var fruitsDenied = ...
2
votes
1answer
27 views

Codeigniter Autocomplete from Database

I have some problems in my project. I am trying to do autocomplete with JavaScript in CodeIgniter. I already tried many options, but they don't work! The controller: public function ...
0
votes
0answers
21 views

CodeIgniter File Structure to reflect MVC Unit Testing of Javascript

I am attempting to add unit testing (via Jasmine) of my (AngularJS) JavaScript to a CodeIgniter based PHP project. Where should I add the JavaScript unit tests in my file structure, and what syntax is ...
0
votes
0answers
55 views

Value of many Select Option Value

i have problem with my select option form. there's have many select option and i want to get value of select option and save to dataarray. please help me, this my code foreach($getMatakuliahByTA as ...
0
votes
1answer
29 views

Posting to Tinybox2 modal from form in Codeigniter

I am using Tinybox on a Codeigniter site for some functions like registering, login, viewing images, etc.... On the homepage of the site there is a small registration box that allows a user to enter ...
0
votes
2answers
45 views

Post to CI Controller using JQueryAjax and Modal Bootstrap

I am using Bootstrap Modal to take the user's input and submit it to a CI Controller for validation. I want to be able to return the results to the same modal (JSON) before the input is save to a ...
0
votes
1answer
20 views

Uncaught exception 'Exception' with message 'Serialization of 'SimpleXMLElement' is not allowed' on codeigniter

I got this error when I update the version of PHP to the latest 5.3.21 Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'SimpleXMLElement' is not allowed' in /file location ...
0
votes
1answer
52 views

jQuery autocomplete working on local server but fails on web server?

The code is same on both Web server and local server but using firebug I get two kinds of response links: Works fine GET http://localhost/www.test.co.uk/index.php/home_Controller/getSearch/r ...
0
votes
2answers
26 views

Dynamic Tables with Spreadsheet Capabilities in Websites

I'm looking for a way to do spreadsheet type actions with a table on a website that I'm creating. I looked quickly at KendoUI, but that seems to be a little too far out of my budget. Wondering if ...
0
votes
1answer
36 views

Implementing requirejs and client-side templating in existing codeigniter hmvc application

We have been working on a codeigniter hmvc project for quite sometime now and it has grown into a lot of back-end modules and controllers. For the front end we have been applying the regular jQuery ...
0
votes
1answer
48 views

How can I change the color of a button when I clicked the right answer? It is tested in PHP. (CodeIgniter)

I have a number of rows with different buttons. When I click a button, it checks if it's the right answer in that row. This I have already working. What I can't figure out is how to give that right ...
1
vote
1answer
57 views

Keep dropdown menu open when moving mouse away?

I am using zurb foundation 4 in a codeigniter site and in the desktop version I have the login top right as a drop down b ut when the mouse is moved away from the content of the drop down menu it ...
0
votes
1answer
57 views

How to add items to the cart using the Shopify API

I'm working on a custom web app using the Shopify API. The idea here is to use the app as the exclusive storefront and just make requests to the Shopify API. I've set up a private application in my ...
0
votes
1answer
60 views

CodeIgniter - AJAX call working on local server but not online

When a user goes to one of the pages (let's call it page1), the PHP loads the HTML content for an array containing data about the users. Once the page is loaded (DOM ready), I use jQuery to perform ...

1 2 3 4 5 51
15 30 50 per page