prompt
stringlengths 215
2.78k
| completion
stringclasses 69
values |
|---|---|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: edit link place use javascript edit text place need edit link click link instead make editable redirect link address change double click link editable redirect help ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: android show indeterminate progress bar tabhost activity know follow code hide tiny circular progress bar follow code android requestwindowfeature(window feature_indeterminate_progress setprogressbarindeterminatevisibility(true setprogressbarindeterminatevisibility(false problem tabhost need able child activity way find question intarwebs go unanswered ### LABEL:
|
["java", "android"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: try jquery load work navigate menu want contentarea div change reload page want use jquery load function read div page div coltwo insert page div contentarea try work help edit script helpful < doctype html public -//w3c//dtd xhtml 1.0 strict//en > < html xmlns="http://www.w3.org/1999 xhtml > < head > < meta http equiv="content type content="text html charset = utf-8 > < title > title</title > < link href="default.css rel="stylesheet type="text css > < /head > < script type="text javascript src = > < script type="text javascript > $ document).ready(function function memberspage $ contentarea').load('members.html coltwo < /script > < body > < div id="header > < h1 > title</h1 > < /div > < div id="content > < div id="colone > < div id="menu1 > < ul > < li><a href= onclick='memberspage()'>members</a></li > < /ul > < /div > < div class="margin news > < h2 > recent updates</h2 > < p><strong > time</strong > < /p > < /div > < /div > < div id="contentarea"><h2 > start text</h2></div > < div style="clear both;"> </div > < /div > < /body > < /html > ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: jquery position method jquery api documentation .position()return object description current coordinate element set match element relative offset parent method accept argument reference find $ position1").position center center targetelement object pass position method .isn't api documentation?it property pass object special meaning property state .what do?i m complete beginner jquery m wrong ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: automate webpage testing want automate test webpage mainly fill form invalid datum happen possible javascript possible php script handle session cookie simple example 3 page enter x click submit second enter 3 click submit successful page get automate load script get right away note cookies\session simplicity want answer dose support try make page iframe include site gain access element inside iframe try make php script curl send request forward cookie post comment answer reply convenience code need case < doctype html > < html > page enter x < form method="post action="next.php > < input type="text id="id name="id > < input type="submit > < /form > < html > < php if(isset($_post isset($_post['id $ post['id']!='x echo < script > = > > < doctype html > < html > second page enter 3 < form method="post action="last.php > < input type="text name="code > < input type="submit > < /form > < /html > < php if(isset($_post isset($_post['code $ post['code']=='3 echo get echo send 3 > ### LABEL:
|
["php", "javascript"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: page typeof custom class try work webform page certain type get number base class inherit basepage > system web ui.page cmspage > basepage page > cmspage custom usercontrol need page derive cmspage try if(page gettype = = typeof(cmspage value gettype return class page look like need if(page gettype().basetype basetype = = typeof(cmspage match work page different basetype level reach type cmspage create function like loop basetype find right public static bool ispagetypeof(this system web ui.page page type targettype var pagetype = page gettype pagetype = = targettype return true pagetype basetype = null pagetype basetype = = targettype return true pagetype = pagetype basetype return false feel messy well way ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: alternative variable try write simple script javascript testing purpose define 2 variable sort unnecessary nice hold string value different scenario element button contain bold text button click respective variable display alert dialog box code $ document).ready(function var bold="yes text bold var nobold="no text bold $ < input class="boldbutton type="button value="bold id="introbutton"></input > .insertafter("#intro $ < input class="boldbutton type="button value="bold id="latestnewsbutton"></input > .insertafter("#news h2 $ input boldbutton").click(function $ $ middle write statement realize know check bold element button think pseudo variable pretty sure wrong element pseudo variable think confuse purpose sorry need method check element button contain bold text rest thank final code $ document).ready(function var bold="yes text bold var nobold="no text bold $ < input class="boldbutton type="button value="bold id="introbutton > .insertafter("#intro $ < input class="boldbutton type="button value="bold id="latestnewsbutton > .insertafter("#news p $ input boldbutton").click(function $ this).prev().is(':has(b strong alert(bold alert(nobold ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: autocomplete jquery php problem try list name mysql table use php jquery autocomplete function help plz jquery < html > < head > < script ajax libs jquery/1.5.2 type="text javascript"></script > < script language="javascript type="text javascript > function findmatch(str str.length>0 $ found').load('selectqury.php?n='+str //fun < /script > < /head > < body > < div id="container > < input type="text name="text id="textfield autocomplete="off > < div id="found > non found</div > < /div > < /body > < /html > php code if(isset($_post['text $ s=$_post['text $ query="select student like $ s% $ result = mysql_query($query die wrong query mysql_error $ string= while($row = mysql_fetch_assoc($result $ string.= $ row['name echo $ string echo wrong keywoord //ifisset ### LABEL:
|
["php", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: find jquery selector select element find jquery selector select element have d class like $ .someselectedelementparentclass > div eq(1 > ul eq(0 > li eq(0 > eq(0)").css({"position":"relative left":-114 top":-114 source jquery element selector vote research find jquery plugin getfullpath path selector sorry grammer mistake ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: add outlook calendar item m urgent situation add ms outlook calendar item find sample work sender receiver different mail address requirement customer create appointment customer outlook calendar disaply appointment reminder basically sender receiver mail address example fromaddress toaddress scenario m get appointment mail save calendar different mail address sender work fine pls help solve issue thank regards indsoft ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: connection string try simple datacontext dc = new datacontext(configurationmanager connectionstrings["mydb"].connectionstring file < xml version="1.0 encoding="utf-8 > < configuration > < connectionstring > < add name="mydb connectionstring="server = steven pc;database = mydb;trusted_connection = yes > < /connectionstrings > < /configuration > get error object reference set instance object find connection string wrong ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: set startup project code c like run command prompt run project set startup project ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: append dynamic php menu jquery append html form element table jquery append menu populate php sql query php menu td input < script type="text javascript > $ document).ready(function $ link td input.rdelete").live("click function $ .newrow").attr("disabled",false var srow = $ this).parent().parent function addnew if($("#link tr").length > 12 $ .newrow").attr("disabled",true var count = 0 count + = 1 $ link").append('<tr><td></td><td > < input type=\"button\ value = \"delete\ class=\"rdelete\"/></td></tr > < /script > php menu < select name="sub_discipline id="sub_discipline > < option > select sub discipline </option > < php $ query = mysql_query("select sub_discipline order sub_discipline_name asc $ row = mysql_fetch_assoc($query > < option value="<?php echo $ row['sub_discipline_pk > > < php echo $ row['sub_discipline_name > < /option > < php > < /select > edit thank explosion pills < script type="text javascript > $ document).ready(function $ jmenu").jmenu $ link td input.rdelete").live("click function $ .newrow").attr("disabled",false var srow = $ this).parent().parent function addnew if($("#link tr").length > 12 $ .newrow").attr("disabled",true $ .getjson(' /scripts function json $ links").empty $ .each(json function $ links").append(new option(this.link_title $ link").append('<tr><td></td><td><select name="links id="links > < /select><input type=\"button\ value = \"delete\ class=\"rdelete\"/></td></tr > < /script > problem appended menu populate ### LABEL:
|
["php", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: request form error panel panel try come panel 2 panel show reques form error potentially dangrous help appriciate ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: mouse relative position drop div absolute position mouse $ document).mousemove(function(e window.x = e.pagex window.y = e.pagey position relative specific div ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: javascript checked radio button page form search < form class="search panel method="post action= onsubmit="return searchredirect(this > < input type="test name="searchfor > < div class="additional search button"></div > < div id="additional search box > < div class="as cont > book < input type="radio name="category value="book checked="1 /><br/ > school < input type="radio name="category value="school /><br/ > music < input type="radio name="category value="music > < /div > < /div > < input type="submit name="search > < /form > < form class="search panel method="post action= onsubmit="return searchredirect(this > < input type="test name="searchfor > games < input type="radio name="category value="game checked="1 > < input type="submit name="search > < /form > problem click search games searchredirect alert books school music check javascript function function searchredirect(form alert($(form['category']+':checked').val if($(form['category']+':checked').val = = форум = /forum = /search/'+$(form['category']+':checked').val()+'/'+form['searchfor'].value return false need click search game search game click search book school music search search form game use form check button ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: jquery click event 1000 divs optimize approach build system sell ticket event right 1000 diffrent seat choose visitor maby day 5000 right div spot jquery reserv spot ajax meen 1000 divs alarming jquery selector set click event div well approach want trigger ajax div press reload page ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: alert dialog function(java coding android function check user information //check age height weight rhr public void infocheck(int age int height int weight int rhr int invalid = 0 if(age<5||age>99)//5 99 year old = valid new alertdialog builder(cont .setmessage("age 5 99 year old .setneutralbutton("ok null).show invalid++ if(height<36||height>=96)//3 8 foot = valid new alertdialog builder(cont .setmessage("height 36 96 inch tall .setneutralbutton("ok null).show invalid++ if(weight<50||weight>=500 new alertdialog builder(cont .setmessage("weight range 50 500 pound .setneutralbutton("ok null).show invalid++ if(rhr<30||rhr>=100 new alertdialog builder(cont .setmessage("resting heart rate 30 100 beat minute .setneutralbutton("ok null).show invalid++ if(invalid>0 return onclick activity here(which save information click if(!isalpha(name new alertdialog builder(cont .setmessage("please input valid .setneutralbutton("ok null).show infocheck(age weight height rhr //if info valid proceed sure new alertdialog builder(cont .setmessage("are sure .setpositivebutton("yes new dialoginterface onclicklistener public void onclick(dialoginterface dialog int //todo intent= new intent(cont startactivity(intent .setnegativebutton("no",null).show problem user click proceed infocheck invalid sure alert dialog appear ### LABEL:
|
["java", "android"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: detailsview datum update web page editable detailsview successfully edit need use edit field update table database code try use detailsview detailitem detailsview_itemupdated event code detailitem available null good way update field information ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: customise page configuration sql query follow code customise ui page place code inside base class page inherit work fine help bit generic extendable moment support text box button label control text visible property course add control property like think smart way comment describe bit code miss customisation return sql query protect void page_load(object sender system eventargs e ispostback customisepage protect void customisepage //loops sql query result customisation value //for loop iteration populate controlname propertyname propertyvalue call control controltocustomise = findcontrolrecursive(page master controlname customisecontrol(controltocustomise propertyname propertyvalue protect void customisecontrol(control controltocustomise string propertynametocustomise string propertyvaluetocustomise //visible common control propertynametocustomise = = visible controltocustomise visible = bool parse(propertyvaluetocustomise switch controltocustomise gettype().tostring case system web ui.webcontrol button button buttontocustomise = controltocustomise button propertynametocustomise = = text buttontocustomise text = propertyvaluetocustomise break case system web ui.webcontrol label label labeltocustomise = controltocustomise label propertynametocustomise = = text labeltocustomise text = propertyvaluetocustomise break case system web ui.webcontrol textbox textbox textboxtocustomise = controltocustomise textbox propertynametocustomise = = text textboxtocustomise text = propertyvaluetocustomise break protect control findcontrolrecursive(control root stre d root id = = d return root foreach control ctl root controls control foundctl = findcontrolrecursive(ctl d foundctl = null return foundctl return null ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: activate user modify header information activate user width code < meta http equiv="content type content="text html charset = utf-8 > //index.phtml:10 //a piece define("cookie_hash",'myfsthpemail define("cookie_email",'myfsthpehash define("login_expires",60 60 24 365 header('p3p cp="idc dsp cor adm devi taii psa psd ivai ivdi coni ind cnt //content.php line 135 $ time = time + login_expires setcookie cookie_email trim($_post['email false //content.php line 137 setcookie cookie_hash trim($_post['hash false //content.php line 138 $ scr = settimeout(function = 4000 $ scr = < script type="text javascript > $ scr < /script > $ str = < h1 > activated</h1 > echo $ str $ scr warning message warning modify header information header send output start /home/ /index.phtml:10 /home/ /content.php line 135 warning modify header information header send output start /home/ /index.phtml:10 /home/ /content.php line 137 warning modify header information header send output start /home/ /index.phtml:10 /home/ /content.php line 138 try server contain php 5.2.17 thank ### LABEL:
|
["php", "javascript"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: highlight day android calendar way highlight day day calendar android application ### LABEL:
|
["java", "android"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: reference inner text drop box m try check specific word dropdown box send sms grdvhandset rows[i].cells[4].text = = port grdvhandset rows[i].cells[16].text = string //only send sms type = port condate not smsbody = string format("your order despatch + lbldespatchpostcode text + royal mail day special delivery number s transfer + grdvhandset rows[i].cells[16].text + kind regards bpd //objsms sendsms(phonenum smsbody m say grdvhandset rows[i].cells[4].text = = port drop box think text work come m debug help ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: redirect new tab browser button click.(response redirect c anybody suggest open page new window new browser response redirect c response redirect("page1a.aspx open exist tab ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: jquery scroller cause horizontal scrolling issue browser have horizontal scrolling issue think jquery slider cause issue issue difficult code idea fix thank ### LABEL:
|
["c#", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: use php function c convert traditional chinese simplify chinese tool develop mediawiki write php use php function function like echo mediawikizhconverter::convert("打印机 zh tw want invoke convert func c program phalanger suitable way ### LABEL:
|
["c#", "php"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: play sound web page want play sound web page click button code show error soundplayer x = new soundplayer x. soundlocation = //x play x. playsync error sure sound file exist specified location file exist project .and sure address correct ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: jquery slidetoggle parent child code < li class="page_item > < href="javascript:">a</a > < ul class="children > < li class="page_item"><a href="">1</a></li > < li class="page_item"><a href="">2</a></li > < /ul > < /li > < li class="page_item > < href="">b</a > < ul class="children > < li class="page_item"><a href="">1</a></li > < li class="page_item"><a href="">2</a></li > < li class="page_item"><a href="">3</a></li > < li class="page_item"><a href="">4</a></li > < /ul > < /li > < li class="page_item > < href="">c</a > < ul class="children > < li class="page_item"><a href="">1</a></li > < li class="page_item"><a href="">2</a></li > < li class="page_item"><a href="">3</a></li > < li class="page_item"><a href="">4</a></li > < /ul > < /li > $ .page_item').click(function $ ul.children').slidetoggle display online sample like click section open section child click b b open section open thank ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: asp.net javascript disabled probably know asp.net inject javascript code form like < script type="text javascript > //<![cdata var theform = document.forms['aspnetform theform theform = document.aspnetform function dopostback(eventtarget eventargument || = false theform.__eventtarget.value = eventtarget theform.__eventargument.value = eventargument > < /script > problem turn javascript webdev toolbar ff browser support script page know set tag bit auto inject js thank duncan ### LABEL:
|
["asp.net", "javascript"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: highlight 10 character text javascript jquery want highlight 10 character text color occurrence word paragraph < html > < body > heading paragraph paragraph < /body > < /html > ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: server tag form add style paragraph work fine add style get error like server tag check code < p title='<% databinder eval(container dataitem title > id="p1 runat="server style="top:<% databinder eval(container dataitem tops > px left:<%#databinder eval(container dataitem lefts > px font size:15px color white > < /p > ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: offset window 50 try fix position div 50 window height fine css original position button absolute positioned page page scroll button reach 50 offset position .fixe class add currently script add .fixe class div reach window position need script add .fixe class button reach 50 window height var $ window = $ window $ button = $ .slider button offsetbut = $ $ window.scroll(function $ window.scrolltop > $ button.addclass('fixed $ button.removeclass('fixed .fixed position fix important 50 important jsfiddle arrow reach snap middle arrow need reache middle window stick ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: define hash code function type reason implement hash code function type allow good use hash table let design type intend use internally know type internal system know use type hash table spite decide redefine equal method theory say redefine hash code method reason case point reason question rephrase situation implement hash code method type ps ask implement ask ### LABEL:
|
["c#", "java"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: cost switch java c dev plan start develop app target android course mean java hear good thing mono android idea reuse skill set appeal licensing cost bit prohibitive hand java similar c predict shift skill easy easy shift obj c guess wrong assume hidden cost blind ### LABEL:
|
["java", "c#", "android"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: check value exist javascript object check array object specific item exist case machineid d 2 machineid":"1","siteid":"20"},{"machineid":"2","siteid":"20"},{"machineid":"3","siteid":"20"},{"machineid":"4","siteid":"20 try index instanceof machineids machineid alert('value array alert('not array ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: function index element question simple use element index function $ div').each(function(index element element equal $ ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: use contain inside find jquery html < table > < tr id="1"><td > test</td><td id="90">value</td></tr > < tr id="2"><td > another</td><td id="98">somthing</td></tr > < /table > jquery $ tr td nth child(2)").find(":contains('value')").each(function alert($(this).parent().attr("id assume work alert remove find portion alert value way include find fiddle ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: custom validtor page load page load wanna custom validator validate page display corresponding error message javascript custom validator ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: detect mediarecorder application try detect mediarecorder application stop recorder continue later use see androids voice recorder app exactly talk thank ### LABEL:
|
["java", "android"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: output php script c wonder possible html output php file c windows application google find compiler use php c possibility ### LABEL:
|
["c#", "php"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: jquery check string var d = < php echo $ val->id > var myradio = $ input[name=<?php echo mala".$val->id > .val > 0 $ anketa anketa_m1_data answer myradio d d > 0 return look like false sure string good way check string ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: 2.0 forms shared common html need expand 2.0 web application recently create currently single page contain embed html need separate section application new page work new page go html multiple time page duplicate html javascript jquery sure want html javascript variable hide page $ .clone html dynamically recreate way share html file 2.0 form web application complete dual maintenance code assume similar way mvc application work completely familiar mvc html work ### LABEL:
|
["javascript", "jquery", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: implement draft save ckeditor editor integrate ckeditor user edit content wonder add draft save function actually draft save save cookie period time tricky matter use ckeditor textarea work need $ = 0 $ curfiletime < 15 $ cookies=$_post['editor echo draft save case post user submit form implemnt php js jq thank ### LABEL:
|
["php", "javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: run simple script website need run website instance right want send mail support account plan create temp webpage code page_load event delete webpage protect void page_load(object sender eventargs e stre notificationmessage = email body mailer.sendmail("[email protected] email header notificationmessage bit silly fairly convinient access stuff set like sql server mailing module well way ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: jquery hide cookie button look simple jquery hide script cookie base provide script great guide try achieve cookie set set div class admin visible display hide link cookie set hide div admin class display link thank ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: change font color runtime android edittext get userinput problem face want change font color runtime edittext able change font type change font color change editext need change color specfic text issue issue make edittext height fillparent property get cursor postion middle want i.e. start widget available provide solution problem thnx advance help appreciate ### LABEL:
|
["java", "android"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: use stopimmediatepropagation form form name frm_contact need bind submit event form problem well doubt don't use e.stopimmediatepropagation submit event call time fix stopimmediatepropagation function bind event manner $ frm_contact').live("submit function(e live need use stopimmediatepropagation ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: detect option menu display button press button overridden reason implement new feature option menu need unique function call button press option menu versus discern menu button press thank guy ### LABEL:
|
["java", "android"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: user login information query string list club user click club load query string pull datum relate club need set user login edit information account moment unsure set user url create look like follow user add category id6 log catergory 6 edit information ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: add onclick anchor page one specific class sure relatively easy jquery attempt work far little new jquery help thank ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: android vibration intensity damage realize strictly code question guess belong apology advance inbuilt way change vibration intensity droid code kind pwm control switch vibrator high frequency give kind control vibration intensity right 20ms period example 50 duty cycle vibrator 10ms 10ms kind feel like half power question damage occurr vibrator motor kind control ### LABEL:
|
["java", "android"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: unable ip address http request asp net c page request website drop want track ip address request come asp net c method 1 httprequest userhostaddress tried http server variable 2 httprequest servervariables http_x_forwarded_for 3 httprequest servervariables remote_addr method return server address browser take request origonate end want ip address page site request come help ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: advice resource develop android app decide develop app essentially app track jogging time create journy",name distance etc create multiple journy journey run stopwatch store time finish able look current week month average time time submit time tell time improve km h etc hopefully like time display certain way create journey able click view calender current previous month time run day run think actual design feature question experience android development opinion good forum resource available android development android version phone get initial testing 2.3 gingerbread develop low version android ensure compatability phone develop low version limit thing code wise advice take project appreciate ### LABEL:
|
["java", "android"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: block script injection textbox textarea jquery javascript have form contain textbox textarea want validate stop injection script textbox textarea need jquery javascript regex available way detect stop script ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: find sessionstate ticket parameter < authentication mode="form > < form timeout="50"/ > < /authentication > find long leave code page user identity isauthenticated formsidentity d = formsidentity)page user identity formsauthenticationticket ticket = id ticket < sessionstate timeout="50"/ > find ticket sessionstate period ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: tostring format work strange problem use dutch french lanuage site nl nl fr fr bind gridview strange thing numeric value saparator dot display french fr fr asp.net protect void gridview_rowdatabound(object sender gridviewroweventargs e label lbla_min_10 = new label lbla_min_10 = e. row findcontrol("lbla_min_10 label lbla_min_10.text = int)databinder eval(e row dataitem a_min_10")).tostring e.g. db value 24369 dutch display 24.369 french display 24 369 > dot separator space look view source code look s dot nl space fr idea work dutch nl nl fine french fr fr ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: check element contain multiple attribute hi try option check multiple attribute set select box work try determine current select box get value multiple select far try if($(":select[multiple]").length alert("worked if($("select").attr("multiple alert("worked if($("select").attr("multiple = undefined alert("worked html < select multiple="multiple style="height:50px class="classname name="multi_value > < option value="blah">blah</option > < option value="blah">blah</option > < option value="blah">blah</option > < /select > ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: input field checkbox check basically want field checkbox select unselected disappear < input type="checkbox name="supplied value="supplied class="aboveage2 > < ul id="date > < li><input id="start name="start size="5 type="text class="small value="1 /></li > < li><input id="end name="end size="5 type="text class="small value="2 /></li > < /ul > try like $ supplied').live('change function $ this).val = = = supply $ .date').show $ .date').hide advice greatly appreciate =) ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: page transition jquery php php develop application like change page < php isset($_get["p $ p = home $ p = $ get["p include $ > want know way effect jquery change page like loading icon make browser display white page go page understand want hide divs hide usually jquery effect divs mess change php include need people will feel like leave page reach want feel like change content ### LABEL:
|
["php", "javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: save webpage android application save webpage offline reading application switch page visit save open page offline mode provide idea work application help friend ### LABEL:
|
["java", "android"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: function ready jquery code $ .insert").click(function $ .insert").ajaxstop(function $ .load").hide $ .insert").ajaxstart(function $ .load").show $ .ajax type url datum action = add success function(msg $ .control").append(msg code append html response .control problem append html jquery change will not apply $ document).ready call html code bear $ document).ready change ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: retrieve select text offset value want annotate text store annotate text database .what store offset value select text database possible way retrieve selection offset value ### LABEL:
|
["php", "javascript"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: javascript method extension need myotherfunction myfunction"(which create element complete myfunction know myotherfunction update accord create element reason need extension jquery power fileupload user control place different functionality specific page show header file count upload complete need modify file count accord file displayed(by create element think $ usercontrol).on(myfunction uploadelem myotherfunction route accomplish alter user control add function effect original user control functionality sure myfunction event bubble possible use define function parameter .on reason code work suggestion ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: jquery\javascript pass function variable curious pass function variable example function $ validate').makefloat({x:671,y:70,limity:700 like like $ validate').makefloat({x function return $ tabs").offset().left+$("#tabs").width();},y:70,limity:700 work ideally time variable access compute new value window resize automatically adjust oppose variable pass static realize implement directly inside function\widget wonder way like concept independent plugin talk function cast variable ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: javascript pass table datum php script table fairly large 200x200 px cell background color small image user able click cell change color symbol symbol represent color jquery javascript pass table datum php script assemble image pdf ### LABEL:
|
["php", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: android execute external .sh max number command call natively compile executable android application need multiple time sure command execute sequentially append script /system bin sh runtime.getruntime .exec /system bin sh /path fine certain situation need run large number command notice upper limit command .sh actually execute max process limit barrier hit expect execute sequentially number low i.e. run series reason think hit kind limit make past certain number command 20 check actual command syntax fine output process object mysterious limit reach kind stump happen find information proceed idea thank ### LABEL:
|
["java", "android"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: asp.net web application choose client directory requirement allow user provide local directory path ui web application save database program winform app use path store file actually recording create app ideally like remove room human error possible i.e. let use path exist prefer kind select directory dialog force use exist directory read possible client code security reason course make total sense way achieve far unable find use let type happy lack control path enter ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: pass value jquery php situation validate form need add server validation layer jquery validate use class name form element determine want fetch class name php perform validation server hope like foreach($_post $ key=>$value $ class = array( key element class list jquery $ error= base class name perform specific php validation if($error== return true return false question fetch element class name w/ jquery pass php ### LABEL:
|
["php", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: specific button click get quick question want link div alert message anchor not want div initiate alert function html < div id="abc > < href= > button 1 < /a > < href= > button 2</a > < /div > javascript $ document).ready(function $ abc').click(function alert('a modify code ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: pass query dynamically create linkbutton wanna pass query dynamic link button add dynamically unable pass query apart linkbutton_onclick handler work pls tell proeed ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: reload div javacript contain php content see lot question like seam answer question php page structure < php include include include > function count row database $ = $ mysql->count('someparam $ foo['bar $ > 0 echo $ s good file user operation change $ value header need reload page update $ number want solved javascript not figure try solve javascript reload timer like < script > function render $ .customer database').html(.customer database window.setinterval(render 500 < /script > $ counter inside div class costumer database work need html code html want html code simply want reload possible open suggestion javascript php ### LABEL:
|
["php", "javascript"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: jquery fire click event span see post early today play like able span get click fire click event different element page < div class='editable sampleitem pointer id='qqq'>click me!!!</div > possible ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: bind property jquery identify event hi help exactly bind understand event pass example $ example_button").bind("click",function alert("event click $ example_button").bind("mouseover",function alert("event mouseover exactly bind figures(identifies event mean way identify event ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: jquery prevent scroll click event jump screen try return false think maybe come like thank $ savedcompares").click(function $ searchcontent').hide $ comparecontent').show('fade $ this).addclass("selected $ searchlistings").removeclass("selecte return false < ul > < li id="searchlisting class="resultcategory selected">searched motors</li > < li id="savedcompares class="resultcategory">save compare < div id="comparesadded">0</div>)</li > < /ul > ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: pass additional argument onclick event handler linkbutton javascript asp.net website gridview item template automatically populate linqdatasource linkbutton define follow < asp linkbutton id="removelinkbutton runat="server commandname="remove commandargument='<% databinder getpropertyvalue(getdataitem id")% > oncommand="removeveto_onclick onclientclick='return confirm("are sure text="remove entry > work fine button click confirmation dialog display try allow user enter reason removal pass onclick event handler try onclientclick='return prompt("enter reason course work =) ### LABEL:
|
["asp.net", "javascript"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: add function jquery replace markup jquery replace put list item want attach function know exactly function replacelistitems $ ul.options').replacewith('<ul class="options"><li class="btn"><img src="btn.png /></li></ul > function like attach $ li").click(function(){myfunction like get remove assign list item get replace create thank advance help -m ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: accessing page property base user control get extened user control page web user control page following extend icode interface public partial class testpage system web ui.page icode implement code implementation public string code return sample code control able access code value sample control samplecontrol basecontrol able access page property page icode string test= icode))page).code want access value basecontrol basecontrol get execute page unable set value base control basecontrol system web ui.usercontrol access value set value base control control acess value help appreciate ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: unable cast object type type datatable avt type availdatatable follow code work create new datatable avt availdatatable avt1 = availdatatable avt.defaultview table code availdatatable avt1 = availdatatable avt.defaultview totable fail message unable cast object type type availdatatable explain cast work second thank ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: c reference specific product record base button click gridview row page display gridview product inside table column hyperlink call detail want user click detail cell specific product new page open give information product sure determine product record detail link carry page ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: copy canvas bitmap way copy content canvas draw bitmap edit clarify current drawing procedure work follow canvas canvas = holder.lockcanvas canvas = null ondraw(canvas drawing point like copy canvas bitmap holder.unlockcanvasandpost(canvas make canvas visible user edit look answer post write follow code grab_screen = = -1 draw screen normal canvas canvas = holder.lockcanvas if(canvas = null ondraw(canvas holder.unlockcanvasandpost(canvas draw screengrab_bitmap[grab_screen canvas canvas = new canvas(screengrab_bitmap[grab_screen ondraw(canvas grab_screen = -1 mean set grab_screen n ondraw image write screengrab_bitmap[n ### LABEL:
|
["java", "android"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: replace text page depend page url replace text image website run little problem platform run proprietary provide limited access goal replace price image specific brand item form sort expression look current url fit replace text image valid thinking link sample product brand kw suspension ### LABEL:
|
["java", "javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: url android newbie question newbie java try android development follow code generate help identify exception hint highly helpful package import activity //import textview import bundle import import import textview public class helloandroid extend activity call activity create override public void oncreate(bundle savedinstancestate super.oncreate(savedinstancestate textview tv = new textview(this string outdata = url url_g = new urlconnection ukr = url_g.openconnection bufferedreader = new bufferedreader(new inputstreamreader(ukr.getinputstream string inputline inputline = in.readline = null outdata + = inputline tv.settext(outdata setcontentview(tv ### LABEL:
|
["java", "android"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: progressdialog work thread android little problem hope u help trouble progressdialog loading run need start show load datum dialog = progressdialog.show(categorieslistactivity.this,"working ","loading datum true method run print log.i info int i++ title progressdialog method work correctly progressdialog read info thread block thread create progressdialog thx public void run get long execution handler.sendemptymessage(0 private handler handler = new handler override public void handlemessage(message msg stop hide dialog override public void oncreate(bundle savedinstancestate super.oncreate(savedinstancestate setcontentview(r.layout.list dialog = progressdialog.show(categorieslistactivity.this working loading datum true start new thread long time execution thread thread = new thread(this //wait datum load 'cause need use variable calculation efficientadapter later try catch interruptedexception e e.printstacktrace listview l1 = listview findviewbyid(r.id.list l1.setadapter(new efficientadapter(this ### LABEL:
|
["java", "android"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: filter string jquery javascript m try use $ .get load page reload page < script > $ top_link a').click(function e e.preventdefault var link = $ this).attr('href $ content').empty $ .get(link function(data $ content').empty().append(data < /script > work entire requested page get stuff content instead detect ajax request filter datum server like client way use javascript effectively filter string certain divs content want preserve contain inside div call content m try swap current page content requested page content ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: prevent display previous page logout php session_cache_limiter private_no_expire revalidate page avoid web page expire issue issue resolve face problem logout click log page redirect index page click browser button redirect previous page happen check previous solution work help grateful thank ### LABEL:
|
["php", "javascript"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: checkbox bulk value javascript want detail youtube user tick checkbox want detail video javascript word tube tube example $ name="geet episode 456 clip 1 24th november 2011 hq alert(name show geet .why need code mistake < php $ watch="youtubelink $ thumbnail="youyubeimage $ val="somevalue $ name="youtubename //eg:$name="geet episode 456 clip 1 24th november 2011 hq $ results=$watch ",".$thumbnail ",".$val ",".$name > < input type="checkbox name="checkbox id="checkbox class="addbtn value=<?php echo $ result > > js function chkbox $ name^=checkbox]:checked').each(function var ckballvalue=($(this).val var field = var link = fields[0 var thumbnail = fields[1 var = fields[3 //var description = fields[4 var categ = fields[2 alert(name var data = action my_action link link thumbnail thumbnail categ categ ### LABEL:
|
["php", "javascript"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: create sideshow carousel navigation base number list item try create sideshow nav base number slide var navlist = $ < li class="citem"><a href="#"></a></li > var carouselitems = el.find('li var = 0 len = < len i++ var e = carouselitems[i options.navigation.append(navlist console.log(e ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: cookie miss call class good day issue get value cookie call class code retrieve value inside aspx page httpcookie mycookie = new httpcookie("sample mycookie["value = httputility urlencode(value mycookie expire = datetime adddays(1d response cookie add(mycookie request cookies["sample = null string usersetting request cookies["sample"]["value = null usersetting = request cookies["sample"]["value call cookie inside class code httputility urldecode(httpcontext current request cookies["sample"]["value value idea hope hear soon regards link ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: value null parameter type aspnet error deploy working local deploy fail error message value null parameter type source mscorlib target site createinstance stack trace system activator createinstance(type type boolean nonpublic system activator createinstance(type type clientportal webpages details.imgtodoc_click(object sender imageclickeventargs e system web ui.webcontrol imagebutton onclick(imageclickeventarg e system web ui.webcontrol imagebutton raisepostbackevent(string eventargument system web ui.webcontrol imagebutton system web ui.ipostbackeventhandler raisepostbackevent(string eventargument system web ui.page raisepostbackevent(ipostbackeventhandler sourcecontrol string eventargument system web ui.page raisepostbackevent(namevaluecollection postdata system web ui.page processrequestmain(boolean includestagesbeforeasyncpoint boolean includestagesafterasyncpoint ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: pass multiple parameter php javascript try use function getxmlhttpobject window xmlhttprequest code ie7 + firefox chrome opera safari return new xmlhttprequest window activexobject code ie6 ie5 return new activexobject("microsoft xmlhttp return null function callsomephp xmlhttp = getxmlhttpobject xmlhttp==null alert browser support http request return var url="myphp.php need pass multiple parameter php = statechange xmlhttp.open("get",url true xmlhttp.send(null function statechange xmlhttp.readystate==4 alert(xmlhttp.responsetext ### LABEL:
|
["php", "javascript"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: android app crash nullpointerexception choreographer follow code try create simple listadapter listview code work place change public buddylistadapter(context context hashmap < string buddy > hashmap buddylist = new arraylist < buddy>(hashmap.value minflater = layoutinflater.from(context ctx = context step happen run nullpointerexception choreographer.docallback create arraylist crash public buddylistadapter(context context hashmap < string buddy > hashmap buddylist = new arraylist < buddy > minflater = layoutinflater.from(context ctx = context choreographer crash app completely stuck problem figure wrong eclipse debugger crash information help entire stack trace follow thread < 1 > main suspend exception nullpointerexception choreographer.docallbacks(int long line 558 choreographer.doframe(long int line 525 choreographer$framedisplayeventreceiver.run line 711 handler.handlecallback(message line 615 choreographer$framehandler(handler).dispatchmessage(message line 92 line 137 activitythread.main(string line 4745 method.invokenative(object object class class class int boolean line available native method method.invoke(object object line 511 zygoteinit$methodandargscaller.run line 786 zygoteinit.main(string line 553 nativestart.main(string line available native method handler main activity listview crash remove callback openne listview ### LABEL:
|
["java", "android"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: datum type memory use void create method type int compiler reserve x number bit memory void type bit byte void type ### LABEL:
|
["c#", "c++"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: python convert str javascript literal string want use python generate javascript code dynamiclly def convert(jsstring= return function dosomethe return s.tolowercase jsstre problem jsstre python string convert javascript string literal dosomethe valid javascript function example convert("javascript output function dosomethe return javascript.tolowercase valid javascript function expect output function dosomethe return javascript".tolowercase example convert("javascript\ expect output function dosomethe return javascript\'".tolowercase thank lot ### LABEL:
|
["javascript", "python"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: add dynamic checkbox handle checkedchanged event asp.net plz help event fire find check box control fire event chklist1 = new checkbox chklist1.text = row["subj_nme"].tostre chklist1.id = row["subjid"].tostring chklist1.checke = true chklist1.font = verdana chklist1.font size = 12 chklist1.autopostback = true chklist1.checkedchange + = new eventhandler(checkbox_checkedchanged panel1.controls add(chklist1 protect void checkbox_checkedchanged(object sender eventargs e label1.text = call ### LABEL:
|
["c#", "asp.net"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: javascript resize big image work f5 use javascript resize max 800px big 5mb image page < script type="text javascript > $ document).ready(function $ .detailimg').each(function var maxwidth = 800 max width image var maxheight = 800 max height image var ratio = 0 aspect ratio var width = $ this).width current image width var height = $ this).height current image height check current width large max width > maxwidth ratio = maxwidth width ratio scale image $ this).css("width maxwidth set new width $ this).css("height height ratio scale height base ratio height = height ratio reset height match scale image width = width ratio reset width match scale image check current height large max height > maxheight ratio = maxheight height ratio scale image $ this).css("height maxheight set new height $ this).css("width width ratio scale width base ratio width = width ratio reset width match scale image page load image resize error firebug console try refresh page f5 image resize try ctrl + f5 image return original size problem javascript work page refreshed ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: access web control inside usercontrol aspx page 2 textbox control inside usercontrol contain usercontrol reference textbox javascript ### LABEL:
|
["c#", "asp.net", "javascript"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: check array imgs fully load get code array like var pic = 1.jpg','2.jpg','3,jpg loop throught array var j = 0 var(var pic $ document.createelement(img)).attr('src',pics[i]).load(function alert(pics[i]+'is loaded j++ if(j = = alert('fully load get 3,jpg load time solve wrong ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: wait js process php continue php script use register user process try google geocoding javascript method return client lat lng record db continue php registration process well way current code look like private function process $ this->validate $ this->register execute javascript record lat lng coordinate db $ this->gohome ### LABEL:
|
["php", "javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: img draggable wrap code try img draggable(regarde work figure img wrap drag_wp suggestion js function enabledraggin(el var drag = drag || false x y ox oy current = function(e e.preventdefault current = drag = true x = e.clientx y = e.clienty ox = current.offsetleft oy = current.offsettop = function(e drag = = true var sx = e.clientx x + ox sy = e.clienty y + oy = sx + px = sy + px return false = function(e drag drag = false var el = $ .drag_wp for(var = 0 < i++ enabledragging(el[i html css < div class="drag_wp > < img src= class="drag_el > < div></div > div < /div > .drag_wp position absolute width auto height auto background red .drag_el position absolute width 200px height auto ### LABEL:
|
["javascript", "jquery"]
|
Classify the TEXT by selecting all applicable labels from the following list: ['c#', 'java', 'php', 'javascript', 'android', 'jquery', 'c++', 'python', 'iphone', 'asp.net']. ### TEXT: security risk set enableeventvalidation="false situation page contain user control user click image button page display detail table row item click error occur system argumentexception invalid postback callback argument stop error occur set enableeventvalidation="false security risk ### LABEL:
|
["c#", "asp.net"]
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.