Hi,
I'm working on my own plugin jquery but I have a issue and I don't
find any solution.
The plugin handles tabs. One main feature about this homemade plugin
is to manage static en ajax tabs and an history. When the user click
on back or forward button, tabs is reloaded.
So I use this plugin fo
Anyone?
On Oct 23, 8:58 pm, Cut <[EMAIL PROTECTED]> wrote:
> Hey everyone, thanks for all the help so far.
>
> I'm slimming my code down with JQuery, and wondered how I would handle
> the below situation.
>
> I generate a dynamic set of each containing
This works wonderfully, thank you!
Hey everyone, thanks for all the help so far.
I'm slimming my code down with JQuery, and wondered how I would handle
the below situation.
I generate a dynamic set of each containing a set of , , , like so:
--
var newDiv = $("");
$('').keyup( function() { return
updateRockButton(
So, I just used a standard ajax call with a response object instead of
using jquery. This way, in my event function, I could do:
: request.onreadystatechange = function()
{replaceInputElement(this);};
so that replaceInputElement gets a reference to the calling button,
which I can use
jQuery List,
I have 2 form element arrays:
-and-
The form's size changes at runtime, so the user can enter as many
rocks as needed. Therefore, the size of the rockno array and units
array are unknown. On the server side, php picks it up:
$rockno = $_POST['rockno'];
$units = $_POST['units']
Thanks Glen. You're a godsend.
I'm creating a js/jquery script that will accept a
rock, submit the rock to a database via php, and use the xml returned
to populate a select list, which will replace the text input.
I have the multiple input generation working, database submit working,
and I can parse the xml.
I can't seem to
8 matches
Mail list logo