Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
About Me

I love web. >.<

Interests
Web. :D
PC Specs
Intel Core i5 2.8 GHz; 8 Gb RAM; 1 Tb HD.
Favorite Forums
Favorite Tags
Member Avatar for Ankur_tces

Hi all, 1) I am trying to use Ajax and Jquery on master page. In my existing project i have used the Ajaxpro.dll it's working fine. but when i am trying to use jquery then it throws error "Object doesn't support this property or method." 2)I have taken a fresh …

Member Avatar for Ankur_tces
0
246
Member Avatar for turverey

Hi, I am in a unusual situation and cannot get my JavaScript to work. I need to have all of my JavaScript in one external file that I link to in the header. However, some of the JavaScript in that external tag needs to appear in a certain place in …

Member Avatar for P0lT10n
0
182
Member Avatar for yopirates

hey guys i have used jquery tabs in my website design. In one page i have 4 tabs and in each tab i have save and clear option . if i click on tab 3 and enter the contents and then save its returning back to tab1! I want it …

Member Avatar for yopirates
0
165
Member Avatar for queryme

Hi I Have a web method on the Server. Below Is My Web Method. ASP.NET Syntax (Toggle Plain Text) [WebMethod] public string GetAge(int year, int month, int day) { DateTime birthDate = new DateTime(year, month, day); long age = new DateTime(DateTime.Now.Ticks - birthDate.Ticks).Year - 1; return "You are " + …

Member Avatar for Andrey Luiz
0
115
Member Avatar for dev.vini

<?php require("db-connect.php"); $slt ="SELECT * FROM assingment2 ORDER BY user_id asc"; $qry =mysql_query($slt); ?> <html> <head><title> </title> <script language="javascript" type="text/javascript"> function setcourse() { var index_name=document.frmselect.name.selectedIndex; document.frmselect.course.selectedIndex=index_name; } </script> </head> <body> <form name="frmselect" id="frmselect" action="" method="post"> <table align="center"> <tr> <td><b>NAME</b></td><td> <?php while($ftch =mysql_fetch_array($qry)) { echo'<select name="name" id='.$ftch['user_id'].' onChange="javascript:return setcourse();">'; echo '<option …

Member Avatar for Andrey Luiz
0
116
Member Avatar for apollokid

Hi,I just want to know if there is a script to display jquery when on mobile devices and flash when on computer browser? Any help would be greatful! :)

Member Avatar for Andrey Luiz
0
57
Member Avatar for RyanDev

Hi everyone, I have a simple javascipt code, everything works great but checking the username's and email's avaibility takes too much time. Here is the code : [CODE] $('.send').click(function(){ $(".error").hide(); var hasError = false; var mail = $('#mail').val(); var user = $('#user').val(); var pass = $('#pass').val(); var phone = $('#phone').val(); …

Member Avatar for Andrey Luiz
0
100
Member Avatar for Andrey Luiz

My name is Andrey Luiz. I'm living in Brazil, in a interior city. I'mma programmer, Systems Analist and Developer. I'm starting my carrer, and so bad in English, by the way. I'm very happy by participate the fórum. Is a good job for extend the learning. Bye. :)

Member Avatar for Andrey Luiz
0
51