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
Phaneendra Chakravaram
NA
490
99.5k
how to pass testarry to data-zs-src in jquery zoomslider?
Nov 23 2017 1:46 AM
how to pass testarry to data-zs-src in jquery zoomslider?
<div id="demo-1"
data-zs-src="@testArray"
data-zs-overlay="dots">
<script type="text/javascript">
$(document).ready(function () {
alert("ready!");
if (testArray) {
alert(testArray);
}
});
</script>
=>>>>>>>>>>>>>>>>in testAraay i got list of images how to pass to"
data-zs-src"
Reply
Answers (
0
)
How to add dynamic validation on model using data annotation
Opening File from client machine browser in c#.net MVC