Yeap. I suggest you add a save button so you make an ajax call only once (when user decides to save his/her settings) and don't kill your server ... :)
---- Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Fri, Feb 6, 2009 at 5:01 AM, shyhockey...@gmail.com <shyhockey...@gmail.com> wrote: > > Thanks... So I can save these values with php??? > > Cause I plan to allow people to make their own profile page layout and > need to save these values. > > On Feb 2, 7:11 am, jQuery Lover <ilovejqu...@gmail.com> wrote: >> To find positions and everything:http://docs.jquery.com/CSS >> >> ---- >> Read jQuery HowTo Resource - http://jquery-howto.blogspot.com >> >> On Mon, Feb 2, 2009 at 3:19 AM, shyhockey...@gmail.com >> >> <shyhockey...@gmail.com> wrote: >> >> > Hi, I am right now trying to make a edit layout system. >> >> > basicly I want to know how I can use jquery to grab the height width >> > and position elements are at. >> >> > Cause I plan to make in the edit mode to allow users to move like >> > images and tables and texts around on the layout and even change >> > background images and add more artistic images for their profiles. >> >> > I will add also a music player. >> >> > So I need to know how I can grab all positions height and width of >> > each element on my layout and then store that data. >> >> > I am planning to make databases for users where I will store their >> > edited stuff. >> >> > So I need the x and y position of where the elements are at and also >> > the height and width. Some told me I should just grab what css >> > element of height and width and top and left of the elements using >> > javascript. >> >> > What would you suggest on how I should do it? >> >> > Can I do it using jquery or no??? >> >> > Thanks for your time.