JQuery :: Learning Jquery And Topics To Cover To Learn Jquery?

Mar 16, 2011

which is the best way to learn Jquery....and what all topics I need to cover to learn Jquery in full...so I could code like a pro.

View 2 Replies


Similar Messages:

JQuery :: Best Book To Learn JQuery With Respect To Asp

Dec 16, 2010

I am a asp.net developer. I want to learn Jquery with respect to ASP.NET. Please suggest best book.

View 1 Replies

JQuery :: Must To Learn Javascript Before Jquery?

Mar 24, 2011

I'm starting to learn jquery widthout knowing javscript.someone told me that I don't need to learn javascript before learnig jquery.But I seen many people (in the internet) said that I must learn javascript well. to start learn Juqery?so do I must to learn javascript before jquery?

View 8 Replies

Trying To Learning Some Basic JQuery?

Jan 30, 2011

For the moment, I'm trying to learning some basic jQuery. But when I try to create a small thing with jQuery, it doesn't work. First, I thought that it was my standard browser Chrome that was not supported.
When I tried to render it in IE and Firefox, the result stays the same.

What do I wrong ?

Here u can find the code (ps I'm working with a master page, but I don't think that this has any influence)

<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<script src="Scripts/jquery-1.4.1.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
$("#orderedlist").addClass("tof");
$("#orderedlist > li").addClass("groen");

[Code]....

View 3 Replies

JQuery :: Learning Curve / Compared To AJAX?

May 21, 2010

I've been thinking about starting to work with AJAX because it seems easy to use things like the update panel. I also want to use a modal popup. I know that JQuery has some really stuff and I want to use it eventually. I want to take the path of least resistance for now though.

there seems to be some overlap in what the two technologies offer. There are similar things offered in both of them. I think I have to use AJAX for the partial page updates though.

How is the learning curve for JQuery compared to AJAX?

View 5 Replies

JQuery :: JQuery And Custom Attributes/ Find All Input Elements That Will Require Validation?

Jul 14, 2010

to directly get all elements in a form who contains a non html attribute ?

<input .... customAttribute="validateMe">

So I could find all input elements that will require validation.And use this in a loop to add validation to the input's found :

$('input').attr("customAttribute").val() == "validateMe"

I could also write every validation for each object separately, I have only a few elements who uses a required validation but it would be nice that I could do this in one shot instead of repeating the $("input").rules("add .....

View 5 Replies

JQuery :: How To Save And Retrieve Date In Database Using Jquery Ajex .net ,JSOn,XML,HTML

Oct 13, 2010

how to save and retrive date in database using jquery ajex asp.net ,JSOn,XML

View 2 Replies

JQuery :: JQuery Sortable - Sort And Update Database / Using For Custom Sorting <ul><li> List?

Mar 15, 2011

I am using jQuery for custom sorting my <ul><li> list.But I have a problem. I can sort and move those <li>-s but problem is I don't know how to update database with new order integers.Example of html ul li:

[Code]....

This is an example of my li element.. I have id=43, thats Id of picture in database.I use this javascript for trying to somehow make array and read that id into array:

[Code]....

Problem is I don't know exactly what am I doing wrong, because my event doesn't fire, when I press "update button.. Update button fires "update" function on click:

[Code]....

I hope someone will try to explain.Do codebehind and html needs to be in the same document? Can I use ascx and use "update" button there, to fire aspx methode?

View 5 Replies

JQuery :: JQuery Hide Div, Server-side Button Onclick Not Firing In IE?

Feb 9, 2011

I have 2 update panels where the server-side button (in a jQuery accordion) in the first update panel should update the second update panel.When the button is clicked, jQuery hides the accordion and displays a results div. This all works fine client side to be fair to IE. The server-side onclick event does not fire though in IE. In Firefox it does! The first update panel is displayed below, here the "btnGenerateReport" event should fire server side.

[Code]....

To add confusion ... if I comment out '$accordion.toggle($effect);' lines then the second update panel does get updated.I'm not sure what other information I can give here. I'm stumped as to why this works with Firefox and not IE.

View 4 Replies

Adding Jquery And Jquery Ui Reference To Master Page Script Manager?

Apr 5, 2011

one juvenile question , i am having a asp.net intranet application which is using jquery, instead of ref jquery to every page, i decided it to put it on the master page inside the script manager scriptReference tag. note not all pages of my application requires jquery, so is it a wise thing to do, or it will affect the performance,

View 2 Replies

JQuery-AJAX Calling Page Method / How To Return Value Back To JQuery

Jan 31, 2011

If I use jQuery AJAX to call a specific ASP.NET page method how to have that method return a value back to the AJAX method that called it?

Update

My situation is I have an existing web application with many existing methods. I would like to be able to use jQuery to execute some of these methods and then update the UI with the results. My mandate is to stay away from ASP.NET AJAX and stick with jQuery. Management is concerned about continued development and support with ASP.NET AJAX from Microsoft. I agree with them.

View 3 Replies

Can Replace Broken Images With JQuery After User Enters Value In JQuery Autocomplete

Mar 9, 2011

On my page I have textbox in which user enters value. When 3 values are entered the autocomplete panel shows.In the panel the names and surnames of all available people are shown bassed on the value user enters. Bellow each name and surname is picture of each "candidate". However images are stored on another server (using https "protection") and some people don't have picture.

onerror="this.onerror=null;this.src='../Pics/Errors/NoPic.jpg'"
into <img> tags in Web Handler.

View 2 Replies

JQuery Undefined In Content Page When Using Master Pages Which Has JQuery Reference?

Jul 19, 2010

I have a nested master page. A parent master page, a child master page and a content page whose master page is the child master page. I have a reference to jQuery in the parent master page in the head section.<script type="text/javascript" src='<%#ResolveUrl("~/includes/jquery-1.4.2.min.js") %>' ></script> & Page.Header.DataBind(); in the OnLoad event.

I am using jQuery in all the pages including the master pages. However I am getting "Error: $().ready is not a function" in the content page. If I include jQuery reference in the content page it works. Question: If the reference to jQuery is in the master page head section, why aren't the content pages able to use jQuery? When I do view source, the script tag with jQuery is there and it works. The master pages and content page are merged during rendering and sent to the browser as a single html page so I am not sure when master pages are used, jQuery references break.

UPDATE:

When I changed '$.ready(function()' to 'jQuery(document).ready(function($)' it worked! I am not loading any other javascript libraries and I am not using MS Ajax.

View 1 Replies

JQuery: Reading JQuery File Over HTTPS Causing Access Is Denied?

Nov 17, 2010

We have a site that is public facing, let's say it's http://www.example.com. When the SSL is implemented, [URL], I can no longer access the jQuery 1.4.3 file on my own server. Furthermore, after a tweak to the security setting, I was able to get past the 'Access is Denied' error, but the first call was null.I understand there is a problem with different protocols actually being within the scope of the cross-domain problem? Is that true? And if so, will this now require JSONP?

<script type="text/javascript" src="<%= ResolveUrl("~/js/jquery-1.4.2.min.js") %>"></script>
<script type="text/javascript" src="<%= ResolveUrl("~/js/jquery.jstree.min.js") %>"></script>
<script type="text/javascript" src="<%= ResolveUrl("~/js/jquery.dataTables.min.js") %>"></script>
<script type="text/javascript" src="<%= ResolveUrl("~/js/jquery.cookie.min.js") %>"></script>

View 2 Replies

JQuery :: Ashx Handler Using Jquery Autocomplete - Show Different Search Record

Sep 7, 2010

i have using jquery for autocompelete option and iam using ashx file, i have 2textbox, i need to show diffrent search record in the text box, iam using 2 ashx file to show the value using jquery, i want to user single ashx file instead of iam using 2 ashx handle filer can use switch case to handle this , i want to use 7textbox all textbox i need to do autosearch, how to handle this senario using jquery and ashx handler file

clsquery.updatetablestring = "select top 2 Cont_number from ASPrearrival_list where Cont_number";
clsquery.updatetablestring = "select top 2 custid,custname from ASCustomer where custname";
// this is my auto search iam using 2 handler file , i wants only one handler instead of 2handler
<script type="text/javascript" src="jquery.autocomplete.js"></script>
<script type="text/javascript">
$(document).ready(function()
{
$("#<%=txtcontno.ClientID%>").autocomplete("Handler1.ashx");
$("#<%=txtcname.ClientID%>").autocomplete("Handler.ashx");
}
);
handler ashx file
<%@ WebHandler Language="C#" %>
using System;
using System.Web;
using System.Data.SqlClient;
using ASbusinesslogic;
public class Handler : IHttpHandler {
public void ProcessRequest(HttpContext context)
{
string firstname = context.Request.QueryString["q"];
string sql = clsquery.updatetablestring;
sql = clsquery.updatetablestring+" "+"Like"+" '"+ firstname +"%'";
//string sql = "select top 2 mlid,mloname from ASlinermaster where mloname like '" + firstname + "%'";
using (SqlConnection connection = new SqlConnection(System.Configuration.ConfigurationSettings.AppSettings["ConnectionString"].ToString()))
using (SqlCommand command = new SqlCommand(sql, connection)) { connection.Open();
using (SqlDataReader reader = command.ExecuteReader())
{
while (reader.Read())
{
context.Response.Write(reader.GetString(1)+ "-"+ reader.GetValue(0) + Environment.NewLine);
}
}
}
}
public bool IsReusable {
get {
return false;
}
}
}
handler1
<%@ WebHandler Language="C#" %>
using System;
using System.Web;
using System.Data.SqlClient;
using ASbusinesslogic;
public class Handler1 : IHttpHandler {
public void ProcessRequest(HttpContext context)
{
string firstname = context.Request.QueryString["q"];
string sql = clsquery.updatetablestring + " " + "like '" + firstname + "%' ";
using (SqlConnection connection = new SqlConnection(System.Configuration.ConfigurationSettings.AppSettings["ConnectionString"].ToString()))
using (SqlCommand command = new SqlCommand(sql, connection))
{
connection.Open();
using (SqlDataReader reader = command.ExecuteReader())
{
while (reader.Read())
{
context.Response.Write(reader.GetString(0) + Environment.NewLine);
}
}
}
}
public bool IsReusable {
get {
return false;
}
}
}

View 7 Replies

JQuery :: Accessing ASPX Page Elements From ASCX'S Jquery Function

Sep 20, 2010

I have aspx page and in that page i registerd ascx page. i want to access the aspx page <div id = "idofdiv"> from ascx page jquery function. i have jquery function in ascx page. i want to access idofdiv in that function.

View 2 Replies

JQuery :: Picture From SQL Database Not Displayed By Jquery Lightbox In DetailsView ImageField And Asp?

Jul 8, 2010

when i click the picture that is displayed in the detailsView ImageField, the jquery lightbox pops up, but does not show the picture. it shows a red x in the middle of the lightbox. the same thing happens with the asp:Image control shown in the code below. The picture is stored in a SQL database Image datatype. Using master pages.

[Code]....

[Code]....

[Code]....

View 1 Replies

JQuery :: Accessing The Gridview Text After Altering It With Jquery And Dropdown Selection?

Jan 31, 2011

i m having a bit of trouble here with .. i am changing the text from a dropdown inside the gridview to a cell inside that perticular row.... the code for the jquery i hav used to alter the text is :

[Code]....

the corresponding gridview is :

[Code]....

now after the text is changed into the corresponding cell ... i m trying to access it as per normal server side code as :

[Code]....

View 5 Replies

JQuery :: Sorting (rearranging Order) Of A Photo Album Using JQuery Sortable

Feb 6, 2011

I have a photo album gallery within my website and would like to allow users to sort the order of their photos within an album. After looking at very different ways I came across this example

http://www.west-wind.com/rick/photoalbum/demoMaui2006/Default.aspx?Admin=true which is exactly what I need.

The photo are stored in the uploads directory and details in the database. The images are displayed using the ListView as shown below:

[Code]....

I would like to rearrange the order of the photos; change the captions and/or delete the photos just like as in the example.

So could someone please provide the steps that I need to follow in order to achieve the following:

Firstly to display the photos from the Photo table in the database (can use the above listView) Rearrange the order; change caption and/or delete the photo(s) Final to update the changes in the Photo table

I am new to programming, especially jQuery so could you kindly provide/explain the steps that I need to follow.

View 8 Replies

JQuery :: Jquery Dialog Functions Lost After First Call (with AutoOpen False)?

Dec 20, 2010

$(document).ready(function() {

View 1 Replies

JQuery :: Develop A Message Bar In Jquery Which Fetches Information From Server Side?

Jan 30, 2011

I want to develop a message bar in jquery which fetches information from server side asp.net code.I know how to connect jquery to call asmx service.I just want to know that, I will be using function from jquery to call asmx service. But to check for latest message on server, i need to call that function at regular interval like timer event. So how can i call jquery function to run at a particular interval to display messages from server?

View 1 Replies

C# - How To Fetch Return Values Between Jquery Functions And Post Ajax Jquery Request To Webservice

Aug 26, 2010

I have the following code where the function codeaddress geocodes the text feild value and returns geocoded value , geocoded value is stored in variable example ,how will i return the variable v2 to the function call and post to asmx webservice.

[code]....

View 1 Replies

JQuery :: Use Jquery To Create A Play/pause Button To Auto Page Through The Listview Control?

Dec 10, 2010

I'm finding it next to impossible setting up a slideshow given the constraints I have. I could do it easily using a listview control except listview controls don't automatically page themselves! Is it possible to use jquery to create a play/pause button to auto page through the listview control, making it a slide show?

View 1 Replies

JQuery :: Link Button OnClick Event Does Not Fire On First Click After Jquery Drag And Drop?

Dec 24, 2010

I have a link button in a repeater control. the li element is drag and droppable using jquery. when the page loads the the link button works perfectly, the jquery that is attached and the server side code both execute. when I perform a drag and drop then click on the link button it doesnt not fire. when i click it a second time it does fire. If i perform 2 or drag and drops in a row the link button doesnt fire a as many drag adn drops as i before it will fire. for example if if perform 3 drag and drops then it will take about 3 click before the events are fired.

[Code]....

View 4 Replies

JQuery :: .Net Custom User Control Buttons (events) Not Firing In Jquery Modal Popup?

Oct 28, 2010

I have a custom control, that has takes some information from user and submit to the database. it is working fine in normal aspx pages. but when i display that custom user control in jQuery modal popup. The events does not fire or lets say the data is not submitted to the database.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved