I'm currently loading data from a mysql db - if a certain condition is met, a
volunteer button is displayed. When the button is clicked I want to display
a dialog box, and a php file is called to populate the box. First I
initialize the dialog:
[code]
$(document).ready(function() {
$(
I am displaying a bunch of data from a mysql database, shown below. After
the data is displayed, I put a button for each line of data. When a user
clicks the button, I call the load function. I am trying to figure out how
to pass the id (received from the mysql db) for each particular record to
I've got a simple web page that works fine in FF, but chokes in IE, both 7
and 8. All pages are local, including popup.php. I am displaying tables with
data from a mysql db - the tables display, but the error comes in when I
include the function popup js code. The error is "permission denied, cod
I am currently grabbing data from a mysql db and presenting it to the user in
a table. In certain cases, a volunteer button is displayed to the user. I
want the user to click on the volunteer button, and have an iframe dialog
pop up. When the user clicks on this volunteer button, the correspon
I have a simple menu where I click a link to show some data in a div:
[code]
$('#view_data').click(function() {
$.get("viewplayers.php",
function(data){
$('#contentcolumn').html(data);
});
I have a php file that gets a variable from another file:
[code]
$gameno = $_GET['gameno'];
[/code]
At this point, the $gameno is correct, because I write the value to my error
log.
The problem comes in where I need to use this variable to display data in a
grid. I want to send the variable
Im using the imagebox interface plugin to display 6 pictures. However, they
display not on top of my page, but partially on top and partially behind the
rest of the page - ??? It's not complicated to use, so Im wondering if
others have this problem. I'm using it with jquery 1.2.6-
Here is ho
The user starts out by clicking a link -
[code]
Location
This leads to a js file where an iframe is called to pop up a dialog box -
it is at this point that I want to pass a variable in the url:
[code]
var vtwo = {
two: function() {
var url = 'test.php?gameno=2';
I've got a table that pops up in an iframe, with data from mysql, with id of
datatable.Underneath the table are two buttons:
When I press Sign Me Up, I want an empty row to appear, for the user to
enter. First question: the empty row comes up, but the formatting is all
wrong - all of a
I tried that and now I get the js error:
defaults.TABLE[0] has no properties
It's almost like it's trying to add the row to a table in my main page, not
my iframe (with my table?).
--
View this message in context:
http://www.nabble.com/add-new-row-to-table-tp18174322s27240p18180577.htm
I've read all the other info about adding a row to a table and I just can't
get it to work. I've got my dialog popping up with two buttons. When the
user clicks Volunteer, I want an empty row to appear at the bottom of my
table and the "Volunteer" button to change to "Save". The user would e
I'm trying to use the tableEditor plugin to add a new row to my table (don't
need to edit current data, just add new rows and save to mysql db). I've
got my table loading in an iframe, but I'm getting the error that
default.Table[0] has no data. The user clicks on a link which loads the
data fr
I'm looking for the best popup window plugin available. I want
clients to be able to view a schedule, and click a date. This will
display a popup window with values from a mysql database. The user
will then be able to add data (not delete or edit) more data, press
save, then close the popup and
I'm missing something basic I think in using the tablesorter function.
I have an index.php that does the following:
- sets up my divs, including one called "content" where I want all my
data to go
- included jquery, superfish.js (menus), data.js, tablesorter, and
tablesorter pager
M
My index html file is a nav menu with the following options:
Parents
# Game Schedule
# Field Directions
Further on in my php file I have the following:
In my js file, I have the following:
$(document).ready(function() {
$('#game-sked').click(
I'm a newbie to jquery, so no flames please...I have a basic 3 column
web
page - nav, center and left. That works great. My left column is
navigation. When I click on a link on the left nav pane, I want a
basic
table to appear in the center and right panes - not even getting
anything
from a dat
16 matches
Mail list logo