[jQuery] Anyone can build me a jquery carousel?

2010-01-21 Thread Erik R. Peterson
Need help... Really busy and limited on time. I need a simple jquery carousel with 4 to 5 images. All artwork is done I'll give you the dimensions and images and my CSS tags. Email me please. Erik

[jQuery] Need your opinion you ALL!!!

2010-01-06 Thread Erik R. Peterson
Hello everyone, Someone wants me to use FULL DIRECTORY PATHS for every page and script for a website I just completed. I argued that it would slow down the website for users... I prefer relative paths such as "/src/" and "/img/". Am I wrong to say this? Is there really a difference in perfor

Re: [jQuery] Re: Help on Independent DIV's that toggle!!

2009-12-30 Thread Erik R. Peterson
Wow... I'm just now getting back to this and I am totally messed up. I never thought it would be such a challenge. I thank you. Erik On Dec 30, 2009, at 12:40 PM, brian wrote: > On Tue, Dec 29, 2009 at 11:11 PM, Erik wrote: >> Brian, >> >> It looks like you just added $(this).next >> >

[jQuery] Suggest a pop up window..

2009-09-22 Thread Erik R. Peterson
Can anyone suggest to me a good jquery pop up window script. Thanks. Erik

[jQuery] Need to modify function to change buttons location

2009-09-17 Thread Erik R. Peterson
Need help to reposition buttons to a particular DIV within a pageBreak and Table. Right now, it's simply placing the buttons under the table. Can anyone help me figure this out? Erik function setButtons(pageBreak){ for (var i = 0; i < pageBreak.pages.length; i++) {

[jQuery] Need to modify function to change buttons location

2009-09-17 Thread Erik R. Peterson
Need help to reposition buttons to a particular DIV within a pageBreak and Table. Right now, it's simply placing the buttons under the table. Can anyone help me figure this out? Erik function setButtons(pageBreak){ for (var i = 0; i < pageBreak.pages.length; i++) {

[jQuery] Conflict with jquery two scripts...

2009-09-08 Thread Erik R. Peterson
Hi everyone, I'm using two scripts that are conflicting with each other. You ask why I'm using wo scripts? One script is used for scrolling to the top of a long page from a bottom link. The other script is used for smooth scrolling to local anchors. I'm using a ajax to load external ht

[jQuery] Scroll To After AJAX Request...

2009-08-23 Thread Erik R. Peterson
Any one can help with a script to scroll to the top of the page AFTER an AJAX REQUEST loading a div? Erik

[jQuery] Re: , hover & active

2009-07-05 Thread Erik R. Peterson
ly not as efficient as combining into 1 Erik R. Peterson wrote: I have the fixed version pasted inside the html. I'm still getting a error when I click on the first link: Line 22 is: $(this).addClass("active"); [Exception... "Could not convert JavaScript

[jQuery] Re: , hover & active

2009-07-05 Thread Erik R. Peterson
lie wrote: you put typo version on page with missing bracket, my bad but I did try to fix it. Throws erreor also in Firebug, if you open Firebug, paste that JS right into console and click run, you can see the active class get added when you do test click. Click another link, see the first &

[jQuery] Re: , hover & active

2009-07-05 Thread Erik R. Peterson
Wow.. this one is really kicking me! http://www.enaturalskin.com/needhelp.htm I placed the code and updated my CSS, but no go... So far this is what I have: CSS: #cs_links {width: 146px; float: left; margin:5px 0px 0px 25px} #cs_links a:hover, .active

[jQuery] Re: , hover & active

2009-07-05 Thread Erik R. Peterson
you cant embed one in the other you can choose to either use $(document).ready(function(){ or $(function() { On Sun, Jul 5, 2009 at 1:27 PM, Erik R. Peterson wrote: Still doesn't work. Page: http://www.enaturalskin.com/needhelp.htm I placed your script: var obj = $(".cs_links&qu

[jQuery] Re: , hover & active

2009-07-05 Thread Erik R. Peterson
Still doesn't work. Page: http://www.enaturalskin.com/needhelp.htm I placed your script: var obj = $(".cs_links"); var items = $(".cs_contact", obj); $(".cs_contact").click(function() { var current = items.index($(this)); items.removeClass("active"); items.eq(current).addClass("active"); });

[jQuery] , hover & active

2009-07-04 Thread Erik R. Peterson
I have two image based links that open external an page in a . I am changing the background via hover from the CSS. My CSS: #cs_contact {width: 146px; height: 34px; float: left;} a.cs_contact {width: 146px; height: 34px; background: url('/img/ pages/cs_contact.png'); disp

[jQuery] Re: Need help on How to load content via AJAX in jQuery

2009-07-04 Thread Erik R. Peterson
Where am I placing the link for each tag? Are the link identified in the JS or the html? E On Jul 4, 2009, at 10:18 AM, Charlie wrote: I gave you slideUp twice...oops...bad copy paste Erik R. Peterson wrote: Thanks Charlie, I'll put it in now. thanks. E On Jul 4, 2009, at 9:

[jQuery] Re: Need help on How to load content via AJAX in jQuery

2009-07-04 Thread Erik R. Peterson
lideUp(); hideLoading(); }); return false; }); This would replace all of the switch cases. If javascript disabled appropriate page would open from href. Likely find that load is very fast and showloading may not be necessary Erik R. Peterson wrote: Can;t get it

[jQuery] Re: Need help on How to load content via AJAX in jQuery

2009-07-04 Thread Erik R. Peterson
On Jul 4, 2009, at 6:40 AM, MOZ wrote: Hi, on your page: http://www.enaturalskin.com/needhelp.htm each time the window scroll to the top because of anchor #, use preventDefault(); to avoid this, just a suggestion. Also see the improved version: http://yensdesign.com/2009/06/safe-ajax-links-u

[jQuery] Re: Need help on How to load content via AJAX in jQuery

2009-07-04 Thread Erik R. Peterson
avoid this, just a suggestion. Also see the improved version: http://yensdesign.com/2009/06/safe-ajax-links-using-jquery/ This trick will make your website work though there is no javascript. -Beschi. On Jul 4, 4:14 am, "Erik R. Peterson" wrote: Hi buddy! I'm undecided on th

[jQuery] Re: Need help on How to load content via AJAX in jQuery

2009-07-03 Thread Erik R. Peterson
data using ajax, Which is the problem? - Original Message - From: "Erik R. Peterson" > To: Sent: Friday, July 03, 2009 2:48 PM Subject: [jQuery] Need help on How to load content via AJAX in jQuery I found this script: http://yensdesign.com/2008/12/how-to-load-content-via

[jQuery] Need help on How to load content via AJAX in jQuery

2009-07-03 Thread Erik R. Peterson
I found this script: http://yensdesign.com/2008/12/how-to-load-content-via-ajax-in-jquery/ I got it working, but it really looks bad in IE, along with erros. Any alternatives or sugestions? Here is my page: http://www.enaturalskin.com/needhelp.htm Many thanks. Erik

[jQuery] Need to find a query script to achieve this!!!

2009-06-30 Thread Erik R. Peterson
Please look at this script: http://demos.flesler.com/jquery/localScroll/ajax/ Is it possible to make the window resize vertically based on the div content? Really need help. Erik

[jQuery] Re: Cycle Plugin Help - Image Anchors

2009-06-27 Thread Erik R. Peterson
ery/cycle/pager7.html Make an array or index function of your images source and change the image source for pager from: slide.src to something like myImageSource[idx] combining various demo concepts and functions is the way to look at what you are trying to do Erik R. Peterson wrote: Co

[jQuery] Re: Cycle Plugin Help - Image Anchors

2009-06-26 Thread Erik R. Peterson
ycle/pager7.html Make an array or index function of your images source and change the image source for pager from: slide.src to something like myImageSource[idx] combining various demo concepts and functions is the way to look at what you are trying to do Erik R. Peterson wrote: Could y

[jQuery] Re: Cycle Plugin Help - Image Anchors

2009-06-26 Thread Erik R. Peterson
same in cycle using the event options to trigger add & remove class Erik R. Peterson wrote: I'm confused. these are images from the slides being used in the Cycle. What if I wanted to use GIF's that are not related to the images? Would something like this work in the CSS?

[jQuery] Re: Cycle Plugin Help - Image Anchors

2009-06-26 Thread Erik R. Peterson
p://www.malsup.com/jquery/cycle/pager6.html Erik R. Peterson wrote: Is it possible to use image rollovers instead of the default text that comes with the plugin? http://www.malsup.com/jquery/cycle/pager12.html

[jQuery] Cycle Plugin Help - Image Anchors

2009-06-26 Thread Erik R. Peterson
Is it possible to use image rollovers instead of the default text that comes with the plugin? http://www.malsup.com/jquery/cycle/pager12.html

[jQuery] Cycle Plugin Help - Image Anchors

2009-06-26 Thread Erik R. Peterson
Is it possible to use image rollovers instead of the default text that comes with the plugin?

[jQuery] jQuery Cycle Plugin is appearing inside DIV's

2009-06-25 Thread Erik R. Peterson
I'm using DIV's and I can't figure out how to remove the html text from the inside DIV from the last slide. I've tried everything. When I remove the outside the DIV, the script won't work!! http://www.enaturalskin.com The Main Banner. Erik

[jQuery] Rond Corners Question....

2009-06-23 Thread Erik R. Peterson
Hi Guys! Is the Round Corners script with Jquery worth using? Does it really work with all browsers? Does is need tweeking from the original install? Any opinions out there? Erik

[jQuery] Drop Shadows!!!

2009-06-23 Thread Erik R. Peterson
Hi everyone.. Is the jquery drop shadow worth using? Can anyone direct me ofr the quickest solution. many thanks Erik

[jQuery] Interactive USA maps....

2009-03-01 Thread Erik R. Peterson
Anyone now of any interactive maps without FLASH? I want to be able to highlight states with color changes loading external DIV content. Erik

[jQuery] Load External an DIV within the same DIV.. without tabs

2009-03-01 Thread Erik R. Peterson
Without using TABS, can I place links inside a DIV and replace the same DIV with external content from another DIV? I'm trying to achieve the effect found in this link using iFrames, but I DON'T want to use iFrames: http://www.dynamicdrive.com/dynamicindex17/iframessi2.htm Is there an ea

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Erik R. Peterson
tags around it. </tt><pre style="margin: 0em;"> Steve </pre><tt>On Tue, Jan 20, 2009 at 1:58 PM, Erik R. Peterson <eriks...@mac.com> </tt><tt>wrote: </tt><pre style="margin: 0em;"> I eliminated some unnecessary script

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Erik R. Peterson
arbera wrote: Oooh, make sure you put the jQuery.noConflict() code at the top right after the lavalamp.min.js code. Also make sure you add the tags around it. </tt><pre style="margin: 0em;"> Steve </pre><tt>On Tue, Jan 20, 2009 at 1:58 PM, Erik R. Peterson <eriks.

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Erik R. Peterson
I eliminated some unnecessary scripts. This is what i have now: script>