Click here to Skip to main content
15,887,135 members
Home / Discussions / Web Development
   

Web Development

 
QuestionWeb Development Architectures - Smaller projects/Security Pin
TheOnlyRealTodd24-Jul-16 18:53
professionalTheOnlyRealTodd24-Jul-16 18:53 
AnswerRe: Web Development Architectures - Smaller projects/Security Pin
Richard Deeming25-Jul-16 2:13
mveRichard Deeming25-Jul-16 2:13 
GeneralRe: Web Development Architectures - Smaller projects/Security Pin
DesignersX11-Aug-16 21:33
professionalDesignersX11-Aug-16 21:33 
QuestionCustom navbar using boostrap, but I wrote new CSS from scratch, width issue Pin
jkirkerx22-Jul-16 10:28
professionaljkirkerx22-Jul-16 10:28 
AnswerI think I got it Pin
jkirkerx24-Jul-16 10:08
professionaljkirkerx24-Jul-16 10:08 
Questionwebsite in other language Pin
Member 1264619220-Jul-16 22:11
Member 1264619220-Jul-16 22:11 
AnswerRe: website in other language Pin
Afzaal Ahmad Zeeshan22-Jul-16 8:17
professionalAfzaal Ahmad Zeeshan22-Jul-16 8:17 
QuestionDelete button no responding and not remove record Pin
ahmed_sa20-Jul-16 8:27
ahmed_sa20-Jul-16 8:27 
I try more time to delete record by jquery but no responding meaning nothing happen
my code as following

<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Index</title>
<script src="~/Scripts/jquery-1.10.2.js"></script>
<script>

$(function () {
$("#btn").click(function ()
{
var x = $("#txt1").val();
var y = $("#txt2").val();
var z = $("#txt3").val();
$("#tb").append(" " + x + " " + y + " " + z + " <input type='button'value='Delete'/> <input type='button'value='Edit'/>");


});
$("#tb").on("click", ".c", function () {
$(this).parent().parent().remove();
});

});
</script>
</head>
<body>

ID<input type="text" id="txt1" />

Name<input type="text" id="txt2" />

Country<input type="text" id="txt3" />

<input type="button" value="add" id="btn" />


IDNameCountry<input type="button" class="c" value="Delete" />Edit


</body>

what remaining in my code or wrong to button delete work
AnswerRe: Delete button no responding and not remove record Pin
Ujjwal Gupta22-Jul-16 6:28
Ujjwal Gupta22-Jul-16 6:28 
QuestionIssue with jquery slider Pin
Raghavendra.Kodimala19-Jul-16 20:21
professionalRaghavendra.Kodimala19-Jul-16 20:21 
QuestionDownload pdf to be linked with member registration Pin
Member 1264200318-Jul-16 20:44
Member 1264200318-Jul-16 20:44 
QuestionHow do I enable a multiple file compression from server side Pin
5atyam5rivastava10-Jul-16 5:45
5atyam5rivastava10-Jul-16 5:45 
AnswerRe: How do I enable a multiple file compression from server side Pin
Afzaal Ahmad Zeeshan22-Jul-16 8:28
professionalAfzaal Ahmad Zeeshan22-Jul-16 8:28 
QuestionXML - Facebook Like Button Pin
EnjoY_Y9-Jul-16 14:39
EnjoY_Y9-Jul-16 14:39 
AnswerRe: XML - Facebook Like Button Pin
Afzaal Ahmad Zeeshan22-Jul-16 8:24
professionalAfzaal Ahmad Zeeshan22-Jul-16 8:24 
QuestionNeed Help With Hosting SignalR Pin
Kevin Marois8-Jul-16 10:55
professionalKevin Marois8-Jul-16 10:55 
AnswerRe: Need Help With Hosting SignalR Pin
Richard Deeming11-Jul-16 8:09
mveRichard Deeming11-Jul-16 8:09 
GeneralRe: Need Help With Hosting SignalR Pin
Kevin Marois11-Jul-16 8:11
professionalKevin Marois11-Jul-16 8:11 
GeneralRe: Need Help With Hosting SignalR Pin
Richard Deeming11-Jul-16 8:15
mveRichard Deeming11-Jul-16 8:15 
GeneralRe: Need Help With Hosting SignalR Pin
Kevin Marois11-Jul-16 8:17
professionalKevin Marois11-Jul-16 8:17 
GeneralRe: Need Help With Hosting SignalR Pin
Richard Deeming11-Jul-16 8:19
mveRichard Deeming11-Jul-16 8:19 
GeneralRe: Need Help With Hosting SignalR Pin
Kevin Marois11-Jul-16 8:24
professionalKevin Marois11-Jul-16 8:24 
QuestionFind Nearby Offers Pin
Jassim Rahma7-Jul-16 14:42
Jassim Rahma7-Jul-16 14:42 
QuestionDeprecated: Function split() is deprecated Pin
Jassim Rahma7-Jul-16 14:17
Jassim Rahma7-Jul-16 14:17 
AnswerRe: Deprecated: Function split() is deprecated Pin
Richard MacCutchan7-Jul-16 20:24
mveRichard MacCutchan7-Jul-16 20:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.