ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

How to navigate in the same page using jquery in asp.net pages?

user-image
تم إضافة السؤال من قبل Michael Gamel Hakem Morgan morgan , Developer , vadecom
تاريخ النشر: 2013/08/30
Imran ul Haq
من قبل Imran ul Haq , Senior Backend Developer , King Abdullah City for

The simplest way would be to use anchor tags.

Otherwise you can use various JQuery plugins that allow you to create divs and navigate to different sections within the page

Generally <a> anchor tag do this things for you. Give id to the <div> or <p> or whatever tag where you want to navigate user and set <a href="#<id>">msg</a> where <id> is the actual id of your tag where you want your user to be navigated.

For example,

<a href="#divTest">Click Here!</a>

.

.

.

.

.

.

<div id="divTest">Test</div>

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟