[jQuery] Re: Interactive tooltips

2008-11-20 Thread FastNOC


Yeah unfortunately I'm not a programmer. I can hack some code a bit, but
that's way out of my skillset to do.

Karl Swedberg-2 wrote:
> 
> Your best bet is probably to look at some of the modal dialog plugins  
> such as simpleModal or jqModal or the jQuery UI Dialog.
> 
> --Karl
> 
> 
> Karl Swedberg
> www.englishrules.com
> www.learningjquery.com
> 
> 
> 
> 
> On Nov 20, 2008, at 6:36 PM, FastNOC wrote:
> 
>>
>>
>> I'm searching for something I'm not having much luck finding.
>>
>> I need a tooltip script (jquery) that allows for interaction in the  
>> tip. To
>> explain it better, look at netflix. The popup is actually a web  
>> page. not
>> just something that's for display but allows interaction within it.
>>
>> I'm doing this because I need to tidy up my page, but instead of  
>> having a
>> bunch of pages I want everything on one page, and the tooltips to  
>> show the
>> data for each item with forms in them so users can make changes on  
>> the fly.
>>
>> Is there anything already written? i find lots of tooltips for  
>> jquery but
>> they're all display only. mouse out and they go away :(
>> -- 
>> View this message in context:
>> http://www.nabble.com/Interactive-tooltips-tp20612437s27240p20612437.html
>> Sent from the jQuery General Discussion mailing list archive at  
>> Nabble.com.
>>
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Interactive-tooltips-tp20612437s27240p20614800.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



[jQuery] Interactive tooltips

2008-11-20 Thread FastNOC


I'm searching for something I'm not having much luck finding.

I need a tooltip script (jquery) that allows for interaction in the tip. To
explain it better, look at netflix. The popup is actually a web page. not
just something that's for display but allows interaction within it.

I'm doing this because I need to tidy up my page, but instead of having a
bunch of pages I want everything on one page, and the tooltips to show the
data for each item with forms in them so users can make changes on the fly.

Is there anything already written? i find lots of tooltips for jquery but
they're all display only. mouse out and they go away :(
-- 
View this message in context: 
http://www.nabble.com/Interactive-tooltips-tp20612437s27240p20612437.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



[jQuery] Re: Adjusting the position and offset of the text

2008-11-14 Thread fastnoc

OK that makes sense. Thank you!

Still waiting for an answer on the font placement issue. I've read
through the source, and checked the css and i just can't figure this
out.

On Nov 13, 6:12 am, Karl Swedberg <[EMAIL PROTECTED]> wrote:
> Not sure about the first question, but you should be able to apply the  
> tooltip to multiple elements by giving all of them the same class name  
> and then attaching the tooltip() method to that class.
>
> --Karl
>
> 
> Karl Swedbergwww.englishrules.comwww.learningjquery.com
>
> On Nov 13, 2008, at 2:16 AM, fastnoc wrote:
>
>
>
> > Can anyone help here?
>
> > On Nov 12, 7:39 am, fastnoc <[EMAIL PROTECTED]> wrote:
> >> I didn't notice this right away. I thought it would be in the css but
> >> that's not the case.
>
> >> I've created my own images for the background and I need to adjust
> >> where the text starts and an offset for the right side (padding) as
> >> well.
>
> >> next, In order to use this multiple times on one page you must create
> >> new instances each time. I'm using this all over my site, so the  
> >> first
> >> line is getting long. Is there a better, more efficient way to do
> >> this?
>
> >> $("#fancy, #fancy2, #fancy3, #green, #registration, #list,
> >> #tablecycle").tooltip({
> >http://groups.google.com/group/jquery-en/browse_thread/thread/f39ccd1...


[jQuery] Re: Adjusting the position and offset of the text

2008-11-12 Thread fastnoc

Can anyone help here?

On Nov 12, 7:39 am, fastnoc <[EMAIL PROTECTED]> wrote:
> I didn't notice this right away. I thought it would be in the css but
> that's not the case.
>
> I've created my own images for the background and I need to adjust
> where the text starts and an offset for the right side (padding) as
> well.
>
> next, In order to use this multiple times on one page you must create
> new instances each time. I'm using this all over my site, so the first
> line is getting long. Is there a better, more efficient way to do
> this?
>
> $("#fancy, #fancy2, #fancy3, #green, #registration, #list,
> #tablecycle").tooltip({
http://groups.google.com/group/jquery-en/browse_thread/thread/f39ccd1cd6ae6636


[jQuery] Adjusting the position and offset of the text

2008-11-12 Thread fastnoc

I didn't notice this right away. I thought it would be in the css but
that's not the case.

I've created my own images for the background and I need to adjust
where the text starts and an offset for the right side (padding) as
well.

next, In order to use this multiple times on one page you must create
new instances each time. I'm using this all over my site, so the first
line is getting long. Is there a better, more efficient way to do
this?

$("#fancy, #fancy2, #fancy3, #green, #registration, #list,
#tablecycle").tooltip({


[jQuery] Re: order of script not right (explained inside)

2008-11-05 Thread FastNOC


OK hopefull this is the last question.

I need this to be smaller. the script takes up the whole width because the
css specifies 100%. So i shortened it to 980, the width of my page. But I
want it centered. it aligns left. text-align:center centeres the text within
the div, not the whole panel, and margin-right:auto;margin-left:auto does
nothing.

Any thought on how to center this?
-- 
View this message in context: 
http://www.nabble.com/order-of-script-not-right-%28explained-inside%29-tp20335896s27240p20355237.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



[jQuery] Re: order of script not right (explained inside)

2008-11-05 Thread FastNOC


My god. I cannot believe I dind't think of something so elemental.

Thank you!

ricardobeat wrote:
> 
> 
> CSS z-index property: http://www.w3schools.com/Css/pr_pos_z-index.asp
> 
> #dropdownpanel { z-index: 1 }
> 
> cheers,
> - ricardo
> 
> On Nov 5, 2:00 am, FastNOC <[EMAIL PROTECTED]> wrote:
>> I'm doing development on two sites right now. both are quite far from
>> finished. I liked the panel script
>> fromhttp://www.javascriptkit.com/script/script2/dropdownpanel.shtmlhere
>>  and it
>> works. You can see it here: (no this isn't advertising. almost all links
>> are
>> dead, there's no content and nothing to
>> buy).http://15.e-referrer.com/cms/index.php/red/tips/First Webiste (it
>> works
>> fine here)  (FYI it's a panel that comes down from the top when you click
>> the black button that says 'member login')
>>
>> Now, I decided to add it to the next site to use just the same. It works,
>> but the order is off and it's appearing underneath everything else on the
>> page. I can't figure out why. At first I thought it might be the order of
>> the css elements but that's not it.
>>
>> Can anyone take a guess why this is happening?
>>
>> http://e-places.net/index.phpSecond site where it's broke
>> --
>> View this message in
>> context:http://www.nabble.com/order-of-script-not-right-%28explained-inside%2...
>> Sent from the jQuery General Discussion mailing list archive at
>> Nabble.com.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/order-of-script-not-right-%28explained-inside%29-tp20335896s27240p20341371.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



[jQuery] order of script not right (explained inside)

2008-11-04 Thread FastNOC


I'm doing development on two sites right now. both are quite far from
finished. I liked the panel script from 
http://www.javascriptkit.com/script/script2/dropdownpanel.shtml here  and it
works. You can see it here: (no this isn't advertising. almost all links are
dead, there's no content and nothing to buy). 
http://15.e-referrer.com/cms/index.php/red/tips/ First Webiste (it works
fine here) 

Now, I decided to add it to the next site to use just the same. It works,
but the order is off and it's appearing underneath everything else on the
page. I can't figure out why. At first I thought it might be the order of
the css elements but that's not it.

Can anyone take a guess why this is happening?

http://e-places.net/index.php Second site where it's broke 
-- 
View this message in context: 
http://www.nabble.com/order-of-script-not-right-%28explained-inside%29-tp20335896s27240p20335896.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



[jQuery] Data mining and charting

2007-06-12 Thread fastnoc

I've been looking through this jQuery and we're going to introduce
some of the functionality in a site we run. it's a free site that
displays referrer lists.

My question is this. Is there a plugin or extension already written
that can gather data either directly or from a database (MySQL) that
will take the results and build graphical charts?

If not we'll probably look into building some but I didn't see a lot
of data massaging items in the plugin list.

Any thoughts?