[jQuery] Conflict with Mootools...

2009-01-19 Thread Erik R. Peterson
I have a lot of jquery scripts in my html and I just added a mootools script. Now none of my jquery scripts don't work. script type=text/javascript src=/src/js/rssticker.js/script script type=text/javascript src=/src/js/slideshow.js/script script type=text/javascript

[jQuery] Re: New link being ignored by jQuery

2009-01-19 Thread Erik R. Peterson
I did check it out... It still doesn't work. All of the scripts in div tags, both Mootools and jquery... Need help.. Erik On Jan 19, 2009, at 4:47 PM, Karl Rudd wrote: Check out the documentation for several solutions: http://docs.jquery.com/Frequently_Asked_Questions#Why_do_..._.3F

[jQuery] Re: Conflict with Mootools...

2009-01-19 Thread Erik R. Peterson
Good question.. I'll fix that... Can you give me the script to fix the conflict? Erik On Jan 19, 2009, at 4:43 PM, MorningZ wrote: How come you are including both 1.2.3 and 1.2.6 versions of jQuery? On Jan 19, 4:40 pm, Erik R. Peterson eriks...@mac.com wrote: I have a lot of jquery

[jQuery] Re: Conflict with Mootools...

2009-01-19 Thread Erik R. Peterson
jQuery On Jan 19, 5:05 pm, Erik R. Peterson eriks...@mac.com wrote: Good question.. I'll fix that... Can you give me the script to fix the conflict? Erik On Jan 19, 2009, at 4:43 PM, MorningZ wrote: How come you are including both 1.2.3 and 1.2.6 versions of jQuery? On Jan 19, 4:40

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Erik R. Peterson
the $() selector to $j() or whatever you set the variable to. Also note note you need to make sure you aren't using $j in any of your mootools code as well. Good luck, Steve On Jan 19, 5:35 pm, Erik R. Peterson eriks...@mac.com wrote: Thank you. I read as you instructed me and I'm still confused. My first

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Erik R. Peterson
I did everything you pointed out. It still doesn't work: script type=text/javascriptvar $j = jQuery.noConflict();/script Where do I place this script in my html? I verified none of my mootools is using $j() Very frustrated. Any help is greatly appreciated. Erik On Jan 20, 2009, at 9:42

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Erik R. Peterson
) { return false; } }); }); /script script type=text/javascript function change(id,newtext) { document.getElementById(id).innerHTML=newtext } /script /head body On Jan 20, 2009, at 1:26 PM, Erik R. Peterson wrote: I did everything you pointed out

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Erik R. Peterson
top after you call the jQuery script you should set the var $j = jQuery.noConflict() method. In then in front of all the jQuery code $ selectors change them to $j, so jQuery code will be applied to them. On Tue, Jan 20, 2009 at 1:35 PM, Erik R. Peterson eriks...@mac.com wrote: Here

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Erik R. Peterson
I eliminated some unnecessary scripts. This is what i have now: script type=text/javascript src=/src/js/mootools/1.2.1/core.js/ script script type=text/javascript src=/src/js/mootools/1.2.1/more.js/ script script type=text/javascript src=/src/js/mootools/barack/ morphlist.js/script script

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Erik R. Peterson
around it. Steve On Tue, Jan 20, 2009 at 1:58 PM, Erik R. Peterson eriks...@mac.com wrote: I eliminated some unnecessary scripts. This is what i have now: script type=text/javascript src=/src/js/mootools/1.2.1/ core.js/script script type=text/javascript src=/src/js/mootools/1.2.1/ more.js

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Erik R. Peterson
the script tags around it. Steve On Tue, Jan 20, 2009 at 1:58 PM, Erik R. Peterson eriks...@mac.com wrote: I eliminated some unnecessary scripts. This is what i have now: script type=text/javascript src=/src/js/mootools/1.2.1/ core.js/script script type=text/javascript src=/src/js/mootools

[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

[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] 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] 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] jQuery Cycle Plugin precode 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 precode outside the DIV, the script won't work!! http://www.enaturalskin.com The Main Banner. Erik

[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] 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] Re: Cycle Plugin Help - Image Anchors

2009-06-26 Thread Erik R. Peterson
/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] 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? #nav a {width

[jQuery] Re: Cycle Plugin Help - Image Anchors

2009-06-26 Thread Erik R. Peterson
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 you take a look at my page? http

[jQuery] Re: Cycle Plugin Help - Image Anchors

2009-06-27 Thread Erik R. Peterson
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 you take a look at my page? http

[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] 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] Re: Need help on How to load content via AJAX in jQuery

2009-07-03 Thread Erik R. Peterson
using ajax, Which is the problem? - Original Message - From: Erik R. Peterson eriks...@mac.com To: jquery-en@googlegroups.com 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

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

2009-07-04 Thread Erik R. Peterson
website work though there is no javascript. -Beschi. On Jul 4, 4:14 am, Erik R. Peterson eriks...@mac.com wrote: Hi buddy! I'm undecided on the final buttons and graphics, but thanks to your help I got the script down. I actually fixed my own problem after posted this last email. Have a great

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

2009-07-04 Thread Erik R. Peterson
(); to 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 eriks...@mac.com wrote: Hi buddy! I'm undecided

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

2009-07-04 Thread Erik R. Peterson
; }); 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 to work correctly. Here is my existing code: $(document).ready(function

[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:56 AM

[jQuery] a, hover active

2009-07-04 Thread Erik R. Peterson
I have two image based links that open external an page in a div. 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');

[jQuery] Re: a, 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); }); All of

[jQuery] Re: a, hover active

2009-07-05 Thread Erik R. Peterson
to either use $(document).ready(function(){ or $(function() { On Sun, Jul 5, 2009 at 1:27 PM, Erik R. Peterson eriks...@mac.com wrote: Still doesn't work. Page: http://www.enaturalskin.com/needhelp.htm I placed your script: var obj = $(.cs_links); var items = $(.cs_contact, obj

[jQuery] Re: a, hover active

2009-07-05 Thread Erik R. Peterson
document.ready $(#cs_links a.click(function() { $(.active).removeClass(active); $(this).addClass(active); return false; }); Erik R. Peterson wrote: I went ahead and placed the script but still no success. Could my CSS be an issue here? Erik On Jul 5, 2009, at 8:10 AM, waseem

[jQuery] Re: a, hover active

2009-07-05 Thread Erik R. Peterson
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 active disappear, new active added. Erik R. Peterson

[jQuery] Re: a, hover active

2009-07-05 Thread Erik R. Peterson
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 argument arg 0 [nsIDOMViewCSS.getComputedStyle

[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] 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

[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] 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

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 eriks...@mac.com wrote: Brian, It looks like you just added

[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

[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