[jQuery] asp.net and jquery
Hey james. First, I'm not a language hater - it's all good (php,java,ruby,etc). So keep on ripping out code. I right c#/asp.net all day and have dabbled in ruby, php and perl in the past. But I'm .net full-time so it's my language of choice and I really like it. Not sure what other people have been telling you but check out http://asp.net if you're a newbie. It has tons and tons of resources on getting started, demo apps, forums, etc. Also, I've been using jquery and asp.net (which I love) for awhile.
[jQuery] JQuery Star ratings - New version?
<P> On Fri, 09 Feb 2007 Kim Johnson wrote :<BR>
[jQuery] jqUploader: parentNode
hello! Still trying to get my uploader plugin on track. I would like to implement a feature that replaces the uploader flash file by a text input field containing the uploaded file's name. So the process so far is this: - replace "file" input fields by a flash uploader - when upload is done, replace flash uploader by a "text" input field. The problem i have is that i don't know how to address the file input field that was replaced by the flash file, from within the function. The error message is
[jQuery] Wait for event to complete
<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">I'm just starting up with jQuery, and have run into a problem with my navigation menu.<DIV><BR class="khtml-block-placeholder"></DIV><DIV>It's a vertical accordion menu, with each section opening when clicked, and any other open sections close. Also, a section will close if it's open and clicked.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>So, I have the following code attached
[jQuery] Auto-switch between jQuery & document.getElementById
We have use a lot of document.getElementById() as $() in our codes, so we don't want to modify them... and The jquery document said you can use...to avoid conflict... jQuery.noConflict(); // Use jQuery via jQuery(...) jQuery but the point is...a lot plugins are using this style, so we don't want to modify them also.... it is possible to write a new $(), so it can redirect to the right method anyway? thanks. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Help with a function
I'm a little unclear about usage of $(this). I have this function that currently works but the idea is that I can reuse this for many instance (I'll put a callback into this later that will be different for each time it's used). What it does (for the moment), is simply toggle (highlight) the selected element in a list (LI): jQuery.fn.tabpost = function() { $(this).click(function() { check = $(this).attr('tabindex'); $('.ajx-thumbs li').each(function() // this line is the problem
[jQuery] jQuery Corner Plugin fixed
The IE6 bug in the corner plugin has been fixed. Apologies to anyone that was having a problem with it! You can get the latest rev here: http://jquery.com/dev/svn/trunk/plugins/corner/jquery.corner.js?format=txt _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Want to know if sites are jQuery powered? Check this out!
Hi guys, I read threads about people not always knowing how to find out if a site is using jQuery. I have set up a easy but useful greasemonkey script, which adds a small jquery icon in the bottom right corner if jQuery is found. get it here: http://paul.jquery.com/jquerydetector.user.js . Tell me your opinions! Greetings, Paul -- -- Paul Bakaus _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Another jQuery Modal Slideshow
jQuery noob here looking for feedback on my jQuery slideshow http://www.projectatomic.com/slideshow Features: easy to implement, no extra markup or external stylesheets, modal window style and loading animation set as options. I've tested it on WIN IE6-7 and FF1.5-2. I would appreciate comments from users on other platforms. I have to tip my hat to Cody Lindley. I went over every line of code in Thickbox while writing this thing. -- View this message in context: http://www.nabble.com/Another-jQuery-Modal-Slideshow-tf3187520.html#a8847070
[jQuery] Sortables not working after adding item to container
<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana,helvetica,sans-serif;font-size:10pt"><div style="font-family: verdana,helvetica,sans-serif; font-size: 10pt;">Just a guess ... but you probably need to destroy and re-create the sortable so as to include the new <li> element. scriptaculous works like this as well. - wg <div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ---- From:
[jQuery] Checking for a class?
How can I check to see if there is a particular css class on an element? Presumably I could just do $("#id").attr("class"); but I'm doing it in a loop where the class names have multiple classes on them and I only want to check for a specific one. Bith loathed to write a regexp for something so simple. Cheers Tom _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Sortables not working after adding item to container
Hi, I'm trying to sketch out a "menu builder" and I'm using Interface's Sortables. Everything works fine until I add an LI to the UL. Well, everything continues to work fine except that the new menu item isn't draggable/sortable. I suppose it is sortable because you can drag existing ones below it and the list will properly reorder. If you try to drag the item you just copied, no luck. The new item has both the same class as the other list items and it has an ID. Do I need to "refresh" the
[jQuery] tabs plugin with ajax support and callbacks
hi I've been using the tabs plugin for a while, I just updated to use the new ajax support. Works nice. Now I want to add a callback whenever a tab is updated: $(".tabs").tabs( { remote: true, loadingClass: 'progress', callback: function () { alert( 'done'); } } ); but the callback function is never actually called. any ideas why? thanks Daniel -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 _______________________________________________
[jQuery] Interface 1.2
Hi, I just released Interface 1.2 . The big change in this release is the animate function. Now Interface overwrites the default 'animation' function with an extended one. The new 'animate' function brings several enhancements: * Animates a collection of properties using one timer instead of using separate timers per property * Handles color properties like 'backgroundColor', 'borderColor' etc. * Animates styles and CSS classes Also, Interface offfers new function to handle animations: stop(), stopAll()
[jQuery] toggle(fn, fn) does not execute
Hello, I am new to jquery and I am having a problem with toggle( fn, fn). The code below does not seem to work (no errors though). But if I call toggle() with no arguments, it works fine. The thing is, I need to do different things on each click. Might this be a bug? <script type="text/javascript"> $(function(){ $('.desc span:first-child') .bind("click", function(){ $(this) .next() .toggle( function(){ $(this).hide(); }, function(){ $(this).show(); } ); }); }); </script> I am using
[jQuery] JQuery IE7 and document.ready
<div>Hi,</div> <div> </div> <div>I am new to JQuery. I have tried few ajax features of jquery and they all work beautifully on firefox. But when I try them on IE7, they fail. The problem is with ajax and jquery. I load a div using ajax "load" function. The contents of the div also include some new jquery script to controller the behaviour of new dom elements. However, the document.ready() never gets fired up after the ajax div is loaded. </div> <div> </div> <div>here is example of what I am saying</div>
[jQuery] interface plugin autocomplete always starts with a full query
i am relatively new to jquery and i am trying to get the autocomplete feature from the interface plugin to work for my movielist site. the site just lists the movies i have from an access database on my server. i have the autocomplete feature working but not exactly the way it should. If i start typing in the search field, the autocomplete window pops up but instead of returning results based on what i am typing it always returns the default (full) set of records. i really don't know why that is.
[jQuery] [Interface] snap on resize + prevent overlapping
Hi, I want to build draggable DIVs that snap on resize, like on http://www.yui-ext.com/deploy/yui-ext/examples/resizable/basic.html (Snapping). Furthermore I want to prevent overlapping between the DIVs, so that the overlaying DIV moves to a "free" position. Did someone already put effort in these issues ? E.g. is there a "snap on resize" feature planned for Interface-plugin ? For the overlapping maybe someone knows an algorithm to start with as I'm not good on math ;) Thanks for some info. cu Jan
[jQuery] asp.net and jquery
Just curious how many asp.net developers are out there using jquery? I've been seeing a lot of .aspx extension on links to examples (like the link below) Good to see. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Rick Faircloth Sent: Friday, February 09, 2007 2:57 PM To: 'jQuery Discussion.' Subject: Re: [jQuery] jQuery Powered Sites - Keep the Links Coming The table sorter is really nice... first time I've seen it in action... Rick -----Original
[jQuery] FireFox and $( expr, context )
Ran this test page in FireFox 2.0.0.1: <head> <title>Test</title> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript"> (function($) { $.fn.test = function(){ return this.each(function(){ var g = $('a', this); $(g).click(function(){ var i = $(g).index($(this)[0]); alert(i+' '+g.length); return false; }); }); }; })(jQuery); $(function(){ $('div#mydiv').test(); }); </script> </head> <body> <div id="mydiv"> http://www.google.com Google http://www.msn.com MSN http://www.yahoo.com
[jQuery] jQuery + WPF/E (XAML)
Hi all, I have an open question regarding the possibility of gluing Microsoft's WPF/E With jQuery, which seems to me as a very interesting future possibility for jQuery. My end goal would be to use jQuery syntax on WPF/E object model, so that for example $("a").click(....) // jQuery Could be used in XAML / WPF/E: $("TextBlock").click("function(){ $(this).attr("FontSize", "36")}); Generally speaking, since WPF/E does indeed follow a certain object model that should be possible in theory. The main
[jQuery] JQuery Star ratings - New version?
I wrote the creator a few days ago and never heard back. No, I don't think it's working with 1.1. I even did so much as to copy the test page directly (while changing the paths to the library) and it still gives an error. I also had asked, in the email, if it's possible to select half stars. thanks, -kim --- Rey Bango <rey@iambright.com> wrote: > Rajesh, > > Is the current version not working with jQuery > v1.1.1? > > Rey > > R. Rajesh Jeba Anbiah
[jQuery] iframe and designmode
Hi all, I need to use the following command to activate designmode in an iFrame (designmode is when you can use an iFrame like it was a text editor, think Word or when you compose an email in Gmail): <span style="font-family: courier new,monospace;"> document.getElementById("<span style="font-weight: bold;">iframe_name</span>").contentWindow.document.<span style="font-weight: bold;">designMode</span> = "<span style="font-weight: bold;">on</span>"</span> I've tried to jQuerify the sentence in a variety
[jQuery] Flickering when using slideToggle in Firefox
I'm working on a new design that's going to use jQuery for the menu. The link is below: http://www.gamehideout.co.uk/folio/ When using the menu I'm using slideDown and slideToggle and it works fine mostly. But sometimes (roughly 50% of the time) when using slideToggle to close a <div> and then slideToggle to open a new <div> there's a brief flicker. This flicker contains the contents of the new <div> but is then hidden again when the sliding happens. I'm pretty sure that makes about 0% sense but
[jQuery] Problem with IE (Ajax + XML fragments)
I am sure, this question has been asked before, but I cannot find it in this mailing list. Therefore I will have to ask again. I am having a very simple example working on Firefox, but on IE 6 it does not work. I am loading an XML document via Ajax and try to append a fragment of this document to my HTML. This is my HTML: <?xml version="1.0" encoding="UTF-8" ?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> <script
[jQuery] StyleSwitcher (or HTML) puzzle
<html> <body> Hi folks, I'm trying to introduce Kelvin Luck's stylesheet switcher (<a href="http://www.kelvinluck.com/article/switch-stylesheets-with-jquery" eudora="autourl"> http://www.kelvinluck.com/article/switch-stylesheets-with-jquery</a>) into a project, but I seem unable to pass go. The link tag follows the form: <pre><link rel="stylesheet" type="text/css" href="styles1.css" title="styles1" media="screen" /> </pre>but when I add a title to my link tag, my styles are not triggered - as soon
[jQuery] Cool tool
Hey peeps, This isn't shameless self promotion, this is just a very handy tool I found recently that has really saved some time with development. I thought I'd share with you: http://piro.sakura.ne.jp/xul/_splitbrowser.html.en It's the split browser plugin for Firefox. Rather than using tabs,you can use it to split the screen, having more than one page open. I find it really handy to open the jQuery API in one frame, and do my development in the other. The great thing is Firebug only loads in the
[jQuery] sync with Google Groups?
<P> As I see the mailing list is not synched with the GG. Could it be synched so that it will be easier to post from GG? (Nabble doesn't look impressive) <BR> <BR> -- <BR> <?php echo 'Just another PHP saint'; ?><BR> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/ </P> <a href="http://adworks.rediff.com/cgi-bin/AdWorks/sigclick.cgi/www.rediff.com/signature-home.htm/1507191490@Middle5?PARTNER=3"><IMG SRC="http://adworks.rediff.com/cgi-bin/AdWorks/sigimpress.cgi/www.rediff.com/signature-home.htm/1963059423@Middle5?OAS_query=null&PARTNER=3"
[jQuery] Testing.. Posting via GG
Testing.. please ignore -- <?php echo 'Just another PHP saint'; ?> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/ _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] body background-image
Hi-- Pretty new to using Jquery. How do I dynamically change the body background image? I have: $("img").click(function() { $("document.body").css("background-image", "url(img/ body.jpg)"); }); I've tried lots of variations but none seem to work. Thanks, T. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] $('.someclass').ready(function(){...} ???
is there any point to this type code? $('.someclass').ready(function(){...} I don't understand it. I could image some uses for ready outside of the normal $(document) kind... but it all seems to be microseconds of saving. Did I miss something? -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] one of those things that will drive a man to drink
Guys, IE is not playing nice for some god for saken reason and I just can see it. the url in question: <a href="http://pervasivemarketing.com/wesco/www/calculators/panelcalc">http://pervasivemarketing.com/wesco/www/calculators/panelcalc </a> the code in question: $(document).ready(function(){ $('.calcbuttons').bind("click", function(){ alert('dd'); var div = $(this).attr('title'); $('.calchide').hide(); $('#'+div).show(); }); $('.calchide').hide();
[jQuery] Opening the datePicker plugin when you tab or click on the text field
Hi, a co-worker asked how can they open the datePicker plugin if a user tabs or clicks on the input date field. I have a solution , my question is if its ok? Is there a better solution? My solution 1. add an onfocus event handler for the input field <input type="text" class="date-picker" name="date1" id="date1" value="" onfocus="myFunc(this);"/> 2. The myFunc() handler will open the date picker function myFunc(input) { var a = input.nextSibling; $(a).click(); } Thanks _______________________________________________
[jQuery] Jquery manual: Callbacks, functions and 'this'
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> <META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=906180222-09022007><FONT face=Arial size=2>sorry if I sound dumb (i probably am), but can someone explain or rephrase this?</FONT></SPAN></DIV> <DIV><SPAN class=906180222-09022007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=906180222-09022007><FONT face=Arial
[jQuery] Storing Element State: ELM.$flag = true VS $(ELM).addClass('flag')
<div>What are people's thoughts about storing "state" by using ELEMENT.$flag as opposed to a CSS class such as "my_class_flag"?</div> <div> </div> <div>I always lean towards being a "DOM purest" but I think performance wise adding a boolean attribute to a DOM element is less expensive/cleaner than adding/remove/testing for a CSS class. (This attribute is only utilized from within the plugin I'm writing) </div> <div> </div> <div>-js</div> _______________________________________________ jQuery mailing
[jQuery] asp.net and jquery
<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana,helvetica,sans-serif;font-size:10pt"><div style="font-family: verdana,helvetica,sans-serif; font-size: 10pt;">i'm using it just fine <div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ---- From: Kevin Fricovsky <kfricovsky@broadway.com> To: jQuery Discussion. <discuss@jquery.com> Sent: Friday, February 9, 2007 1:57:08 PM Subject: [jQuery]
[jQuery] jQUpload - request for features
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=515415220-07022007><FONT face=Arial size=2>hello,</FONT></SPAN></DIV> <DIV><SPAN class=515415220-07022007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=515415220-07022007><FONT face=Arial size=2>i'm in need of a good cross platform solution for file upload
[jQuery] jQUpload - request for features
Hi Alexandre, I took a look at your demo at http://www.pixeline.be/test/jquery/ jqUpload/test.html and I liked it. My requirements are simple: o Show an animated icon while the upload is in progress... A progress bar like in your demo is nice too. :-) o A customizable look is also a requirement. o Be able to specify a callback function that does whatever (e.g. block the UI and start the file upload) as soon as the file is selected. o Be able to specify a callback function when the upload is complete
[jQuery] Problem with [@src
For the life of me, I can not get "img[@src" to work. I've already read the post at http://www.nabble.com/Problem-with--%40src-tf3147226.html#a8740073 Here's the code: $find("img").click(function(){ switch($(this).attr("src")) { case '1.gif': $(this).attr("src","2.gif"); break; case '2.gif': $("img[@src=1.gif]").click(); $(this).attr("src","1.gif"); break; } }); Basically, if you click on '1.gif' it gets replaced with '2.gif'. If you click '2.gif', find all '1.gif' on page, "click" to swap, and current
[jQuery] Why am I getting this error message?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <META NAME="Generator" CONTENT="MS Exchange Server version 08.00.0681.000"> <TITLE>Why am I getting this error message?</TITLE> </HEAD> <BODY> <!-- Converted from text/rtf format --> <P DIR=LTR><SPAN LANG="en-us"><FONT FACE="Calibri">Hi, all</FONT></SPAN><SPAN LANG="en-us"><FONT FACE="Calibri">…</FONT></SPAN><SPAN LANG="en-us"></SPAN></P> <P DIR=LTR><SPAN LANG="en-us"><FONT
Next Page