Hi everybody,
Thanks for your help in advance ...
I have attached and aqLayer to an element like such ...
$('#prvt_days_cell').aqLayer({closeBtn:true})
.dblclick(function(){
$(this).aqLayer('Validation: If there is private kilometers,
there must be private days.');
});
Now a
Hi Guys,
OK, I can get the column value based on the index ...
var index = $('.trSelected td:eq(1)').text();
but how do I get my index value, based on the attribute 'abbr' =
'contract'
On Apr 8, 10:48 am, GrootBaas wrote:
> Hi all,
>
> I am curren
Hi all,
I am currently using
var rego = $('.trSelected td:nth-child(3) div').text();
to get the 3 column value of the row that was selected.
My problem is, when I drag the column to a new position, the value is
no longer in column 3.
How can I get around this issue?
Thanks in advance for you
Please Guys, I really need some help on this one!
On Feb 23, 3:09 pm, GrootBaas wrote:
> Looking at the final result in real time may be helpful
>
> http://screencast.com/t/qiE8qcMoqY2
>
> On Feb 23, 3:03 pm, GrootBaas wrote:
>
> > Hi all,
>
> > I would a
Looking at the final result in real time may be helpful
http://screencast.com/t/qiE8qcMoqY2
On Feb 23, 3:03 pm, GrootBaas wrote:
> Hi all,
>
> I would appreciate any information to help me solve this issue ...
> Thank you in advance fro your time ...
>
> I have
Hi all,
I would appreciate any information to help me solve this issue ...
Thank you in advance fro your time ...
I have a table in my view ...
http://screencast.com/t/z9zFsVN2Bn
Then, in my controller, I amend another table, and the table structure
is as follows ...
http://screencast.com/t/
Thanks everybody ...
This thread helped me as well.
I LOVE OPEN SOURCE !
Thanks Guys, it worked like a charm.
The page layout does not change anymore.
Hi jQuery,
Could somebody please shed some light on this issue for me?
.hide() and .show(), will change the layout of my page because when
I .show() the elements, an element is created in a place where there
was none..
I am no expert, but I think .show() change the CSS style from
"display:none"
We will be able to help much better if you post some code here for us
to look at
On Jan 30, 8:58 am, kevinsturf wrote:
> Ok, I got the js file and jquery file placed them on the webpage, gave
> my form an id exactly how the demo had it and still nothing, doesn't
> even work.
>
> Please help,
Hi all,
As soon as I show elements on my page, the whole page moves down.
Could anybody please help me ?
I am using IE6.1
This is my CSS ...
#container{
position:static;
height:630px;
width:990px;
margin:2px auto;
padding:1px 0;
text-align:left;
background:#ff;
color:#303030;
border:2
OK, no worries. I used this ...
document.getElementById('start_odo11').value = start_odo;
Thanks anyway.
On Nov 13, 10:36 am, GrootBaas <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> This is a very junior question that I need help with please ...
>
> I use
>
>
Hi all,
This is a very junior question that I need help with please ...
I use
var start_odo = $("#end_odo"+counter).val()
to get the value of a text input.
What statement would I use to assign the value start_odo to a text
input.
Thanks guys ...
Reading the table fields I can do, but as soon as the element
contains a input field, I am unable to read the cell value.
Is there any other way of doing this?
On Nov 4, 12:07 pm, GrootBaas <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> I have the following table. And I need t
Hi there,
I have the following table. And I need to save the user input to the
database.
How can I do this….
I have used jQuery DB class.
var arr_value = new Array( $($('.odo').select('.prvt_days'))[0][0], $($
('.odo').select('.prvt_days'))[0][1], $($('.odo').select('.prvt_days'))
[0][2] );
a
Hi all,
Thank you in advance for you help
I have the following object ...
console.log($('.users').select('.name'));
How can I pass this object as an hidden form field back to my PHP
controller as an array?
Current code ...
document.save_logs.table.value = value;
document.save_log
how do I access the objects individual elements?
Thanks so much for your help!
On Oct 31, 6:04 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> Here's an awesome jQuery plugin to handle HTML tables like relational
> databases:http://github.com/nkallen/jquery-database/tree/master
>
&g
for
> effectively the same results experiement for the method that works best
> for you.
>
> - the var address line. We are using a "context" reference here - we are
> saying give me the third TD in the context of the current row (this). Again,
> more than one way
are
> saying give me the third TD in the context of the current row (this). Again,
> more than one way to do this... $(this).children("td:eq(2)") would do the
> same ( I think ).
>
> Anyways, hope that helps.
>
> Shawn
>
> On Thursday 30 October 2008
Hi all,
Any help would really be much appreciated.
I have a table, how can I read the cell values of the table ...
Currently I have ...
function test () {
var address;
var i;
for (i=1;
i
Hi Dan,
Thank you for that insight. I will try it out...
It all just seems a bit tedious. Do you have any idea why this
happens?
Regards,
On Oct 31, 12:46 am, "Dan Switzer" <[EMAIL PROTECTED]> wrote:
> > I would just like to thank you all in advance for taking time to help
> > me.
>
> > I am
Hi all,
I would just like to thank you all in advance for taking time to help
me.
I am using ...
Autocomplete - jQuery plugin 1.0.2
Revision: $Id: jquery.autocomplete.js 5747 2008-06-25 18:30:55Z
joern.zaefferer $
In IE7 and Mozilla, the autocomplete works fine.
When I use IE6, the item belo
22 matches
Mail list logo