[jQuery] jquery tablesorter deleted by antivirus

2009-09-03 Thread ethodaddy

Hey guys,

wondering if anyone has experience this before. I'm a sys admin for a
web dev company and have multiple servers in different locations. this
morning domains on different servers stopped behaving the way the
should because the tablesorter plugin was deleted because the
antivirus on both machines picked it up as being JS/Exploit-
Packed.c.gen (Trojan). any ideas why? weird thing is I renamed the
files and re-uploaded and they got deleted straight away. wonder if
this will happen to all packed files in future.

etho


[jQuery] modal window and framesets

2008-08-19 Thread ethodaddy

hi all,

does anyone know of a modal window that works across a frameset? just
tried thickbox and it doesn't seem to work. i dont get any errors
either which is strange so its difficult to try modify it.

thanks --> etho


[jQuery] Re: Farbtastic RGB to Hex and vice versa

2008-04-04 Thread ethodaddy

*BUMP* anybody able to assist me with this?


[jQuery] Farbtastic RGB to Hex and vice versa

2008-04-01 Thread ethodaddy

Hi All,

I have spent some time messing around with the brilliant Farbtastic
plugin trying to get it to work with RGB and failed.  i'm wondering if
someone could point me in the right direction.

In the mean time i am using these functions to convert in and out of
RGB on my page:

http://www.openjs.com/scripts/graphics/hex_color_rbg_value_converter.php

thanks in advance for your assistance.

--etho


[jQuery] Re: JQuery timer with reset option

2008-03-25 Thread ethodaddy

thank you both for your input. Jimslam your example works great, thats
exactly what i need.


[jQuery] JQuery timer with reset option

2008-03-24 Thread ethodaddy

Hi All,

I'm very new at JQuery and have been messing about with a timer that
will trigger a logout script on a page. what i'm trying to do is have
a timer that counts down from lets say 10mins to 0 when it gets to
zero it should call a function called logUserOut(). this works fine
with a number of the timer examples out there (eg timer plugin) but
i'm yet to find one that allows you to reset the time from an external
function. once a user does certain things on the system i would like
to restart the same timer from 10 mins.

in the past I have used a tiny 1px x 1px iframe and refreshed the
iframe whenever i needed to reset the timer. this worked fine but i
thought there would be a more elegant way of doing it with JQuery.

thanks in advance for your assistance.
--etho