[jQuery] Jquery can learn from Mootools for distribution its code

2007-03-22 Thread Scottus
Mootools distribution allows you to build a custom distribution with just the functionality you need. http://mootools.net/download I would love it if we could do this with jquery. 95% of what I use jquery for is Unobtrusive Scripting. i.e. $(span#closeppk).click(function() The other 5% is

[jQuery] Jquery and XSLT

2007-03-03 Thread Scottus
I this weekend I have been play with xsl (xslt) and I was concerned using javascript with it. Is the document load event sent when the xml doc is loaded, or when transformed xml is created by xsl style sheet. I worried about it for a while. But is seems that jquery's .ready works just fine

[jQuery] Scripting HTML created with innerhtml or .load

2007-02-27 Thread Scottus
I was playing with a script that had used innerhtml or .load() to fill in a div tag. The code placed inside the tag was the is info placed in the orginal tag div id=newcode Please click me/div Now I have a script in the header, $(div#newcode).click(function(){alert('this works');}); of

Re: [jQuery] Scripting HTML created with innerhtml or .load

2007-02-27 Thread Scottus
they were orginally in the ready function and didn't work. or is the ready function suppose to reset after a dynamic change of the dom. it is possible that I didn't have the code in the ready function but I thought i did. On 2/27/07, Brice Burgess [EMAIL PROTECTED] wrote: Scottus wrote

Re: [jQuery] Scripting HTML created with innerhtml or .load

2007-02-27 Thread Scottus
Or do i have to call the ready fuction again ? On 2/27/07, Scottus [EMAIL PROTECTED] wrote: they were orginally in the ready function and didn't work. or is the ready function suppose to reset after a dynamic change of the dom. it is possible that I didn't have the code in the ready

[jQuery] Thanks -- Jquery for a great tool in 2006

2006-12-31 Thread Scottus
Jquery is the first Javascript library that I found useful so I actually use it. Great job everyone who helped. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Using JQuery to manipulate href (URL params)

2006-12-13 Thread Scottus
On 12/12/06, Robert James [EMAIL PROTECTED] wrote: 2. How do I use JQuery to manipulate hrefs? there are a number of security locks on modern browsers that don't allow dynamic manipulation of href. I haven't looked at your example in detail so I am not sure you will run into it, but a lot of

Re: [jQuery] Efforts to Convert Folks to jQuery

2006-12-12 Thread Scottus
http://www.openajax.org/about.html anyone interested in joinging the opn ajax alliance. I think the fact that jquery can run with prototype shows that it is willing to work well with others. and every little bit of press helps ___ jQuery mailing

Re: [jQuery] Jobs and tasks at getJquery.org

2006-12-11 Thread Scottus
Hi I am new to the list, and this open source promotion thing but shouldn't the first thing on a getJquery.com Site be the cool button and link that I should put on my site that uses jquery. I clicked around and I couldn't find them, if they don't exist that should be job #1. On 12/11/06,

[jQuery] Custom Jquery Builds

2006-12-09 Thread Scottus
Months ago I seem to remember on the jquery site there was a tool that allowed you to pick what features and plug in to jquery you needs to create a custom jquery build. Where has that tool gone ? ___ jQuery mailing list discuss@jquery.com