[jQuery] How To Upload Video File Using JQuery

2009-12-14 Thread Mark Phillips
Hi, I am looking for a way to use JQuery to upload video files. Since these files are so large it is important to provide a cue to the user when the download is in progress and when it ends. Thanks, Mark

[jQuery] When to Use'.' When Referring To Css Classes In JQuery

2009-11-03 Thread Mark Phillips
Hi, Is there some general rule to determine when '.' should be added to JQuery method parameters when referring to CSS classes. Here's an example from the excellent book "Learning JQuery 1.3" if ($header.is('.sort-alpha')) { findSortKey = function($cell) {

[jQuery] Re: AutoComplete Sends Null To Server Side Function

2009-10-08 Thread Mark Phillips
=foo&limit=10×tamp=... > > And all values can be accessed in ASP.NET via Request.QueryString, key > "q" has the value to search on > > On Oct 7, 10:50 pm, Mark Phillips wrote: > > > > > Hi, > > > I'm using the AutoComplete Plugin with ASP.NET

[jQuery] AutoComplete Sends Null To Server Side Function

2009-10-08 Thread Mark Phillips
Hi, I'm using the AutoComplete Plugin with ASP.NET MVC. For some reason the client side input value is NULL when it reaches the Server method. Any suggestions would be appreciated. Thanks, Mark