[jQuery] What I need to know?

2010-03-02 Thread Danjojo
Is it possible with jQuery to update a database / call a stored procedure when I update an Input box that represents Quantity of an item? I am using vanilla ASP and have not used jQuery in a while. Because it is a wish list with line-items of quantity and being able to submit one line to the cart

[jQuery] Re: What does this do?

2009-03-20 Thread Danjojo
Ok.. I was missing the id="<%=intA%>" on the element. Thanks for the help. It's working in another site now. On Mar 20, 9:29 am, MorningZ wrote: > If you are getting "NaN" that means "not a number", probably meaning > your selector isn

[jQuery] Re: What does this do?

2009-03-20 Thread Danjojo
firstInt).addClass("none"); $("#"+firstInt).css('margin-left', '5px'); $("#"+nextInt).css('margin-left', '40px'); $("#"+lastInt).removeClass("none");

[jQuery] Re: What does this do?

2009-03-20 Thread Danjojo
-  http://jquery-howto.blogspot.com > > On Fri, Mar 20, 2009 at 5:01 PM, Danjojo wrote: > > > Sorry not a quiz... I just am having trouble remembering how I built > > this. > > > What does this do? > > > firstInt = Number($("div#upsell .upsell_feature_modu

[jQuery] What does this do?

2009-03-20 Thread Danjojo
Sorry not a quiz... I just am having trouble remembering how I built this. What does this do? firstInt = Number($("div#upsell .upsell_feature_module:visible").attr ("id")); Is it counting where in the chain of Div's the current position is? My code is: function scrollCartUpsells(num){

[jQuery] RE: FF2.0 and IE7 simple hide and show stuff`

2008-10-10 Thread Danjojo
What am I doing wrong? (besides developing the whole thing to work in FF2.0 first) What changes can I make to get this to work in IE7? For example it does not change to 'Edit Gift Label' on ready, even though the checkbox is checked. $(document).ready(function(){ var rowNum = 0 $("[EMAI

[jQuery] Clicking on the whole div area.. not just the small icon image.

2008-06-02 Thread Danjojo
I am trying to get a click event on the whole div area around the image that toggles a menu. In FireFox I can click on the whole div and my functionality works. In IE7 I have to click only on the tiny arrow icon. How do I allow the whole div to control the event? $(document).ready(function() {

[jQuery] Cluetips Protips Jtips

2008-06-02 Thread Danjojo
I really like the quality of the tooltip pop-ups found here http://www.nickstakenburg.com/projects/prototip2/ What is the closest thing we have to this level of quality in jQuery? Thanks, D

[jQuery] Re: New Plugin: Magnify

2008-05-30 Thread Danjojo
WOW, I am impressed. On May 30, 1:49 pm, "Josh Nathanson" <[EMAIL PROTECTED]> wrote: > Hey all, > > Got a new plugin for folks to check out - it allows you to create an image > "magnifier" like those you see on a lot of e-commerce sites. Here's the > link: > > http://tinyurl.com/6kwzf9 > > Featu

[jQuery] Re: Symantic Markup with Nice Accordion.. ..

2008-05-30 Thread Danjojo
Hi all, did i post in the wrong forum for this? Thanks, D On May 29, 1:28 pm, Danjojo <[EMAIL PROTECTED]> wrote: > I had the original demo from a popular site to get the Accordion menu > to work... I work with a team and we have designers who will want to > access the markup wit

[jQuery] Symantic Markup with Nice Accordion.. ..

2008-05-29 Thread Danjojo
I had the original demo from a popular site to get the Accordion menu to work... I work with a team and we have designers who will want to access the markup with css perfectly. So of course we want the markup like this: Category One sub-Category c1_sub1 Category Two sub-Category c2_sub1 sub-C

[jQuery] jQuery UI

2008-05-21 Thread Danjojo
Does the jQuery UI zip package contain jQuery, or is it just a library to USE with my jQuery library?

[jQuery] Re: ClueTip: Nice work, Karl!

2007-10-10 Thread Danjojo
Great work!! Only recommendation would be to move your example tab closer to the front, maybe after Features? If it were me I would even move your Examples tab between the Intro and Features tabs. Awesome work!! On Oct 10, 2:23 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > On Oct 10, 2007, at

[jQuery] Re: rewrite .text in Internet Explorer

2007-10-10 Thread Danjojo
instead of .text()? > > On Oct 10, 12:19 pm, Danjojo <[EMAIL PROTECTED]> wrote: > > > > > Any ideas how to update the following Jquery code to work in IE? > > It works in Firefox... Opera.. and not in Safari for window.. (so it > > works in 2 out of 4 browse

[jQuery] rewrite .text in Internet Explorer

2007-10-10 Thread Danjojo
Any ideas how to update the following Jquery code to work in IE? It works in Firefox... Opera.. and not in Safari for window.. (so it works in 2 out of 4 browsers) // Load XML document based on language var langSheet = "language_sheet_" + country + ".xml" $.ajax({

[jQuery] Re: Replacing text based on language selection

2007-10-09 Thread Danjojo
Well right now my only problem is that the above Jquery code example in my original post, does not work in Internet Explorer 7. It does re-write the entire page in Japanese (good enough for my demo, later I will use a database) in FireFox browser. Any ideas how to update the Jquery code to work i

[jQuery] Re: Replacing text based on language selection

2007-10-09 Thread Danjojo
Update: I figured out it is actually working , but only in FireFox 2+ ANything I can do differently to adjust it to work in IE7 and IE6? We can always fall back and demo in FireFox, but I would rather learn of the solution. THanks guys. On Oct 9, 1:53 pm, Danjojo <[EMAIL PROTECTED]> wrot

[jQuery] Replacing text based on language selection

2007-10-09 Thread Danjojo
I think what I need to do will work... I just ran into a road block. One of my co-workers has filled out an XML sheet for me, with REAL japanese values i.e. USロケーション グローバルロケーション 製品概要 展示会 セミナー& トレーニング

[jQuery] Re: Clear Input Search Box?

2007-10-01 Thread Danjojo
"#searchBox").focus(function() { > $(this).attr("value",""); > }); > > Hopefully that'll get you want you want. > > --Karl > _ > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Oct 1,

[jQuery] Clear Input Search Box?

2007-10-01 Thread Danjojo
I am trying to clear an input search box's value. When the page loads the value is set. I.e.: I want to set it to blank when the user clicks the box to enter a value: $("#searchBox").click(function() { $("#searchBox").attr("value",""); }); I have tried a coupl

[jQuery] Re: Paste Monkey Beta Launched

2007-09-28 Thread Danjojo
Could ya'll please enlighten me??? I been cruisin't the web since the dawn of web time... and well... its ugly! Yet cute... kinda like the monkey... But what the hell is it??? :P Seriously. On Sep 28, 1:24 pm, "Tane Piper" <[EMAIL PROTECTED]> wrote: > Jorn, > > The other valid reason is

[jQuery] Did I get *all* of the XPath plugin?

2007-09-28 Thread Danjojo
Is this all I need to add to my external .js library to fully include the Xpath plugin? /* * Simple XPath Compatibility Plugin for jQuery 1.1 * By John Resig * Dual licensed under MIT and GPL. */ (function(jQuery){ var find = jQuery.find; jQuery.find = function(selector, co

[jQuery] Reload Page?

2007-09-27 Thread Danjojo
Is it possible to reload the page right after I set the cookie? Cause I have to update all of the text in a different language.. // Flag image change on menu select, set the cookie with the spoken language choice // and reload the page in that language $("#languages").bind('change', function()

[jQuery] Re: Enterprise Javascript?

2007-09-27 Thread Danjojo
uy Fraser wrote: > > Danjojo wrote: > > > We have Java, .NET, PHP, and CFM... > > > > What can't we do? > > > > Interact with an Enterprise database... > > > You can use JSR 223 [1] (requires Java 1.6 or above) with the Rhino JS > > lib

[jQuery] Re: for selector: XPath to CSS converter?

2007-09-26 Thread Danjojo
Very cool! I would like to see it. When I open the language_sheet_en.xml in FireFox and click the little Firebug icon but it shows a banner "Firebug is disabled" What did I do wrong? On Sep 26, 12:34 pm, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > If open you xml doc in firefox and then u

[jQuery] Re: Enterprise Javascript?

2007-09-26 Thread Danjojo
mes popular. > > www.adobe.com/go/air > > - jake > > On 9/26/07, Danjojo <[EMAIL PROTECTED]> wrote: > > > > > > > We have Java, .NET, PHP, and CFM... > > > As developers we can do pretty much any UI we want with javascript > &

[jQuery] Enterprise Javascript?

2007-09-26 Thread Danjojo
We have Java, .NET, PHP, and CFM... As developers we can do pretty much any UI we want with javascript (jquery), css, and semantic markup... What can't we do? Interact with an Enterprise database... Unfortunately at the point we need a real RDBM database backend, we are forced to choose one of

[jQuery] Re: g has no properties?

2007-09-26 Thread Danjojo
RC); },function(){ $("#imgLinkAct").attr("src",orgActSRC); }) //method $(".swapValveImages").hover(function(){ var newSRC = $(this).attr("rel"); $("#imgLinkValve").attr("

[jQuery] Re: g has no properties?

2007-09-26 Thread Danjojo
t;src"); > //method > $(".swapImages").hover(function(){ > var newSRC = $(this).attr("rel"); > $("#imgLinkAct").attr("src",newSRC); > },function(){ > $("#img

[jQuery] Re: g has no properties?

2007-09-26 Thread Danjojo
var newSRC = $(this).attr("rel"); $("#imgLinkAct").attr("src",newSRC); },function(){ $("#imgLinkAct").attr("src","images/NCQ8_swap.jpg"); }) On Sep 26, 11:15 am, Danjojo <[EM

[jQuery] Re: g has no properties?

2007-09-26 Thread Danjojo
So I should be using onMouseOver instead of onHover? Thank you. On Sep 26, 11:06 am, Danjojo <[EMAIL PROTECTED]> wrote: > What I am trying now should work shouldn't it? > > $(".swapImages").hover(function(){ >

[jQuery] Re: g has no properties?

2007-09-26 Thread Danjojo
Linear Actuators Guided Actuators Grippers & Escapements Actuator Accessories Electric Actuators Rodless Actuators Rotary Actuators Specialty Actuators On Se

[jQuery] Re: Change background based of time of day using jquery

2007-09-26 Thread Danjojo
Fun idea.. I might try that for the world of warcraft guild site I am building. On Sep 26, 10:51 am, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Instead of document.write('') > Use $("body").css("background-color","blue") > or > $("body").addClass("noon") > > I think the time part could potentially

[jQuery] Re: Forms with asp.net

2007-09-26 Thread Danjojo
What do you mean by jQuery forms? On Sep 26, 10:49 am, Sharique <[EMAIL PROTECTED]> wrote: > Hi, > Did anybody has tried jquery forms with asp.net? > -- > Sharique

[jQuery] Re: g has no properties?

2007-09-26 Thread Danjojo
do something on mouseover, use the (appropriately > named) .mouseover() method instead: > > .mouseover(function() { >// Stuff to do when the mouse enters the element > > }) > > --Karl > _ > Karl Swedbergwww.englishrules.comwww.learningjquery.com &g

[jQuery] Re: input type text toUpperCase() jquery question

2007-09-26 Thread Danjojo
gt; input { > text-transform: uppercase; > > } > > However, that will only change the way the text is displayed, not the > actual case of the text itself. > > --Karl > _ > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Sep 26, 2007, at

[jQuery] Re: g has no properties?

2007-09-26 Thread Danjojo
var newSRC = $(this).attr("rel"); > $(this).attr("src",newSRC);},function(){ > > // something else goes here > > > > }); > -----Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf O

[jQuery] Re: input type text toUpperCase() jquery question

2007-09-26 Thread Danjojo
omgosh.. I did not even know CSS could do that! Is that CSS-2? or -3? On Sep 26, 9:18 am, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > Why would you even want to use Javascript for this? Just use CSS: > > input { > text-decoration: uppercase; > > } > > _ > > From: jquery-en@googlegr

[jQuery] Re: $.ajax ?

2007-09-26 Thread Danjojo
t;[EMAIL PROTECTED]> wrote: > The .ajax() method is built into jQuery. So as long as you have the jQuery > library, you're good to go. > > > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of Danjojo >

[jQuery] Re: newb: How to get google groups like layout

2007-09-26 Thread Danjojo
Yes with a combination of jQuery and CSS you can do it... Rounded corners are still a tricky artform... in my oppinion. http://www.google.com/search?source=ig&hl=en&q=jquery+rounded+corners On Sep 25, 7:38 pm, crybaby <[EMAIL PROTECTED]> wrote: > All the boxes, background colors, and rounded

[jQuery] g has no properties?

2007-09-26 Thread Danjojo
I am doing a simple imageChange onLinkHover... I get the following error in Firebug everytime I hover over a link. But the image swaps work GREAT in all browsers. Except for the fact I see the error getting thrown in the browsers I am fine. g has no properties handleHover(Object type=mouseout ta

[jQuery] Re: $(function()

2007-09-26 Thread Danjojo
; > in this case you are passing the anonymous function to the jQuery > > object, which stores it and calls on it when the DOM is finished > > loading. > > > On 9/25/07, Danjojo <[EMAIL PROTECTED]> wrote: > > > 2 Questions. > > > 1. are there the correc

[jQuery] Re: $(function()

2007-09-26 Thread Danjojo
anonymous function to the jQuery object, which > stores it and calls on it when the DOM is finished loading. > > On 9/25/07, Danjojo <[EMAIL PROTECTED]> wrote: > > > > > > > 2 Questions. > > > 1. are there the correct number of parenthesis in this co

[jQuery] Upgrading to jQuery 1.2 article

2007-09-25 Thread Danjojo
I would just like to say that the following article on upgrading to 1.2 and rewriting for the removed Dom traversal methods and Xpath electors was very well written. http://www.learningjquery.com/2007/09/upgrading-to-jquery-12#more-71 I understand quite alot about the jQuery changes by reading i

[jQuery] $(function()

2007-09-25 Thread Danjojo
2 Questions. 1. are there the correct number of parenthesis in this code. Is there a syntax error? It runs fine.. 2. What is this idea of wrapping the code in like a blank function() with no name? The one the looks like $function() ? I don't understand it and I want to. Being a noob javascript c

[jQuery] Replace XPath Selectors and Removed DOM Traversal Methods

2007-09-25 Thread Danjojo
Was the main reason for the removal of XPath from the jQuery library to keep the core library small?

[jQuery] In regards to xml "design"

2007-09-25 Thread Danjojo
If I am purposing to consume XML it seems logical that the XML be designed the best that it can FIRST before consuming with more complex javascript, xpath, or your flavor of the month. In that regard is what I have desinged easy to consume using jquery/ ajax? SMC Home Login

[jQuery] Re: IT Assistant

2007-09-25 Thread Danjojo
The site is too slow. Look into some benchmarks. On Sep 24, 7:17 am, Gordon <[EMAIL PROTECTED]> wrote: > Well it's finally ready enough to go live so now I can plug the big > jQuery-driven project I've been working on. It's called IT Assistant > and is intended to make shopping to IT equipment

[jQuery] $.ajax url: ?

2007-09-25 Thread Danjojo
Hi guys, In the same way I have used the cookie value to set which country flag image is used, could I also alter the url: value in the $.ajax funtion? var country = $.cookie('language'); // get cookie $('#countryFlag').attr("src", "images/" + country + ".gif"); $.ajax(

[jQuery] Re: How to use google group ?

2007-09-25 Thread Danjojo
The other Frenchman is hiding. :) Your message showed up fine. On Sep 25, 5:43 am, Fabrizio <[EMAIL PROTECTED]> wrote: > Hello , > > I try to use this google group and it's the first time I use a google > group. I wrote 3 differents message. I have a reply on only one of > this but I never seen

[jQuery] Re: jQuery and XML revisited (tutorial)

2007-09-25 Thread Danjojo
Thank you. I will have a look. On Sep 24, 9:21 pm, Giant Jam Sandwich <[EMAIL PROTECTED]> wrote: > This is a tutorial I posted this evening. I thought I might throw it > up here in case anyone was interested. > > http://blog.reindel.com/2007/09/24/jquery-and-xml-revisited/ > > Brian Reindel > d

[jQuery] Re: Open and search a .XML file

2007-09-25 Thread Danjojo
I am continuing to read the documentation at http://docs.jquery.com/Specifying_the_Data_Type_for_AJAX_Requests On Sep 24, 4:02 pm, Danjojo <[EMAIL PROTECTED]> wrote: > Hi, thank you for helping me begin down this path. > > Before I use the $.ajax function, do I need to install

[jQuery] Re: New Plugin: Picklists

2007-09-25 Thread Danjojo
I think I can help with a suggestion. When I came in as a first time user. I worked the first example up top fine (the one with just the submit button). Very fast, nice. Then I went to the second one. At first thought it was similar. Add a few then saw I could remove. So I tried removing from t

[jQuery] $.ajax ?

2007-09-25 Thread Danjojo
Before I use the $.ajax function, do I need to install a codebase for it? I notice it is similar to Klaus Hartl cookie plugin, where I install his codebase, then use it later like var country = $.cookie('language'); When I start to use this code it seems almost like the rest of the working jQuer

[jQuery] Re: Open and search a .XML file

2007-09-24 Thread Danjojo
// $(xmlDocument).find(...).dosomeThing(...); //} //}); Do I need to install an ajax library or is it allready available in my jQuery build: * jQuery 1.1.3.1 Thank you. On Sep 20, 2:18 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Danjojo schrieb:> Can anyo

[jQuery] iPhone + jQuery

2007-09-20 Thread Danjojo
Hey there is a good article to be read at A List Apart: http://www.alistapart.com/articles/putyourcontentinmypocketpart2 I guess Javascript renders much slower on the iphone. I bet jQuery performs like a rock-star on the iPhone though.

[jQuery] .XML access

2007-09-20 Thread Danjojo
Can anyone provide me a link of how to open a .xml file using JQuery? Do we have anything in the documentation or sample libraries yet? Thank you.

[jQuery] Re: ANNOUNCE: Meijer.com launches -- using jQuery

2007-09-20 Thread Danjojo
HI.. nice promo. Not really a troll but just an fyi.. the menu along the top. The background color only changes to white if you actually hover over the link in the menu selection. This really should change to white if any part of the div is selected. Just my 2 cents... cant help it.. sorry lol...

[jQuery] Re: ANNOUNCE: Meijer.com launches -- using jQuery

2007-09-20 Thread Danjojo
I mean what I posted above is easy to do since your using JQuery and all... Peace. On Sep 19, 11:08 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Brian, > Excellent! As a resident of Grand Rapids, Michigan, I'm very happy to > see this GR-based superstore using jQuery. :) Nice work! > > Stra

[jQuery] Open and search a .XML file

2007-09-19 Thread Danjojo
Can anyone provide me a link of how to open an xml file using JQuery?

[jQuery] Re: Multi-Lingual Methodology

2007-09-19 Thread Danjojo
in a demo.. it will get the "VALUE" across to the powers that be... On Sep 19, 11:04 am, Peter Bengtsson <[EMAIL PROTECTED]> wrote: > Note! It would be very very slow. Can't you just do in the server side > software. Surely it has some I18N support built into the templating

[jQuery] Multi-Lingual Methodology

2007-09-19 Thread Danjojo
Can I create custom HTML attributes and have Jquery/DOM support in IE6+ ? Example: Home | Login The idea here is that I would fire a function on load that would traverse the entire HTML document doing a unique lookup everywhere it finds the xmlVal attribute and replacing the elements text value

[jQuery] Re: Cookies with JQuery?

2007-07-20 Thread Danjojo
"src", "images/" + country + ".gif"); $.cookie('language', country); // set cookie } }); }); On Jul 20, 3:32 pm, Danjojo <[EMAIL PROTECTED]> wrote: > Am I able to set client-side cookies with JQuery? > > That

[jQuery] Re: clueTip updates and new theme

2007-07-20 Thread Danjojo
Amazing work, clue-tips (hyperlink hints), are one of my favorite things to come out of all the changes of late.. I hope to try them out soon.. On Jul 20, 3:07 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Right now, I think this is a great plugin. Very easy to set up and > useful/usable. > > F

[jQuery] Re: Select LIst with Jquery

2007-07-20 Thread Danjojo
I shift refresh the browser English is still selected. :( On Jul 20, 2:43 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Danjojo wrote: > > I have some basic markup: > > > > > > > Language > > English > > Japanese > >

[jQuery] Cookies with JQuery?

2007-07-20 Thread Danjojo
Am I able to set client-side cookies with JQuery? That would be REALLY great!! I could store the Language state in this cookie. $(function() { $("#languages").bind('change', function() { var country = $(this).val(); if(country) { $(

[jQuery] Re: Select LIst with Jquery

2007-07-20 Thread Danjojo
English Japanese On Jul 20, 2:43 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Danjojo wrote: > > I have some basic markup: > > > > > > > Language > > English > > Japanese > > > > > I have done some basic

[jQuery] Select LIst with Jquery

2007-07-20 Thread Danjojo
I have some basic markup: Language English Japanese I have done some basic Jquery that changes or alters basic classes, Id's, or element attributes. But I am not sure how to use Jquery in a function manner yet. How do I get the src for the flag image to change, id co

[jQuery] Image change on link hover.

2007-07-18 Thread Danjojo
I have a crude demo working when I hover over a link an image above is switched out. How do I best store what image I want the link to swap to? $(".showPic").hover(function() { $("#imgLinkAct").attr("src", "images/valve_manifold.jpg"); }); The html: Linear Actu

[jQuery] Change the content of a DIV section

2007-07-13 Thread Danjojo
How do I go about using Jquery to change the contents of a div? Sometimes I may want it to be: Lipsum ernum hoki doki... Other times: I have the basics of JQuery going and have done some b