i found out the mistake..... live method is included only in jquery-1.3.2..... $("div.newdiv").live("click", newdivclick);
this works......
firefeet
Posts
-
jquery live method doubt -
jquery live method doubthi all,
$("div.newdiv").bind("click", newdivclick);
i know this will bind the click event of all div having cssclass 'newdiv' to the function 'newdivclick'. My doubt is can i do a similar thing with .live method?$("div.newdiv").live("click", newdivclick);
this din work for me. i want to bind all divs with a specific class to a function on click or any other event. and i will be creating dynamic divs too which should also be binded to that function. thats y looking for live method.How can i do it. can anyone help me. -
ReportViewer control problemya thanks abishek it works:)
-
ReportViewer control problemHi, I am new to report control. i have just started to learn about it. i just started with a simple report. i just created a dataset and a table inside it containing few columns. i created a RDLC file and dragged and dropped the columns from the table onto the report. I get textboxes and the value is automatically set to "Fields!.Value"..... when i preview i am getting only the last row in the data table. there are more than 50 rows in the table. I am not able to find what is that i am missing. can anyone pls help me.
-
modify a css property in code behindthere is no way to change a single attribute in a css class in code behind. how u can do it is either giv another css class or set a particular style attribute in code behind
-
modify a css property in code behindhi all, i hav a css class which i hav applied to 4 elements. i want to change the width property od the css class alone in code behind. how do i do it? thanks in advance
-
write at a particular position in a text documentya i already looked it up. but it doesnt write to file right? or does it?
-
write at a particular position in a text documenti have x and y in pixels only. i get that x and y from a xml. this xml is generated from a web application which contains many dynamically created 'div's. user will be able be move these div s around. on clicking save i store their pixel positions as attribute in xml. now i need to write the value associated with each div s( which are again saved as an attribute) in their corresponding positions( ie x and y position).... can anyone help me... pls
modified on Thursday, August 20, 2009 7:43 AM
-
write at a particular position in a text documentluc i am sorry i am not able to understand u... can u pls explain me more
-
write at a particular position in a text documentthank u i will try it
-
write at a particular position in a text documentthank u..... actually i have to create a new file and write the text at a particular X and y position. how do i do that? i have the position X and Y in pixels.
-
write at a particular position in a text documenthi everyone. i am looking for some help with my project. i have x and y position and a string. i want to write that string in a text document at that x and y position. can anyone pls help me