[jQuery] page_request.send(null)

2010-03-01 Thread Erik
in the line? Erik

[jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-27 Thread Erik
I looked at and I still like the easy tag... Erik On Feb 26, 8:24 am, Cesar Sanz the.email.tr...@gmail.com wrote: this IS interesting!! Some geeks works fine! - Original Message - From: Vikas Patidar vikaspatel.25111...@gmail.com To: jquery-en@googlegroups.com Sent: Thursday

[jQuery] Re: Accordion help ....

2010-02-27 Thread Erik
Thanks nathan... Where would I place this in this? $(function() { $(#accordion).accordion({ autoHeight: true, header: '.subcat' }); { $(this).removeClass(ui-state-active); } Is this the correct format? Erik On Feb 26, 3:56 pm, Nathan Klatt n8kl...@gmail.com wrote: On Fri

[jQuery] Accordion help ....

2010-02-26 Thread Erik
: $(function() { $(#accordion).accordion({ autoHeight: true, header: '.subcat' }); LINK: www.naturalskin.com On the left side of the web page. Thank you. Erik

[jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-24 Thread Erik
http://www.dillerdesign.com/experiment/DD_roundies/ On Feb 23, 3:09 pm, Cesar Sanz the.email.tr...@gmail.com wrote: What are roundies? - Original Message - From: Erik eriks...@mac.com To: jQuery (English) jquery-en@googlegroups.com Sent: Tuesday, February 23, 2010 10:50 AM

[jQuery] JQPRINT - Need help!!

2010-02-23 Thread Erik
has anyone used JQPRINT? I know it looks really simple, but how do you call the function with a link? Erik

[jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-23 Thread Erik
Use the ROUNDIES script for IE7, which is really easy. I personally don't care for IE8 so I convert IE8 to work like IE7 by placing the following tag under the head: meta content=IE=7 http-equiv=X-UA-Compatible

[jQuery] FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-21 Thread Erik
For months I couldn't figure this out and I found the answer dd_roundies can now work with IE8!!! Erik

[jQuery] DD_Roundies problem with link background-image!!!! HELP!!!

2010-02-10 Thread Erik
Hi everyone! Does anyone know how to make a a link using css only with DD_Roundies for IE 7 ? a class=product_add href=#/a CSS Example: .product_add { width: 96px; height: 40px; margin: 0px 0px 0px0px; float:left; cursor:pointer; background: url('/img/add.gif') no-repeat;

[jQuery] DD_Roundies Links

2010-02-09 Thread Erik
Does anyone know how to make a a link using css only with DD_Roundies for IE 7, etc...? CSS Example: .product_add { width: 96px; height: 40px; margin: 0px 0px 0px0px; float:left; cursor:pointer; background: url('/img/add.gif') no-repeat; background-color:#FF; border-left: 0px;

[jQuery] DD_roundies

2010-02-04 Thread Erik
Hello everyone... I'm using DD_roundies for IE round corners and it works great. BUT, I cant seen to figure out how to make the following work: a class=a2 href=test.htm/a .a2 {width: 100px; height: 100px; background-image: src=/img/a2.png no repeat; float:left; border:1px; border-color:#000;}

[jQuery] Ass kicked by IE7 with mega menu

2010-02-02 Thread Erik
had this problem! Anyone with jquery mega menu experience!! Really need help! Falling behind! Here it is: http://www.naturalskin.com Erik

[jQuery] Round corners for IE

2010-02-01 Thread Erik
; -khtml-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; Erik

[jQuery] Countdown timer needed

2010-01-30 Thread Erik
itself at 12pm EST. I would like seconds to show in real time... Just an idea! Anything out there in jquery or Ajax? Many thanks. Erik

[jQuery] Tabs not working... NEED HELP!!!

2010-01-29 Thread Erik
I have a bug I can't fix My tabs are working, but I can't get the content to show correctly.. I wanted to use div tags instead of the li. $(document).ready(function() { //When page loads... $(.tab_content).hide(); //Hide all content $(#tabs

[jQuery] Re: Tabs not working... NEED HELP!!!

2010-01-29 Thread Erik
www.naturalskin.com/test.htm it's the right side panel... Erik On Jan 29, 2:26 pm, Nathan Klatt n8kl...@gmail.com wrote: On Fri, Jan 29, 2010 at 4:19 PM, Erik eriks...@mac.com wrote:                var activeTab = $(this).find(a).attr(href); //Find the rel attribute value to identify

[jQuery] Re: Tabs not working... NEED HELP!!!

2010-01-29 Thread Erik
Nathan, Thanks for your help. I'm really stumped!! Initially when it loads, it look s right, but when I click on the either tab, I loose the content. Erik On Jan 29, 2:26 pm, Nathan Klatt n8kl...@gmail.com wrote: On Fri, Jan 29, 2010 at 4:19 PM, Erik eriks...@mac.com wrote

[jQuery] Re: Tabs not working... NEED HELP!!!

2010-01-29 Thread Erik
Thank you nathan!! You got yourself free skin care!!! Thank you. Erik On Jan 29, 3:03 pm, Nathan Klatt n8kl...@gmail.com wrote: On Fri, Jan 29, 2010 at 4:19 PM, Erik eriks...@mac.com wrote:                var activeTab = $(this).find(a).attr(href); //Find the rel Delete the find(a) bit

[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
in performance with speed whether I use absolute or relative paths? Love to hear your opinion... Thanks. Erik BTW - the website was transferred from WINDOWS SERVER to a UNIX... I actually preferred Windows. I'm dealing with a Network Admin that doesn't know web design...

[jQuery] Toggle link Needs to Be UNDERNEATH!!!

2009-12-30 Thread Erik
, but I need the links below the DIV. Any suggestions? Very grateful. Erik HEREE IS MY CODE: !DOCTYPE html html dir=ltr lang=en-CA body div class=SomeOtherClass Foo a class=SomeClass href=#More Details/a a class=SomeClass href=#More Details/a div class=SomeOtherClass

[jQuery] Re: Toggle link Needs to Be UNDERNEATH!!!

2009-12-30 Thread Erik
Already tried it and I get the same results. This is really funny I don't understand. Allow me to start all over. Here is my script: div id=ws_desc class=box div id=content1 div

[jQuery] Re: Toggle link Needs to Be UNDERNEATH!!!

2009-12-30 Thread Erik
Hi Rick, Thanks for your help... I made it really simple. Take a look at this: !DOCTYPE html html dir=ltr lang=en-CA script src=/src/js/jquery/core/jquery-1.3.2.min.js type=text/ javascript/script script type=text/javascript $(document).ready(function() { $('.SomeOtherClass').hide();

[jQuery] Re: Toggle link Needs to Be UNDERNEATH!!!

2009-12-30 Thread Erik
Not sure where, but this is it... Still doesn't work. !DOCTYPE html html dir=ltr lang=en-CA script src=/src/js/jquery/core/jquery-1.3.2.min.js type=text/ javascript/script script type=text/javascript $(document).ready(function() { $('[class^=toggle-item]').hide();

[jQuery] Re: Toggle link Needs to Be UNDERNEATH!!!

2009-12-30 Thread Erik
Rick, If you wanted to have independent DIV'S that toggle, how would you do it? Erik On Dec 30, 10:36 am, Rick Faircloth r...@whitestonemedia.com wrote: Perhaps it's a simple as an extra space in your jquery src link: script src=/src/js/jquery/core/jquery-1.3.2.min.js type=text

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] Help on Independent DIV's that toggle!!

2009-12-29 Thread Erik
Hi everyone, I got one DIV working with my toggle script. Works great. I need to add a few more DIV's with the same toggle script on the SAME PAGE. I wanted to duplicate the same script with different DIV names, but it didn't work. How can i use the same script with INDEPENDENT DIV's on the

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

2009-12-29 Thread Erik
Brian, It looks like you just added $(this).next

Re: [jQuery] Sound

2009-11-05 Thread Erik Beeson
No jQuery necessarily needed for this. Plenty of information here: http://www.google.com/search?q=html+embed+audio --Erik On Thu, Nov 5, 2009 at 3:04 PM, shapper mdmo...@gmail.com wrote: Hello, Is it possible to have a music on a HTML page with two buttons to play/ stop? Can I use JQuery

[jQuery] Fix: Superfish Cufon in IE8

2009-10-31 Thread Erik Boeters
Submenu items aren't visible when they are Cufonized. To fix this change superfish.js line 105 to: .find('ul').hide().css('display','none'); and line 113 to .find('ul:hidden').css ('display','block');

Spam increase (WAS: Re: [jQuery] Re: XXX hot sexy banned movie XXX)

2009-09-29 Thread Erik Beeson
Some of my servers are seeing a lot more DDoS type traffic and I'm seeing a lot more spam across all of the mailing lists that I'm on. It's seeming like something is going on. --Erik On Tue, Sep 29, 2009 at 4:09 PM, Mike Alsup mal...@gmail.com wrote: Sigh..   this message was *not* sent

[jQuery] Re: Synchronous call in JQuery?

2009-09-28 Thread Erik Beeson
Your question doesn't make very much sense. In your example, doSomething2 would execute after doSomething1 finished, so it is synchronous. Perhaps you could provide an example of what you're actually trying to do? --Erik On Mon, Sep 28, 2009 at 6:24 AM, Mesquite koen.buekenh...@gmail.com

[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
); Any help would be greatly appreciated. Many thanks. Erik

[jQuery] Re: Jquery at Sears

2009-09-01 Thread Erik Reppen
month. On Sep 1, 1:54 am, Jonathan Vanherpe (T T NV) jonat...@tnt.be wrote: Erik Reppen wrote: I should specify. It's not the little guy in the upper left although it might be worth plugging it into that. It's all the silly ones down below. On Aug 31, 11:58 pm, Erik Reppen erik.rep

[jQuery] More detailed blow by blow on the source code?

2009-08-31 Thread Erik Reppen
I consider myself fairly adept at JS but some of these optimization steps are over my head. Has anyone ever seen a more detailed commentary on the source code?

[jQuery] Jquery at Sears

2009-08-31 Thread Erik Reppen
What do you guys think of my precious. I'm not sure how many other elastic carousels there are out there, but I'm pretty proud of the auto-margin action. Please don't judge us (the FEDs at Sears) on the HTML. We don't actually have full control of the front end. It can scroll full pages but

[jQuery] Re: Jquery at Sears

2009-08-31 Thread Erik Reppen
I should specify. It's not the little guy in the upper left although it might be worth plugging it into that. It's all the silly ones down below. On Aug 31, 11:58 pm, Erik Reppen erik.rep...@gmail.com wrote: What do you guys think of my precious. I'm not sure how many other elastic carousels

[jQuery] Scroll to top of page after AJAX load.....

2009-08-23 Thread Erik
! Erik

[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: Web Application GUI's

2009-08-14 Thread Erik Beeson
I do 2 kinds of webapps: very rich (or heavy) desktop-replacement type apps, for which I generally use EXT, and much lighter, javascript-optional type websites, for which I generally buy a template from ThemeForrest. --Erik On Fri, Aug 14, 2009 at 1:15 PM, Meroe whme...@gmail.com wrote: Hello

[jQuery] Form with Ajax Load Content combined with onClick

2009-07-12 Thread Erik
Is it possible to combine the following? form action=https://www.expressdb.com/edp/? AppKey=3905B91021BD0A1490189D249874B317AAD9067B method=post enctype=multipart/form-data

[jQuery] Re: Form with Ajax Load Content combined with onClick

2009-07-12 Thread Erik
I already did and no luck :-( Any suggestions? Erik On Jul 12, 8:14 am, András Csányi sayusi.a...@gmail.com wrote: 2009/7/12 Erik eriks...@mac.com: Is it possible to combine the following? form action=https://www.expressdb.com/edp/? AppKey=3905B91021BD0A1490189D249874B317AAD9067B

[jQuery] Re: Form with Ajax Load Content combined with onClick

2009-07-12 Thread Erik
A little more detail and example would be great. Erik On Jul 12, 9:08 am, András Csányi sayusi.a...@gmail.com wrote: 2009/7/12 Erik eriks...@mac.com: I already did and no luck :-( Any suggestions? there is another two way: - change the method to get - use hidden fields to send

[jQuery] Re: Form with Ajax Load Content combined with onClick

2009-07-12 Thread Erik
Still can't get this form to post submit and load a confirmation page via ajax. form action=https://www.expressdb.com/edp/? AppKey=3905B91021BD0A1490189D249874B317AAD9067B method=post enctype=multipart/form-data input id=send1 class=field3 src=/images/send1.png style=cursor: pointer

[jQuery] Re: a, hover active

2009-07-05 Thread Erik R. Peterson
=js_contact href=#/a/div div id=cs_appoint a class=cs_appoint id=js_appoint href=#/a/div /div I'm confused on the toggle approach. Still a novice programmer, but learning fast. Many thanks for all the help. Erik On Jul 5, 2009, at 4:55 AM, waseem sabjee wrote: // this is our object

[jQuery] Re: a, hover active

2009-07-05 Thread Erik R. Peterson
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 sabjee wrote: ok. replace your js with the following (all the js) $(function() { // similar to $(document).read() { var obj = $(.cs_links

[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
Thanks. Upgrade didn't work.. I feel I'm so close. Erik On Jul 5, 2009, at 2:23 PM, Charlie wrote: using older version jQuery 1.2.6 see what happens if upgrade script type=text/javascript src=http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js /script. another thing

[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
Works great... Would you be able to show me how to make the links change via css after selected? Erik 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

[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
, but I don't know how to make the two links toggle with each other. I can only have ONE LINK active at a time. I have 10 more image links to add to this page. Many thanks. 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
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 weekend. Erik On Jul 3, 2009, at 5:14 PM, Cesar Sanz wrote: Hello. I see you succed retrieving data

[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
Auuugh! This is so frustrating.. I can't get this to work. Erik On Jun 26, 2009, at 9:16 PM, Charlie wrote: take a look at this demo http://malsup.com/jquery/cycle/goto2.html would this work better for you? Change the inputs to a ul and insert your images? Add functions to change

[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
; cursor: pointer; } Erik On Jun 26, 2009, at 3:43 PM, Charlie wrote: look through the examples some more, there's quite a few of them with image rollovers. Then look through the options API and see how to customize them to do almost whatever you are needing http://www.malsup.com/jquery

[jQuery] Re: Cycle Plugin Help - Image Anchors

2009-06-26 Thread Erik R. Peterson
Could you take a look at my page? http://www.enaturalskin.com Erik On Jun 26, 2009, at 6:31 PM, Charlie wrote: I did one similar to what you are trying to do using looped slider . I wanted the pagination images , which were different than the slide images, to do a hover type effect

[jQuery] Re: Cycle Plugin Help - Image Anchors

2009-06-26 Thread Erik R. Peterson
Thank you... Your suggestion... Will it remove the numbers? Erik On Jun 26, 2009, at 9:16 PM, Charlie wrote: take a look at this demo http://malsup.com/jquery/cycle/goto2.html would this work better for you? Change the inputs to a ul and insert your images? Add functions to change

[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] 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] Re: Need help cuz I don't get 'this'

2009-06-14 Thread Erik Beeson
Like MorningZ said, more info would be helpful, but this should work: $('#output').html('SRC: ' + $(this).children('img').attr('src')); --Erik On Sun, Jun 14, 2009 at 7:02 AM, Logictrap dlyck...@gmail.com wrote: I need to get the src attribute of an img element that is a sub- element

[jQuery] Re: Wait for one function to finish, then start the next....

2009-05-24 Thread Erik Beeson
your problem. It sounds like you want function2 to execute after something setup within open_popup happens, which you would do with a callback. Good luck. --Erik On Sun, May 24, 2009 at 6:57 PM, macphreak swhit...@gmail.com wrote: No, it doesn't involve Ajax. Although I wish it did. It would

[jQuery] Re: Count how many checkboxes are checked

2009-04-15 Thread Erik Beeson
categoryList.is(':checked') will return false if none are checked, so you could do: heading.css('color', categoryList.is(':checked') ? 'red' : 'black'); --Erik On Wed, Apr 15, 2009 at 8:33 AM, Dragon-Fly999 dragon-fly...@hotmail.comwrote: Hi, I'm new to JQuery and I have a question about

[jQuery] Re: Difference between .bind() and .click()

2009-04-06 Thread Erik Beeson
But slower by 1 function call 1 time. I'd call that negligible unless you're developing for a pocket watch. --Erik On Mon, Apr 6, 2009 at 5:08 PM, James james.gp@gmail.com wrote: Not really. hover is theoretically just a very tad bit slower because internally, hover is calling

[jQuery] Re: JQuery/PHP debugging technique - any suggestions on how to do this?

2009-04-02 Thread Erik
You should really try the combination of Firebug and FirePHP... http://www.firephp.org/ On Apr 2, 12:40 am, LinkGuru i...@legalanalytics.co.uk wrote: Thanks. I've installed the add-on. I'll give it a whirl. On Apr 1, 8:00 pm, Hector Virgen djvir...@gmail.com wrote: You should try using

[jQuery] Re: jQuery.com homepage News from the jQuery Blog not up to date?!

2009-03-11 Thread Erik Beeson
I'm seeing this too. Quite sure it's not a cache problem on my end as I've never visited jquery.com on this browser before. --Erik On Wed, Mar 11, 2009 at 2:56 PM, MarcusT marcu...@gmail.com wrote: The jQuery.com homepage's currently shows jQuery 1.3.1 Released as the most recent

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

2009-03-01 Thread Erik R. Peterson
Is there an easy way with jquery? Thank you. 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] Re: Conflict with Mootools...

2009-01-20 Thread Erik R. Peterson
Thank you so much!! Erik On Jan 20, 2009, at 9:42 AM, WhoButSB wrote: Hi Erik, If you are using the jQuery.noConflict function and set the jQuery Selector variable to $j as in: var $j = jQuery.noConflict(); You need to make sure you go through all your jQuery code and change

[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
; } }); }); /script Next, do I place script type=text/javascriptvar $j = jQuery.noConflict();/script at the bottom of my head? I did this and still no success. Erik On Jan 20, 2009, at 1:37 PM, Steven Barbera wrote: Which part of the code are you using jQuery with? Because at the very

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Erik R. Peterson
} /script script type=text/javascriptvar $j = jQuery.noConflict();/script I search for all $( and replaced it with $j(. MY JQUERY LAVALAMP IS NOW NOT WORKING. Frustrated! Erik On Jan 20, 2009, at 1:49 PM, Steven Barbera wrote: script type=text/javascriptvar $j = jQuery.noConflict();/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
Guess what!! I got it to work!! Very nice I feel like I parted the sea like moses thanks. Erik On Jan 20, 2009, at 2:01 PM, Steven Barbera 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

[jQuery] Conflict with Mootools...

2009-01-19 Thread Erik R. Peterson
thanks. Erik

[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
there be one script placed in the head of the page that will eliminate all the conflicts with different scripts? script type=text/javascriptvar $j = jQuery.noConflict();/script Thanks for your help. Erik On Jan 19, 2009, at 5:16 PM, MorningZ wrote: ps... reading your post for the 4th time

[jQuery] Feature request - fadeToggle

2009-01-07 Thread Erik
I'd like to suggest a small feature, having fadeToggle() (similar to toggle() and slideToggle()). Thanks! Erik

[jQuery] Re: Using jQuery.noConflict() with Prototype/Scriptaculous

2009-01-06 Thread Erik Beeson
The only thing I might guess is to do jQuery.noConflict() immediately after loading jQuery, before loading any other scripts. --Erik On Tue, Jan 6, 2009 at 8:04 PM, Magnificent imightbewrongbutidontthin...@gmail.com wrote: Hello all, I'm trying to incorporate jquery into pages

[jQuery] Re: Is this code legitimate?

2008-12-23 Thread Erik Beeson
Using an attribute selector to select by class isn't ideal. Maybe try: $(':input.required') --Erik On Tue, Dec 23, 2008 at 5:52 PM, Rick Faircloth r...@whitestonemedia.comwrote: Is this legit? $(':input[class$=required]') I know it'll work for a div: $('div[class$=required

[jQuery] Re: if ($(#field).val() == '') or something more elegant?

2008-12-06 Thread Erik Beeson
Maybe try: if($('#text').is(':empty')) --Erik On Sat, Dec 6, 2008 at 2:12 PM, Costaud [EMAIL PROTECTED] wrote: Hello, I'm wondering if this is the correct way of checking whether the textbox is empty or not: if ($(#text).val() == '') Thanks.

[jQuery] Re: if ($(#field).val() == '') or something more elegant?

2008-12-06 Thread Erik Beeson
Whoops, that matches has no children. I think what you did is fine. --Erik On Sat, Dec 6, 2008 at 3:56 PM, Costaud [EMAIL PROTECTED] wrote: That is always saying the field is empty. On Dec 6, 5:24 pm, Erik Beeson [EMAIL PROTECTED] wrote: Maybe try: if($('#text').is(':empty')) --Erik

[jQuery] Re: passing 'this' into getjson callback

2008-12-05 Thread Erik Beeson
in this case though since you then can't pass the button reference. --Erik On Fri, Dec 5, 2008 at 2:16 AM, pramodx [EMAIL PROTECTED] wrote: Hi, On click of a button I am placing a json call in the following manner jQuery( '#myButton' ).bind( 'click', myProject.callJson ); The callJson function

[jQuery] Re: document.getElementById shortcut?

2008-11-23 Thread Erik Beeson
jQuery isn't a replacement for javascript. If you want document.getElementById, use it. If you want a shorter name, shortcut it yourself. If you want to get the DOM node out of a jQuery object, use $(...)[0] --Erik On Sun, Nov 23, 2008 at 9:34 PM, George [EMAIL PROTECTED] wrote: I found myself

[jQuery] Re: How can I return some value in jquery's callback function?

2008-11-13 Thread Erik Beeson
'); }, function () { alert('Alice is not registered.'); }); You have to use callbacks when you're dealing with asynchronous events. Hope it helps. --Erik On Thu, Nov 13, 2008 at 8:17 PM, Freshow [EMAIL PROTECTED] wrote: Yes, it work but I want define the total as a function be called

[jQuery] Re: JSLitmus invaluable tool

2008-11-11 Thread Erik Beeson
With Normalize checked, I get infinity for both of them. With it unchecked, I get 12.6M and 10.9M. I'm using google chrome (which the test reports as Safari). --Erik On Tue, Nov 11, 2008 at 9:16 AM, howardk [EMAIL PROTECTED] wrote: I've been experimenting with several different coding styles

[jQuery] Re: unsubscribe

2008-11-03 Thread Erik Beeson
http://www.google.com/search?q=google+groups+unsubscribe On Mon, Nov 3, 2008 at 9:59 AM, Minal Patki [EMAIL PROTECTED] wrote: I do not wish to recieve any emails from this group. Thanks

[jQuery] Need help !!! $.preloadCssImages is not a function

2008-10-29 Thread Erik
. script src=/src/js/jquery/jquery.min.js type=text/javascript/ script script src=/src/js/jquery/preloadCssImages.jQuery_v4.js type=text/ javascript/script It just doesn't make since for me. Any help would be greatly appeciated. Erik

[jQuery] Finish fadeout of link before loading new page, simple question from newbie

2008-10-22 Thread Erik W
, and cut of the animation. Regards, Erik

  1   2   3   4   5   >