back to the topic
i personally will put an extra/custom attribute in <a> like <a ref="39">
then $("a") and sort on the "ref" attribute.
If not mistaken, there is a sorting plugin somewhere or even in jQuery core.
Or you should be able to do it easily
On Mon, Jul 27, 2009 at 9:05 PM, mila <mshneyderman@gmail.com> wrote:
I am sorry, I did not understand your answer. Do you have a solution
to my problem?
> 2009/7/25 mila <mshneyder...@gmail.com>
>
>
>
> > I have data that looks like that
>
> > <a href='myURL/myapp?name=myname¶m1=val'>23</a>
> > <a href='myURL/myapp?name=hisname¶m1=val1'>9</a>
>
> > I need it to be sorted numericaly by values between ></a>. How do I
> > do that?
>
>
No comments:
Post a Comment