Okay, I will take a look, but I am some what determined.
So I can do this to replace my first thing:
$('#groups').append(
'Loading...' +
'Loading...' +
'' +
'' +
' ',
);
That
Anyone have an idea how one might add a row to a table and have the
form elements in each column? Something like this:
var newRow = document.createElement( 'tr' );
var groupCell = document.createElement( 'td' );
var roleCell= document.createElement(
So this isn't specific to validate, but it seems to be the one that
for what ever reason causes me pain.
I usually try not to load the same javascript over and over so I do
something like this:
if (typeof(writeLog) == 'undefined') {
$.getScript("/javascript/mystuff/logger.js"
So am attempting to do a:
$(window).bind( 'beforeunload', function () { $.prompt( 'You have
unsaved data', { buttons: { Cancel: 'cancel', Save: 'save', Ok:
'ok' }, function (response, object) { . } } );
The funny thing is when you do the prompt it doesn't wait for the
response it just keeps
codes.
>
> I'll provide an example in a new thread.
>
> --Erik
>
> On 9/18/07, dougXN <[EMAIL PROTECTED]> wrote:
>
>
>
> > We have a website that requires login. When we go to the site, if the
> > login has expired we get a screen that logs us in, t
We have a website that requires login. When we go to the site, if the
login has expired we get a screen that logs us in, then redirects us
to our initial request.
The problem is that if the request is a jquery/ajax .load(,
'mydiv'), it does not go into the div it justs loaded the whole bloody
6 matches
Mail list logo