TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Vinoth Kumar
NA
9
4.2k
how to append a Div with side down...
Oct 18 2013 1:34 AM
Hi Friends, I am using jquery to delete a div after slide Up dynamically...
$(document).on("click", ".smlRed", function ()
{
$(this).parent().slideUp("slow", function ()
{
$(this).remove();
});
});
But, I want to append a div after slide down... my normal code as follows....
var uniqueId = 1;
function appen()
{
var newDiv = $('<div class="empList" id=list' + uniqueId + '>');
var sal = $('<input id=sal' + uniqueId + ' name=sal' + uniqueId + ' type="text" class="tab">');
$("#parentDiv").append(newDiv.append(drop));
$("#list" + uniqueId).append(sal);
uniqueId++;
}
So what i want to do next??????????????
Reply
Answers (
2
)
Jquery Iframe support only firefox not other browser
Zero alone is missing in paramter list when call webservice