Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 8 of 8
Search took 0.04 seconds.
Search: Posts Made By: branko7171
Forum: JavaScript frameworks 11-02-2012, 02:30 PM
Replies: 1
Views: 485
Posted By branko7171
Solved it. You can close this topic.

Solved it. You can close this topic.
Forum: JavaScript frameworks 11-01-2012, 02:07 PM
Replies: 1
Views: 485
Posted By branko7171
Grids load data only once?

Hey,
on my page I have 2 jqxTrees and 2 jqxListboxes. What I'm trying to do is show properties of the selected element from those widgets. I do that using jqxGrid which loads data from the database...
Forum: JavaScript frameworks 10-28-2012, 04:20 PM
Replies: 3
Views: 637
Posted By branko7171
SOLVED I've figured out what was the problem. I...

SOLVED
I've figured out what was the problem. I passed item.label (or item), where I should have passed item.id. mySQL query in the php file requires that id, and it won't work with label etc...
Forum: JavaScript frameworks 10-28-2012, 04:20 PM
Replies: 3
Views: 694
Posted By branko7171
SOLVED! I've figured out what was the problem....

SOLVED!
I've figured out what was the problem. I passed item.label (or item), where I should have passed item.id. mySQL query in the php file requires that id, and it won't work with label etc...
Forum: JavaScript frameworks 10-28-2012, 11:28 AM
Replies: 3
Views: 694
Posted By branko7171
Yeah, sorry about that. I go between 2 queries so...

Yeah, sorry about that. I go between 2 queries so sometimes I overlook a 'P'. It doesn't help when I delete it. Thanks, though.
Forum: JavaScript frameworks 10-27-2012, 09:56 AM
Replies: 3
Views: 637
Posted By branko7171
I've tried that and I have modified the code in...

I've tried that and I have modified the code in php like so (it was not correct):
if (isset($_POST['selectedItem']))
echo 'yes';
else
echo 'no';

My problem remains ('no' again), but...
Forum: JavaScript frameworks 10-26-2012, 04:21 PM
Replies: 3
Views: 637
Posted By branko7171
Pass an attribute from JQuery to PHP (on event)?

Hello, first I want to point that I'm using jQWidgets.
I want to pass an attribute from jquery to a PHP file. Now, I've tried using $.post.
Like this:

$('#problemiTree').bind('select', function...
Forum: JavaScript frameworks 10-26-2012, 02:53 PM
Replies: 3
Views: 694
Posted By branko7171
Listbox doesn't populate from mysql with php

Hello, first I'd like to mention that I'm using jQWidgets.
The problem is as follows:
I’m trying to populate a listbox with data from a mysql database. The data is returned from a php file called...
Showing results 1 to 8 of 8

 
Forum Jump

All times are GMT +1. The time now is 06:32 PM.